[28280] in Source-Commits
machtype commit: Make the package work with git buildpackage
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Sun Jun 22 13:20:10 2014
Date: Sun, 22 Jun 2014 13:20:03 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201406221720.s5MHK3f1008459@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/machtype/commit/641e370d13383a99c151b7048654e830f762d701
commit 641e370d13383a99c151b7048654e830f762d701
Author: Jonathan Reed <jdreed@mit.edu>
Date: Sun Jun 22 13:16:35 2014 -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 94b040d..eb65b07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-debathena-machtype (10.4.1) UNRELEASED; urgency=low
+debathena-machtype (10.4.1) unstable; urgency=low
* Support Trusty (Trac: #1494)
* Add prelim support for Utopic
+ * Add git-buildpackage configuration
+ * Set source format to 3.0 (native)
- -- Jonathan Reed <jdreed@mit.edu> Sun, 22 Jun 2014 13:12:38 -0400
+ -- Jonathan Reed <jdreed@mit.edu> Sun, 22 Jun 2014 13:16:34 -0400
debathena-machtype (10.4) 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)