[27746] in Source-Commits

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

python-afs commit [debian]: Add git-buildpackage support and release 0.2.1

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Feb 26 16:22:11 2014

Date: Wed, 26 Feb 2014 16:22:04 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201402262122.s1QLM4dR016173@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/python-afs/commits/441295a16e37834ae164cd5ca3508122a785e0c3
commit 441295a16e37834ae164cd5ca3508122a785e0c3
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Thu Feb 20 13:26:44 2014 -0500

    Add git-buildpackage support and release 0.2.1
    
    - Add gbp.conf and source/format
    - Release 0.2.1 with the pioctl_write fix

 debian/changelog |    8 ++++++++
 debian/gbp.conf  |    7 ++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8d6ede6..a8d0e74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-afs (0.2.1-1) unstable; urgency=low
+
+  * Add git-buildpackage configuration
+  * Set source format to 3.0 (quilt)
+  * Release 0.2.1, which fixes a bug in pioctl_write
+
+ -- Jonathan Reed <jdreed@mit.edu>  Thu, 20 Feb 2014 13:26:24 -0500
+
 python-afs (0.2.0-1) unstable; urgency=low
 
   * Release a new version, with an afs.fs module that actually does stuff
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 616431f..44e7fb0 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,3 +1,4 @@
-[git-buildpackage]
-upstream-branch = master
-debian-branch = debian
+[DEFAULT]
+upstream-tree=branch
+upstream-branch=master
+debian-branch=debian

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