[28188] in Source-Commits

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

firefox-extension commit [debian]: Make the package work with git buildpackage

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon May 5 11:48:45 2014

Date: Mon, 5 May 2014 11:48:37 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201405051548.s45Fmb86007007@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/firefox-extension/commit/d0eb3bbf61b93c7a1176f124cd026a61107c565a
commit d0eb3bbf61b93c7a1176f124cd026a61107c565a
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Mon May 5 11:43:42 2014 -0400

    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 b754010..d5b06cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-debathena-firefox-extension (10.1-0debathena5) UNRELEASED; urgency=low
+debathena-firefox-extension (10.1-0debathena5) unstable; urgency=low
 
   * Switch from control.in to control (Trac: #561)
   * Bump Standards-Version to 3.9.3
   * Bump compat level to 7
+  * Add git-buildpackage configuration
+  * Set source format to 3.0 (quilt)
 
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Apr 2013 14:01:53 -0400
+ -- Jonathan Reed <jdreed@mit.edu>  Mon, 05 May 2014 11:43:40 -0400
 
 debathena-firefox-extension (10.1-0debathena4) 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