summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexander Chernyakhovsky <achernya@mit.edu>2013-09-29 05:17:56 -0400
committerGravatar Alexander Chernyakhovsky <achernya@mit.edu>2013-09-29 05:17:56 -0400
commitb007a4a1bd243517e056828a3f61077f1c8e3d37 (patch)
treeb84da79a5063668f70616b8c1f214f14249de612
parent0010139b78b8160d4f6bea0be657b822e6f9487b (diff)
Make the package work with git buildpackage
Add gbp.conf and source/format.
-rw-r--r--debian/changelog9
-rw-r--r--debian/gbp.conf4
-rw-r--r--debian/source/format1
3 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index de1f324..1bfd1fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-debathena-extra-software (1.6) UNRELEASED; urgency=low
+debathena-extra-software (1.6) unstable; urgency=low
+ [ Jonathan Reed ]
* Switch from control.in to control (Trac: #561)
* Bump Standards-Version to 3.9.3
- -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Apr 2013 13:40:02 -0400
+ [ Alexander Chernyakhovsky ]
+ * Add git-buildpackage configuration
+ * Set source format to 3.0 (native)
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu> Sun, 29 Sep 2013 05:17:56 -0400
debathena-extra-software (1.5) 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)