[27325] in Source-Commits
liblocker commit [debian]: Make the package work with git buildpackage
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sat Sep 28 23:47:23 2013
Date: Sat, 28 Sep 2013 23:47:16 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290347.r8T3lGZP014885@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/liblocker/commit/828ae0d824be6ce87ecfbfdda7848ea0b6995039
commit 828ae0d824be6ce87ecfbfdda7848ea0b6995039
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sat Sep 28 23:44:39 2013 -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 c5c29f4..d3c351f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-debathena-liblocker (10.1-0debathena1) UNRELEASED; urgency=low
+debathena-liblocker (10.1-0debathena1) unstable; urgency=low
[ Jonathan Reed ]
* Switch from control.in to control (Trac: #561)
@@ -11,8 +11,10 @@ debathena-liblocker (10.1-0debathena1) UNRELEASED; urgency=low
* Provide a pkg-config file
* Switch from pioctl to k_pioctl
* Don't build for squeeze and lucid, OpenAFS 1.4 is too old
+ * Add git-buildpackage configuration
+ * Set source format to 3.0 (quilt)
- -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 14:01:56 -0400
+ -- Alexander Chernyakhovsky <achernya@mit.edu> Sat, 28 Sep 2013 23:44:38 -0400
debathena-liblocker (10.0.2-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)