[28145] in Source-Commits
kiosk commit: Make the package work with git buildpackage
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Mon Apr 7 00:10:30 2014
Date: Mon, 7 Apr 2014 00:10:23 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201404070410.s374ANgO031701@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/kiosk/commit/1a50302a43141d44b0764e7e72c48b3b5cf84b56
commit 1a50302a43141d44b0764e7e72c48b3b5cf84b56
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Mon Apr 7 00:09:35 2014 -0400
Make the package work with git buildpackage
Add gbp.conf and source/format.
debian/changelog | 9 +++++++--
debian/gbp.conf | 4 ++++
debian/source/format | 1 +
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1e93e22..3351155 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
-debathena-kiosk (1.4.10) UNRELEASED; urgency=low
+debathena-kiosk (1.4.10) 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
- -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 13:31:01 -0400
+ [ Victor Vasiliev ]
+ * Add git-buildpackage configuration
+ * Set source format to 3.0 (native)
+
+ -- Victor Vasiliev <vasilvv@mit.edu> Mon, 07 Apr 2014 00:09:35 -0400
debathena-kiosk (1.4.9) unstable; urgency=low
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)