[27462] in Source-Commits

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

shell-config commit: Make the package work with git buildpackage

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

Date: Sun, 29 Sep 2013 05:55:48 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290955.r8T9tmuX028665@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/shell-config/commit/23fc0eff4b8c5b0421d934d9719570f5127e68ff
commit 23fc0eff4b8c5b0421d934d9719570f5127e68ff
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date:   Sun Sep 29 05:55:46 2013 -0400

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

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

diff --git a/debian/changelog b/debian/changelog
index 0ed27f7..b8c658b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
-debathena-shell-config (1.19) UNRELEASED; urgency=low
+debathena-shell-config (1.19) unstable; urgency=low
 
+  [ Jonathan Reed ]
   * Switch from control.in to control (Trac: #561)
   * Bump Standards-Version to 3.9.3
   * Bump compat level to 7
 
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Apr 2013 13:38:57 -0400
+  [ Alexander Chernyakhovsky ]
+  * Add git-buildpackage configuration
+  * Set source format to 3.0 (native)
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 29 Sep 2013 05:55:46 -0400
 
 debathena-shell-config (1.18) 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