summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hartmann <richih@debian.org>2015-12-15 23:26:04 -0700
committerRichard Hartmann <richih@debian.org>2015-12-15 23:26:04 -0700
commit3b6310081cde4333494fb1271a7570fc8e5f333a (patch)
tree5d46d93d0b237a213f72e1e7ada60a5fecaf2e75
parent7c12f0ac9224246dac308e837bccb5b2157062ee (diff)
parentac12f754a1ad4f7ed57e08893f86e4e2627e3564 (diff)
downloadgit-repair-3b6310081cde4333494fb1271a7570fc8e5f333a.tar.gz
git-repair (1.20151215-1) unstable; urgency=medium
* Package 1.20151215-1 [dgit import unpatched git-repair 1.20151215-1]
-rw-r--r--debian/changelog21
-rw-r--r--debian/control5
-rw-r--r--debian/gbp.conf10
-rw-r--r--debian/source/format1
4 files changed, 35 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index efbd0a8..9b2e1e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+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
@@ -6,6 +12,21 @@ git-repair (1.20151215) unstable; urgency=medium
-- 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.
diff --git a/debian/control b/debian/control
index cdbef1c..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)
+ libghc-optparse-applicative-dev (>= 0.10.0),
+ libghc-network-uri-dev
Maintainer: Richard Hartmann <richih@debian.org>
-Standards-Version: 3.9.5
+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)