Ottomata has submitted this change and it was merged.

Change subject: Initial debian release
......................................................................


Initial debian release

Change-Id: Icecaffdcedf39e2aa3c2d8e9b0adc0cd36d1bcdd
---
A debian/changelog
A debian/compat
A debian/control
A debian/copyright
A debian/gbp.conf
A debian/install
A debian/rules
7 files changed, 86 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, but someone else must approve
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..818d864
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+git-fat (0.1.0-1) precise-wikimedia; urgency=low
+
+  * Initial package
+
+ -- Andrew Otto (WMF) <o...@wikimedia.org>  Wed, 12 Feb 2014 21:14:02 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b143e35
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: git-fat
+Maintainer: Andrew Otto (WMF) <o...@wikimedia.org>
+Section: net
+Priority: extra
+Build-Depends: python, debhelper (>= 9)
+Standards-Version: 3.9.5
+Vcs-Git: https://github.com/jedbrown/git-fat.git
+Vcs-Browser: https://github.com/jedbrown/git-fat
+
+Package: git-fat
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, git-core
+X-Python-Version: >= 2.6
+Provides: ${python:Provides}
+Description: Manage large files with git, without checking the files into git.
+ git-fat maintains metadata about locations of files without checking the files
+ into git.  It relies on a configurable centralized rsync location to sync 
files
+ between checkouts of git repositories.
+ .
+ Features:
+ .
+   - clones of the source repository are small and fast because no
+     binaries are transferred, yet fully functional (unlike git clone --depth)
+   - git-fat supports the same workflow for large binaries and traditionally
+     versioned files, but internally manages the "fat" files separately
+   - git-bisect works properly even when versions of the binary files change
+     over time
+   - selective control of which large files to pull into the local store
+   - local fat object stores can be shared between multiple clones, even by
+     different users
+   - can easily support fat object stores distributed across multiple hosts
+   - depends only on stock Python and rsync
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..18e3220
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: git-fat
+Source: https://github.com/jedbrown/git-fat
+
+Files: *
+Copyright: 2012 Jed Brown <j...@59a2.org>
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2014 Andrew Otto (WMF) <o...@wikimedia.org>
+           2014 Wikimedia Foundation, Inc.
+License: BSD-2-clause
+
+License: BSD-2-clause
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions are met:
+  .
+  1. Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright notice,
+     this list of conditions and the following disclaimer in the documentation
+     and/or other materials provided with the distribution.
+  .
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..55ec0e4
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+[DEFAULT]
+upstream-tree=branch
+upstream-branch=master
+debian-branch=debian
+tarball-dir = ../tarballs
+export-dir = ../build-area
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..eedd180
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+git-fat /usr/bin
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ea3fbe9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@ --with python2

-- 
To view, visit https://gerrit.wikimedia.org/r/113018
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icecaffdcedf39e2aa3c2d8e9b0adc0cd36d1bcdd
Gerrit-PatchSet: 6
Gerrit-Project: operations/debs/git-fat
Gerrit-Branch: debian
Gerrit-Owner: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Faidon Liambotis <fai...@wikimedia.org>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Ryan Lane <rl...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to