[27853] in Source-Commits
ldso1-stub commit: Make the package work with git buildpackage
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Tue Mar 11 13:02:34 2014
Date: Tue, 11 Mar 2014 13:02:25 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403111702.s2BH2PXH008833@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/ldso1-stub/commit/018a2397c77cf76da7f1c8d011ef033645cee7a6
commit 018a2397c77cf76da7f1c8d011ef033645cee7a6
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Tue Mar 11 13:01:29 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 0874926..36e5413 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-ldso1-stub (1.1.2) unstable; urgency=low
+
+ * Add git-buildpackage configuration
+ * Set source format to 3.0 (native)
+
+ -- Victor Vasiliev <vasilvv@mit.edu> Tue, 11 Mar 2014 13:01:29 -0400
+
debathena-ldso1-stub (1.1.1) unstable; urgency=low
* Call dh_fixperms -X with a filename we actually ship
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)