[27391] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 04:39:38 2013

Date: Sun, 29 Sep 2013 04:39:31 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309290839.r8T8dVYW006297@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/xlock/commit/2e738f94c33867176d28e04f7f400b6ed18ef1c1
commit 2e738f94c33867176d28e04f7f400b6ed18ef1c1
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date:   Sun Sep 29 04:39:12 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 3bcaa08..c357afd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-debathena-xlock (10.0.2-1) UNRELEASED; urgency=low
+debathena-xlock (10.0.2-1) unstable; urgency=low
 
   [ Jonathan Reed ]
   * Bump debian/compat to 6
@@ -8,8 +8,10 @@ debathena-xlock (10.0.2-1) UNRELEASED; urgency=low
 
   [ Alexander Chernyakhovsky ]
   * Convert to a non-native package
+  * Add git-buildpackage configuration
+  * Set source format to 3.0 (quilt)
 
- -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 29 Sep 2013 04:38:48 -0400
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 29 Sep 2013 04:39:12 -0400
 
 debathena-xlock (10.0.1) 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