[27319] in Source-Commits

home help back first fref pref prev next nref lref last post

discuss commit [debian]: Make the package work with git buildpackage

daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sat Sep 28 23:26:18 2013

Date: Sat, 28 Sep 2013 23:26:10 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290326.r8T3QAcH031611@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/discuss/commit/0edb8d14e1543bc5dad774d5a348d78bbeae0f23
commit 0edb8d14e1543bc5dad774d5a348d78bbeae0f23
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date:   Sat Sep 28 23:19:50 2013 -0400

    Make the package work with git buildpackage
    
    Add gbp.conf and source/format.

 debian/changelog     |    8 ++++++--
 debian/gbp.conf      |    4 ++++
 debian/source/format |    1 +
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 91005e6..900be34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-debathena-discuss (10.0.16-0debathena1) UNRELEASED; urgency=low
+debathena-discuss (10.0.16-0debathena1) unstable; urgency=low
 
   [ Jonathan Reed ]
   * Switch from control.in to control (Trac: #561)
@@ -11,7 +11,11 @@ debathena-discuss (10.0.16-0debathena1) UNRELEASED; urgency=low
   * Remove pmtg, which was broken and unmaintained for sufficiently long
     amount of time
 
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Apr 2013 13:59:39 -0400
+  [ Alexander Chernyakhovsky ]
+  * Add git-buildpackage configuration
+  * Set source format to 3.0 (quilt)
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sat, 28 Sep 2013 23:19:50 -0400
 
 debathena-discuss (10.0.15-0debathena2) 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)

home help back first fref pref prev next nref lref last post