summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog37
-rw-r--r--debian/control9
-rw-r--r--debian/gbp.conf10
-rw-r--r--debian/git-repair.lintian-overrides1
-rw-r--r--debian/source/format1
5 files changed, 54 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index c6bce87..9b2e1e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,40 @@
+git-repair (1.20151215-1) unstable; urgency=medium
+
+ * Package 1.20151215-1
+
+ -- Richard Hartmann <richih@debian.org> Wed, 16 Dec 2015 07:26:04 +0100
+
+git-repair (1.20151215) unstable; urgency=medium
+
+ * Fix insecure temporary permissions and potential denial of
+ service attack when creating temp dirs. Closes: #807341
+ * Merge from git-annex.
+
+ -- Joey Hess <id@joeyh.name> Tue, 15 Dec 2015 20:47:59 -0400
+
+git-repair (1.20150106-2) unstable; urgency=medium
+
+ * Fix typo in description
+
+ -- Richard Hartmann <richih@debian.org> Thu, 20 Aug 2015 13:41:50 +0200
+
+git-repair (1.20150106-1) unstable; urgency=medium
+
+ * Package 1.20150106
+ * Update dependencies (Closes: #789977)
+ * Take over maintenance of package
+ * Bump standards version to 3.9.6
+
+ -- Richard Hartmann <richih@debian.org> Thu, 20 Aug 2015 11:24:46 +0200
+
+git-repair (1.20150106) unstable; urgency=medium
+
+ * Debian package is now maintained by Richard Hartmann.
+ * Fix build with process 1.2.1.0.
+ * Merge from git-annex.
+
+ -- Joey Hess <id@joeyh.name> Tue, 06 Jan 2015 19:09:23 -0400
+
git-repair (1.20141027) unstable; urgency=medium
* Adjust cabal file to support network-uri split.
diff --git a/debian/control b/debian/control
index 42363e2..e1bd4ef 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,10 @@ Build-Depends:
libghc-quickcheck2-dev,
libghc-utf8-string-dev,
libghc-async-dev,
- libghc-optparse-applicative-dev (>= 0.10.0)
-Maintainer: Joey Hess <joeyh@debian.org>
-Standards-Version: 3.9.5
+ libghc-optparse-applicative-dev (>= 0.10.0),
+ libghc-network-uri-dev
+Maintainer: Richard Hartmann <richih@debian.org>
+Standards-Version: 3.9.6
Vcs-Git: git://git-repair.branchable.com/
Homepage: http://git-repair.branchable.com/
@@ -26,7 +27,7 @@ Package: git-repair
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}, git, rsync
-Description: repair various forms of damage to git repositorie
+Description: repair various forms of damage to git repositories
git-repair can repair various forms of damage to git repositories.
.
It is a complement to git fsck, which finds problems, but does not fix them.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..73ec349
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,10 @@
+[DEFAULT]
+upstream-branch = master
+debian-branch = debian
+upstream-tag = %(version)s
+debian-tag = debian/%(version)s
+
+postbuild = lintian $GBP_CHANGES_FILE
+color = on
+compression = xz
+compression-level = 9
diff --git a/debian/git-repair.lintian-overrides b/debian/git-repair.lintian-overrides
new file mode 100644
index 0000000..25d3d4c
--- /dev/null
+++ b/debian/git-repair.lintian-overrides
@@ -0,0 +1 @@
+binary-or-shlib-defines-rpath
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)