[27879] in Source-Commits

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

dotfiles commit: Make the package work with git buildpackage

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sun Mar 16 02:36:55 2014

Date: Sun, 16 Mar 2014 02:36:38 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403160636.s2G6acaN022157@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/dotfiles/commit/c83ea5bfa91b93cc0a845dd31e657827f71339b9
commit c83ea5bfa91b93cc0a845dd31e657827f71339b9
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Sun Mar 16 02:20:48 2014 -0400

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

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

diff --git a/debian/changelog b/debian/changelog
index cafa0d2..ea36c35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-dotfiles (10.0.34) unstable; urgency=low
+
+  * Add git-buildpackage configuration
+  * Set source format to 3.0 (native)
+
+ -- Victor Vasiliev <vasilvv@mit.edu>  Sun, 16 Mar 2014 02:20:48 -0400
+
 debathena-dotfiles (10.0.33-0debathena1) unstable; urgency=low
 
   * Don't use tcsh-only syntax in cshrc (Trac: #1432)
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