Package: cddlib
Version: 094g-4
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

You are not calling dh-autoreconf correctly, and thus it is not running at all.
You are using --with-autoreconf, but it should be --with autoreconf, without
the "-" in between the "--with" and the "autoreconf."

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix syntax for autoreconf in debian/rules.

Thanks for considering the patch. Note that this will render #727340
unnecessary, as autoreconf includes updating the config.{sub,guess} files.

Logan Rosen



-- System Information:
Debian Release: wheezy/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12.0-7-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru cddlib-094g/debian/rules cddlib-094g/debian/rules
--- cddlib-094g/debian/rules	2013-09-01 14:04:06.000000000 -0400
+++ cddlib-094g/debian/rules	2013-12-19 00:08:40.000000000 -0500
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined
 
 %:
-	dh $@ --parallel --with-autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure-indep:
 	rm -f doc/html.sty

Reply via email to