diff -Nru libfcgi-2.4.0/debian/changelog libfcgi-2.4.0/debian/changelog --- libfcgi-2.4.0/debian/changelog 2013-12-19 00:11:35.000000000 +0000 +++ libfcgi-2.4.0/debian/changelog 2014-08-08 11:05:23.000000000 +0000 @@ -1,48 +1,36 @@ -libfcgi (2.4.0-8.1ubuntu5) trusty; urgency=medium +libfcgi (2.4.0-8.3) unstable; urgency=medium - * Build with dh-autoreconf for new libtool. - * debian/patches/automake-foreign: Fix AM_INIT_AUTOMAKE to not assume - existence of GNU docs. - * debian/patches/re-libtoolize: Drop. Superseded by autoreconf. + * Non-maintainer upload. - -- William Grant Wed, 18 Dec 2013 23:50:10 +0000 - -libfcgi (2.4.0-8.1ubuntu4) saucy; urgency=low - - * Use dh_autotools-dev to update config.{sub,guess} for AArch64. - - -- Matthias Klose Thu, 10 Oct 2013 14:05:17 +0200 - -libfcgi (2.4.0-8.1ubuntu3) quantal; urgency=low - - * d/patches/re-libtoolize: Updated acinclude.m4 to correctly detect - features in if header is present, regenerated tooling. + [ James Page ] * d/patches/fix_compiler_warnings.patch: Fixup misc complier warnings in the codebase. - - -- James Page Mon, 13 Aug 2012 12:30:49 +0100 - -libfcgi (2.4.0-8.1ubuntu2) quantal; urgency=low - - * d/rules,control: Remove dependency_libs from .la files inline with - recommendation from Ubuntu MIR review, specify debhelper (>= 7.0.50~) - for override usage. * d/libfcgi0ldbl.manpages,rules: Don't install manpage using rules file. * d/libfcgi0ldbl.docs: Rationalized to prevent duplicate install of docs. * d/dirs: Dropped - not actually required and generates linitan warning. * d/control,rules: Drop use of quilt dh addon as this is provided by debhelper. - * d/control: Bumped Standards-Version to 3.9.3: + * d/control: Bumped Standards-Version to 3.9.5: - d/copyright: Converted to machine readable format. - -- James Page Fri, 20 Jul 2012 10:44:55 +0100 - -libfcgi (2.4.0-8.1ubuntu1) quantal; urgency=low - + [ Clint Byrum ] * Applying patch to use poll instead of select which helps handle more than 1024 connections. (LP: #933417). Thanks Anton Kortunov! + Closes: #681591. + + [ Matthias Klose ] + * Build with hardening defaults. + * d/rules: Stop install .la files. Closes: #633182. + + -- Matthias Klose Fri, 08 Aug 2014 12:41:22 +0200 + +libfcgi (2.4.0-8.2) unstable; urgency=low + + * Non-maintainer upload. + * Update libtool at build time using dh-autoreconf, to support new + architectures (Closes: #727286) - -- Clint Byrum Sat, 14 Jul 2012 08:20:42 -0700 + -- Daniel Schepler Mon, 04 Mar 2013 08:10:42 -0800 libfcgi (2.4.0-8.1) unstable; urgency=low diff -Nru libfcgi-2.4.0/debian/control libfcgi-2.4.0/debian/control --- libfcgi-2.4.0/debian/control 2013-12-18 23:57:08.000000000 +0000 +++ libfcgi-2.4.0/debian/control 2014-08-08 10:50:29.000000000 +0000 @@ -1,10 +1,9 @@ Source: libfcgi Section: libs Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Tatsuki Sugiura -Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf -Standards-Version: 3.9.3 +Maintainer: Tatsuki Sugiura +Build-Depends: debhelper (>> 7.0.0), dh-autoreconf +Standards-Version: 3.9.5 Uploaders: Taku YASUI Homepage: http://www.fastcgi.com/drupal/ diff -Nru libfcgi-2.4.0/debian/libfcgi-dev.install libfcgi-2.4.0/debian/libfcgi-dev.install --- libfcgi-2.4.0/debian/libfcgi-dev.install 2012-08-13 10:15:03.000000000 +0000 +++ libfcgi-2.4.0/debian/libfcgi-dev.install 2014-08-08 11:06:13.000000000 +0000 @@ -1,4 +1,3 @@ usr/include/* usr/lib/lib*.a usr/lib/lib*.so -usr/lib/*.la diff -Nru libfcgi-2.4.0/debian/patches/automake-foreign libfcgi-2.4.0/debian/patches/automake-foreign --- libfcgi-2.4.0/debian/patches/automake-foreign 2013-12-19 00:04:56.000000000 +0000 +++ libfcgi-2.4.0/debian/patches/automake-foreign 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -Index: libfcgi-2.4.0/configure.in -=================================================================== ---- libfcgi-2.4.0.orig/configure.in 2003-01-20 04:19:41.000000000 +1100 -+++ libfcgi-2.4.0/configure.in 2013-12-19 11:04:53.730490238 +1100 -@@ -4,8 +4,8 @@ - dnl generate the file "configure", which is run during the build - dnl to configure the system for the local environment. - --AC_INIT --AM_INIT_AUTOMAKE(fcgi, 2.4.0) -+AC_INIT([fcgi], [2.4.0]) -+AM_INIT_AUTOMAKE([foreign]) - - AM_CONFIG_HEADER(fcgi_config.h) - diff -Nru libfcgi-2.4.0/debian/patches/series libfcgi-2.4.0/debian/patches/series --- libfcgi-2.4.0/debian/patches/series 2013-12-19 00:06:27.000000000 +0000 +++ libfcgi-2.4.0/debian/patches/series 2014-08-08 10:55:24.000000000 +0000 @@ -2,4 +2,3 @@ gcc44-fix-include poll fix_compiler_warnings.patch -automake-foreign diff -Nru libfcgi-2.4.0/debian/rules libfcgi-2.4.0/debian/rules --- libfcgi-2.4.0/debian/rules 2013-12-18 23:57:08.000000000 +0000 +++ libfcgi-2.4.0/debian/rules 2014-08-08 11:04:34.000000000 +0000 @@ -1,8 +1,13 @@ #!/usr/bin/make -f +export AUTOMAKE=automake --foreign + %: - dh $@ --with autoreconf + dh --with autoreconf $@ + +override_dh_auto_configure: + dh_auto_configure -- $(shell dpkg-buildflags --export=cmdline) override_dh_auto_install: dh_auto_install - sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'` + find debian -name '*.la' | xargs -r rm -f