Add debian/gbp.conf file
This commit is contained in:
parent
2f40c02cd5
commit
fbab08eae5
2 changed files with 10 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -6,8 +6,9 @@ nut (2.4.3-2) UNRELEASED; urgency=low
|
||||||
* Switch to dpkg-source 3.0 (quilt) format (Closes: #573601)
|
* Switch to dpkg-source 3.0 (quilt) format (Closes: #573601)
|
||||||
* debian/patches/0001-low_speed_usb_ups.patch: Use patch system for changes
|
* debian/patches/0001-low_speed_usb_ups.patch: Use patch system for changes
|
||||||
that were applied directly in the source
|
that were applied directly in the source
|
||||||
|
* Add debian/gbp.conf file
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Tue, 21 Dec 2010 14:50:09 +0100
|
-- Laurent Bigonville <bigon@debian.org> Tue, 21 Dec 2010 15:35:05 +0100
|
||||||
|
|
||||||
nut (2.4.3-1.1) unstable; urgency=low
|
nut (2.4.3-1.1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
8
debian/gbp.conf
vendored
Normal file
8
debian/gbp.conf
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[DEFAULT]
|
||||||
|
debian-branch = debian
|
||||||
|
upstream-branch = upstream
|
||||||
|
pristine-tar = True
|
||||||
|
|
||||||
|
[git-buildpackage]
|
||||||
|
tarball-dir = ../tarballs/
|
||||||
|
export-dir = ../build-area/
|
Loading…
Reference in a new issue