[28127] in Source-Commits
python-moira commit [debian]: Make the package work with git buildpackage
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Fri Mar 28 13:08:33 2014
Date: Fri, 28 Mar 2014 13:08:25 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403281708.s2SH8PXS025249@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-moira/commit/6770236bc5caf4ab1b8f4d1ef9d5b30679d59a77
commit 6770236bc5caf4ab1b8f4d1ef9d5b30679d59a77
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Mon Mar 24 20:21:27 2014 -0400
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 37efc59..804ba4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-python-moira (4.3.1-0debathena1) UNRELEASED; urgency=low
+python-moira (4.3.1-0debathena1) unstable; urgency=low
* Release proper Debathena versions
* Bump upstream version
+ * Add git-buildpackage configuration
+ * Set source format to 3.0 (quilt)
- -- Victor Vasiliev <vasilvv@mit.edu> Mon, 24 Mar 2014 20:10:13 -0400
+ -- Victor Vasiliev <vasilvv@mit.edu> Mon, 24 Mar 2014 20:21:27 -0400
python-moira (4.3.0-2) 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)