Install upstream ChangeLog only if it exists.
The upstream changelog is generated during the upstream release process, but expected when building the binary .debs. Make its inclusion optional in the binary .debs.
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -2,8 +2,10 @@ xen-tools (4.3.1-1+dev) UNRELEASED; urgency=low
|
||||
|
||||
* Add debian/gbp.conf to be able to to build xen-tools with
|
||||
git-buildpackage.
|
||||
* Install (manually generated) upstream ChangeLog only if it
|
||||
exists. Allows automatic builds from the git repository.
|
||||
|
||||
-- Axel Beckert <abe@debian.org> Sun, 12 Aug 2012 19:41:43 +0200
|
||||
-- Axel Beckert <abe@debian.org> Mon, 13 Aug 2012 00:37:19 +0200
|
||||
|
||||
xen-tools (4.3.1-1) unstable; urgency=low
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -43,7 +43,7 @@ binary-indep: build install
|
||||
dh_testroot
|
||||
dh_install
|
||||
dh_installexamples debian/examples/setup-kernel-initrd debian/examples/update-modules
|
||||
dh_installchangelogs ChangeLog
|
||||
[ ! -e ChangeLog ] || dh_installchangelogs ChangeLog
|
||||
dh_installdocs
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
|
||||
Reference in New Issue
Block a user