]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Remove explicit mentioning of upstream changelog in debian/rules
authorAxel Beckert <abe@deuxchevaux.org>
Wed, 16 Jan 2013 15:55:23 +0000 (16:55 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Wed, 16 Jan 2013 15:55:23 +0000 (16:55 +0100)
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.

debian/changelog
debian/rules

index 8ca83e2747216c1648609ab162abcf06c647703a..4df573d1c0167a27dcac8d816fa217efe4199513 100644 (file)
@@ -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 <abe@debian.org>  Tue, 13 Nov 2012 23:37:54 +0100
 
index 37421f1aa34a9b3cb2a1afb4460247a4b4758274..b623f290894f541e964ff649b61501d21c6c1126 100755 (executable)
@@ -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