summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-05-07 14:39:29 -0700
committerRuss Allbery <eagle@eyrie.org>2016-05-07 14:39:29 -0700
commit886b2825394c30effeecb4eeea36dcec4edb5154 (patch)
tree63f7e7d7ef0f75260bd70c5a553857925fdb9fb9 /debian
parent258b97cb29abf6b9a7b4b0c37089a56f235db1f0 (diff)
Switch to the DEP-14 branch layout
* Switch to the DEP-14 branch layout and update debian/gbp.conf and Vcs-Git accordingly.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rw-r--r--debian/gbp.conf6
3 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index d010b19..f33702f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+remctl (3.10-2) UNRELEASED; urgency=medium
+
+ * Switch to the DEP-14 branch layout and update debian/gbp.conf and
+ Vcs-Git accordingly.
+
+ -- Russ Allbery <rra@debian.org> Sat, 07 May 2016 14:39:15 -0700
+
remctl (3.10-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 816abc9..3286bfe 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ XS-Python-Version: >= 2.6
XS-Ruby-Versions: all
Standards-Version: 3.9.6
Homepage: http://www.eyrie.org/~eagle/software/remctl/
-Vcs-Git: git://git.eyrie.org/kerberos/remctl.git -b debian
+Vcs-Git: git://git.eyrie.org/kerberos/remctl.git -b debian/master
Vcs-Browser: http://git.eyrie.org/?p=kerberos/remctl.git
Package: libremctl1
diff --git a/debian/gbp.conf b/debian/gbp.conf
index b60e797..6a98191 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,6 +1,8 @@
# The Git repository referenced by the Vcs-Git field of debian/control
# combines upstream development (in master) with the Debian packaging (in the
-# debian branch). Tell git-buildpackage about this layout.
+# debian/* branches). Tell git-buildpackage about this layout.
[DEFAULT]
-debian-branch = debian
+debian-branch = debian/master
+upstream-branch = upstream/latest
+