1
0
mirror of synced 2026-04-29 13:32:13 +00:00

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:
Axel Beckert
2012-08-13 00:37:41 +02:00
parent b692dbbe75
commit 35477c6172
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@@ -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
View File

@@ -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