Package: rudecgi
Version: 5.0.0-1
Followup-For: Bug #727499
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Use dh-autoreconf to get new libtool macros for ppc64el and update
config.{sub,guess} for new arches.
Thanks for considering the patch.
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 rudecgi-5.0.0/debian/control rudecgi-5.0.0/debian/control
--- rudecgi-5.0.0/debian/control 2012-03-15 02:46:25.000000000 -0400
+++ rudecgi-5.0.0/debian/control 2013-12-22 18:01:14.000000000 -0500
@@ -1,7 +1,7 @@
Source: rudecgi
Priority: optional
Maintainer: Medhamsh V <[email protected]>
-Build-Depends: debhelper (>= 9), autotools-dev
+Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf
Standards-Version: 3.9.2
Section: libs
Homepage: http://www.rudeserver.com/cgiparser/index.html
diff -Nru rudecgi-5.0.0/debian/rules rudecgi-5.0.0/debian/rules
--- rudecgi-5.0.0/debian/rules 2012-03-16 16:44:29.000000000 -0400
+++ rudecgi-5.0.0/debian/rules 2013-12-22 17:45:39.000000000 -0500
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_installchangelogs:
dh_installchangelogs ChangeLog