[27473] in Source-Commits
lintian-config commit: Make the package work with git buildpackage
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Sep 29 06:05:55 2013
Date: Sun, 29 Sep 2013 06:05:47 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201309291005.r8TA5lnC003752@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/lintian-config/commit/2a679a3f3bc412c5fef84df3e3368cdb0dc4766f
commit 2a679a3f3bc412c5fef84df3e3368cdb0dc4766f
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sun Sep 29 05:43:34 2013 -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 46aebf3..7c11b74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-lintian-config (1.1) unstable; urgency=low
+
+ * Add git-buildpackage configuration
+ * Set source format to 3.0 (native)
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu> Sun, 29 Sep 2013 05:43:34 -0400
+
debathena-lintian-config (1.0) unstable; urgency=low
* Initial release. (Trac: #957)
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/rules b/debian/rules
old mode 100644
new mode 100755
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)