set jessie-backports as debian branch in debian/gbp.conf
This commit is contained in:
parent
6d5ee349df
commit
9ba92dd9f0
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
nagios-check-xmppng (0.1.2-1~bpo8+1) jessie-backports; urgency=medium
|
nagios-check-xmppng (0.1.2-1~bpo8+1) jessie-backports; urgency=medium
|
||||||
|
|
||||||
* Rebuild for jessie-backports.
|
* Rebuild for jessie-backports.
|
||||||
|
* set jessie-backports as debian branch in debian/gbp.conf
|
||||||
|
|
||||||
-- Jan Dittberner <jandd@debian.org> Sun, 20 Sep 2015 18:38:33 +0200
|
-- Jan Dittberner <jandd@debian.org> Sun, 20 Sep 2015 18:38:33 +0200
|
||||||
|
|
||||||
|
|
2
debian/gbp.conf
vendored
2
debian/gbp.conf
vendored
|
@ -1,5 +1,5 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
debian-branch = debian
|
debian-branch = jessie-backports
|
||||||
upstream-branch = master
|
upstream-branch = master
|
||||||
upstream-tag = %(version)s
|
upstream-tag = %(version)s
|
||||||
no-create-orig = True
|
no-create-orig = True
|
||||||
|
|
Loading…
Reference in a new issue