[27460] in Source-Commits

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

reactivate commit: Make the package work with git buildpackage

daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 05:54:42 2013

Date: Sun, 29 Sep 2013 05:54:35 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290954.r8T9sZ6v026690@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/reactivate/commit/ab5a9d4d88b736f3b1d4987c3b671cbbc87e2f85
commit ab5a9d4d88b736f3b1d4987c3b671cbbc87e2f85
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date:   Sun Sep 29 05:54:30 2013 -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 050654e..317a1f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-debathena-reactivate (2.0.44) UNRELEASED; urgency=low
+debathena-reactivate (2.0.44) unstable; urgency=low
 
   * Remove old c-p-d undivert code, it's no longer needed
   * Stop processing schroot.conf in the preinst
   * Don't forget the divert-extension for hidden files
+  * Add git-buildpackage configuration
+  * Set source format to 3.0 (native)
 
- -- Alexander Chernyakhovsky <achernya@mit.edu>  Thu, 30 May 2013 03:20:55 -0400
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 29 Sep 2013 05:54:30 -0400
 
 debathena-reactivate (2.0.43) 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)

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