[27291] in Source-Commits
afs-config commit: Make the package work with git buildpackage
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Tue Sep 24 09:48:37 2013
Date: Tue, 24 Sep 2013 09:48:29 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201309241348.r8ODmTtY011465@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/afs-config/commit/2df6a3bf1941ed5cfd454f17b52c05aae64ad13e
commit 2df6a3bf1941ed5cfd454f17b52c05aae64ad13e
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Mon Sep 9 19:07:45 2013 -0400
Make the package work with git buildpackage
Add gbp.conf and source/format.
debian/changelog | 7 ++++++-
debian/gbp.conf | 4 ++++
debian/source/format | 1 +
3 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5cc2dc8..a50cff3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-debathena-afs-config (1.22) UNRELEASED; urgency=low
+debathena-afs-config (1.22) unstable; urgency=low
+ [ Jonathan Reed ]
* Switch from control.in to control (Trac: #561)
* Bump Standards-Version to 3.9.3
* Bump compat level to 7
+ [ Victor Vasiliev ]
+ * Switch to source format 3.0 (quilt)
+ * Add git-buildpackage configuration
+
-- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 13:38:17 -0400
debathena-afs-config (1.21) unstable; urgency=low
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..8bcd100
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+upstream-branch=master
+debian-branch=master
+upstream-tree=branch
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)