Package: libgtk2-mozembed-perl Version: 0.08-3 Severity: serious Tags: patch Justification: fails to build from source
This package failed to build on the buildds due to a typo in debian/rules. Patch attached. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff --git a/debian/rules b/debian/rules index c1e9eb9..bfa1ec8 100755 --- a/debian/rules +++ b/debian/rules @@ -8,5 +8,5 @@ override_dh_auto_configure: dh_auto_configure perl -pi -e s/xpcomglue_s/xpcomglue/g Makefile -override_dh_autotest: +override_dh_auto_test: xvfb-run dh_auto_test