[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.6-140-ge6d2f22



The following commit has been merged in the master branch:
commit 7714110689035fe327c0e81b1cdc7cdbcd73334e
Author: Niels Thykier <niels@thykier.net>
Date:   Mon May 14 22:56:14 2012 +0200

    t: Fix test failure caused by debhelper changes
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/tests/deb-format-udeb-compression/debian/debian/rules b/t/tests/deb-format-udeb-compression/debian/debian/rules
index 68da07d..cba8c5d 100644
--- a/t/tests/deb-format-udeb-compression/debian/debian/rules
+++ b/t/tests/deb-format-udeb-compression/debian/debian/rules
@@ -4,5 +4,6 @@
 	dh $@
 
 override_dh_builddeb:
-	dh_builddeb -- -Zbzip2
-
+	# manually call dpkg-deb because dh_builddeb uses -Zxz and does
+	# not allow us to override it.
+	dpkg-deb -Zbzip2 --build debian/some-udeb ../some-udeb_1.0_all.udeb

-- 
Debian package checker


Reply to: