diff -ur libxslt-1.1.26/debian/changelog libxslt-1.1.26.new/debian/changelog --- libxslt-1.1.26/debian/changelog 2012-05-06 00:05:33.000000000 +0000 +++ libxslt-1.1.26.new/debian/changelog 2012-05-05 23:33:11.000000000 +0000 @@ -1,3 +1,12 @@ +libxslt (1.1.26-9) unstable; urgency=low + + * QA upload. + * Set maintainer to Debian QA Group <packa...@qa.debian.org> + * Clear uploaders + * Fix building with build-arch. Closes: 666333. + + -- Peter Michael Green <plugw...@p10link.net> Tue, 24 Apr 2012 23:23:50 +0000 + libxslt (1.1.26-8) unstable; urgency=low * debian/rules: diff -ur libxslt-1.1.26/debian/control libxslt-1.1.26.new/debian/control --- libxslt-1.1.26/debian/control 2012-05-06 00:05:33.000000000 +0000 +++ libxslt-1.1.26.new/debian/control 2012-05-05 22:45:59.000000000 +0000 @@ -1,8 +1,7 @@ Source: libxslt Section: text Priority: optional -Maintainer: Debian XML/SGML Group <debian-xml-sgml-p...@lists.alioth.debian.org> -Uploaders: Mike Hommey <gland...@debian.org> +Maintainer: Debian QA Group <packa...@qa.debian.org> Standards-Version: 3.9.2.0 Build-Depends: debhelper (>= 7.0.50~), libxml2-dev (>= 2.6.27), python-all-dev (>= 2.6.6-3~), python-all-dbg, libgcrypt11-dev, autotools-dev, binutils (>= 2.14.90.0.7), perl Homepage: http://xmlsoft.org/xslt/ diff -ur libxslt-1.1.26/debian/rules libxslt-1.1.26.new/debian/rules --- libxslt-1.1.26/debian/rules 2012-05-06 00:05:33.000000000 +0000 +++ libxslt-1.1.26.new/debian/rules 2012-05-05 22:32:10.000000000 +0000 @@ -17,6 +17,10 @@ configure-main: CONFIGURE_FLAGS += --without-python configure-python%: CONFIGURE_FLAGS += --with-python=/usr/bin/$* +# We don't build any architecture independent packages so make build-arch do the same as +# Build. +build-arch: build + override_dh_auto_build: $(TARGETS:%=build-%) build-%: BUILD_DIR=build/$*
I've just been informed that it should have been a QA upload rather than
a NMU. New patch is attatched.
- Bug#666333: libxslt: FTBFS: sed: can't read debian/tmp/usr/lib... peter green