Package: webkit2pdf
Version: 0.3-1
Tags: patch
Usertags: origin-ubuntu ubuntu-patch vivid

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PLUGINVERSION "0.3"

configure: exit 1
debian/rules:12: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 255
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:9: recipe for target 'build-arch' failed



In Ubuntu, we've applied the attached patch to achieve the following:

    - debian/control, debian/rules:
      + Use dh_autotools-dev to update config.{sub,guess} for new ports.

We thought you might be interested in doing the same.
diff -Nru webkit2pdf-0.3/debian/rules webkit2pdf-0.3/debian/rules
--- webkit2pdf-0.3/debian/rules 2014-06-30 21:44:17.000000000 +0200
+++ webkit2pdf-0.3/debian/rules 2014-07-01 06:13:06.000000000 +0200
@@ -6,7 +6,7 @@
 MAN=debian/webkit2pdf
 
 %:
-       dh $@ 
+       dh $@ --with autotools_dev
 
 override_dh_auto_configure:
        pod2man -d ${DATE} -r ${REL} -c "" ${MAN}.pod ${MAN}.1

Reply via email to