Package: parser Version: 3.4.3-2 Followup-For: Bug #744646 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers utopic-updates APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 'utopic'), (100, 'utopic-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-24-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 parser-3.4.3/debian/control parser-3.4.3/debian/control --- parser-3.4.3/debian/control 2014-01-08 03:52:39.000000000 -0500 +++ parser-3.4.3/debian/control 2014-05-17 18:50:44.000000000 -0400 @@ -2,7 +2,7 @@ Section: web Priority: optional Maintainer: Sergey B Kirpichev <skirpic...@gmail.com> -Build-Depends: debhelper (>= 9), g++ (>=4:4.4.5), libltdl-dev, libgc-dev, libpcre3-dev, libxml2-dev, libxslt1-dev, dh-apache2, apache2-dev (>= 2.4.2-1~), autotools-dev +Build-Depends: debhelper (>= 9), g++ (>=4:4.4.5), libltdl-dev, libgc-dev, libpcre3-dev, libxml2-dev, libxslt1-dev, dh-apache2, apache2-dev (>= 2.4.2-1~), dh-autoreconf VCS-Git: git://anonscm.debian.org/collab-maint/parser.git VCS-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/parser.git;a=summary Homepage: http://www.parser.ru/en/ diff -Nru parser-3.4.3/debian/rules parser-3.4.3/debian/rules --- parser-3.4.3/debian/rules 2014-01-08 03:52:39.000000000 -0500 +++ parser-3.4.3/debian/rules 2014-05-10 22:54:11.000000000 -0400 @@ -3,7 +3,7 @@ export DEB_CFLAGS_MAINT_APPEND=-D_LARGEFILE64_SOURCE %: - dh $@ --with autotools_dev --with apache2 + dh $@ --with autoreconf --with apache2 override_dh_auto_configure: dh_auto_configure -- \