summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control7
-rw-r--r--debian/gbp.conf10
-rw-r--r--debian/source/format1
4 files changed, 24 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 079a10d..0e79730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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 Gergely Nagy.
diff --git a/debian/control b/debian/control
index 0d38bf6..5ad88cd 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: Gergely Nagy <algernon@madhouse-project.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/
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/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)