[28133] in Source-Commits
printing-config commit: Make the package work with git buildpackage
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Fri Mar 28 17:27:32 2014
Date: Fri, 28 Mar 2014 17:27:25 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403282127.s2SLRPjW028983@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/printing-config/commit/60e40d7b8427cf21fcc4eeccede963b71e7cf7b8
commit 60e40d7b8427cf21fcc4eeccede963b71e7cf7b8
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Fri Mar 28 17:26:49 2014 -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, 12 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4011e5f..79972d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-printing-config (1.33) unstable; urgency=low
+
+ * Add git-buildpackage configuration
+ * Set source format to 3.0 (native)
+
+ -- Victor Vasiliev <vasilvv@mit.edu> Fri, 28 Mar 2014 17:26:49 -0400
+
debathena-printing-config (1.32) unstable; urgency=low
* Explicitly depend on CUPS
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..6e31add
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+upstream-tree=branch
+upstream-branch=master
+debian-branch=master
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)