From: Axel Beckert Date: Wed, 16 Jan 2013 15:55:23 +0000 (+0100) Subject: Remove explicit mentioning of upstream changelog in debian/rules X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1d16c86ebaeb01e5f8a5acf7a764e5a066fc2c2b;p=people%2Fdariof%2Fxen-tools.git Remove explicit mentioning of upstream changelog in debian/rules dh_installchangelogs finds it by itself if it exist. That way building out of a freshly clone git repository does not fail due to a missing upstream changelog. --- diff --git a/debian/changelog b/debian/changelog index 8ca83e2..4df573d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,10 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low - Makefile accepts DESTDIR=… * Add debian/gbp.conf to be able to to build xen-tools with git-buildpackage. + * debian/rules: Don't mention (generated) upstream changelog explicitly, + dh_installchangelogs finds it by itself if it exist. That way building + out of a freshly clone git repository does not fail due to a missing + upstream changelog. -- Axel Beckert Tue, 13 Nov 2012 23:37:54 +0100 diff --git a/debian/rules b/debian/rules index 37421f1..b623f29 100755 --- a/debian/rules +++ b/debian/rules @@ -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 + dh_installchangelogs dh_installdocs dh_compress dh_fixperms