[27768] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Mar 4 12:07:39 2014

Date: Tue, 4 Mar 2014 12:07:31 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201403041707.s24H7VXV023961@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/athinfod/commit/a20b1d96345cc951c8c3658dea4fc146fbd10c0a
commit a20b1d96345cc951c8c3658dea4fc146fbd10c0a
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Fri Feb 28 13:02:39 2014 -0500

    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 5d78799..e596fa9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-debathena-athinfod (10.2-0debathena1) UNRELEASED; urgency=low
+debathena-athinfod (10.2-0debathena1) unstable; urgency=low
 
   * Switch to Python implementation of athinfod from Kristen Sunter
   * Switch to arch-indep package
   * Switch to dh7
+  * Add git-buildpackage configuration
+  * Set source format to 3.0 (quilt)
 
- -- Jonathan Reed <jdreed@mit.edu>  Fri, 28 Feb 2014 12:59:45 -0500
+ -- Jonathan Reed <jdreed@mit.edu>  Fri, 28 Feb 2014 13:02:38 -0500
 
 debathena-athinfod (10.1-0debathena3) UNRELEASED; 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