diff -u libxcrypt-2.4/debian/changelog libxcrypt-2.4/debian/changelog --- libxcrypt-2.4/debian/changelog +++ libxcrypt-2.4/debian/changelog @@ -1,16 +1,9 @@ -libxcrypt (1:2.4-3ubuntu2) trusty; urgency=medium +libxcrypt (1:2.4-3.1) unstable; urgency=low - * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by - getting new libtool macros (still updates config.{sub,guess}). + * Non-maintainer upload. + * Use dh-autoreconf in build to support new architectures (closes: #727448) - -- Logan Rosen Sat, 04 Jan 2014 17:24:58 -0500 - -libxcrypt (1:2.4-3ubuntu1) trusty; urgency=low - - * debian/control, debian/rules: Use dh_autotools-dev to update - config.{sub,guess} for arm64. - - -- William Grant Tue, 22 Oct 2013 19:52:06 +1100 + -- Chen Baozi Thu, 05 Jun 2014 20:38:32 +0800 libxcrypt (1:2.4-3) unstable; urgency=low diff -u libxcrypt-2.4/debian/control libxcrypt-2.4/debian/control --- libxcrypt-2.4/debian/control +++ libxcrypt-2.4/debian/control @@ -1,8 +1,7 @@ Source: libxcrypt Section: libs Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian QA Group +Maintainer: Debian QA Group Build-Depends: debhelper (>= 4.0.0), quilt, dh-autoreconf Standards-Version: 3.6.0 diff -u libxcrypt-2.4/debian/rules libxcrypt-2.4/debian/rules --- libxcrypt-2.4/debian/rules +++ libxcrypt-2.4/debian/rules @@ -58,6 +58,13 @@ # Add here commands to clean up after the build process. -$(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + #cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + #cp -f /usr/share/misc/config.guess config.guess +endif + dh_autoreconf_clean dh_clean