The following commit has been merged in the master branch:
commit bbb96e92f5b78e0e16a72b9558bfb0f57bf126d1
Author: Niels Thykier <[email protected]>
Date:   Tue Sep 13 21:37:34 2011 +0200

    Explicitly install ChangeLog in a test due to Ubuntu debhelper diff

diff --git a/t/tests/changelog-file-no-dch/debian/debian/rules 
b/t/tests/changelog-file-no-dch/debian/debian/rules
index 8d01470..9307919 100755
--- a/t/tests/changelog-file-no-dch/debian/debian/rules
+++ b/t/tests/changelog-file-no-dch/debian/debian/rules
@@ -3,6 +3,10 @@
 %:
        dh $@
 
+override_dh_installchangelogs:
+       # This is needed for Ubuntu, where debhelper does not install
+       # upstream changelogs by default
+       dh_installchangelogs ChangeLog
 
 override_dh_md5sums:
        find debian/*/ -type f -a -iname 'changelog.debian*' -delete

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to