The following commit has been merged in the master branch:
commit 7714110689035fe327c0e81b1cdc7cdbcd73334e
Author: Niels Thykier <[email protected]>
Date: Mon May 14 22:56:14 2012 +0200
t: Fix test failure caused by debhelper changes
Signed-off-by: Niels Thykier <[email protected]>
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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]