[27837] in Source-Commits
python-hesiod commit [debian]: Make the package work with git buildpackage
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sat Mar 8 02:36:17 2014
Date: Sat, 8 Mar 2014 02:36:11 -0500
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201403080736.s287aBhX005100@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-hesiod/commit/2c7be7903a3bc549abf4ff74e5bf4ca84aea450d
commit 2c7be7903a3bc549abf4ff74e5bf4ca84aea450d
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sat Mar 8 02:28:14 2014 -0500
Make the package work with git buildpackage
Add gbp.conf and source/format.
debian/changelog | 6 ++++--
debian/gbp.conf | 4 ++++
debian/source/format | 1 +
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 884e708..8e4011a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-python-hesiod (0.2.12-0debathena1) UNRELEASED; urgency=low
+python-hesiod (0.2.12-0debathena1) unstable; urgency=low
* Bump version to build a new upstream tarball
+ * Add git-buildpackage configuration
+ * Set source format to 3.0 (quilt)
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sat, 08 Mar 2014 01:56:51 -0500
+ -- Alexander Chernyakhovsky <achernya@mit.edu> Sat, 08 Mar 2014 02:28:14 -0500
python-hesiod (0.2.11-0debathena1) unstable; urgency=low
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..44e7fb0
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+upstream-tree=branch
+upstream-branch=master
+debian-branch=debian
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)