On Wed, Jul 30, 2014 at 02:04:55PM +0200, Mattia Rizzolo wrote:
> Attached there is the actual debdiff against the package current
> available in unstable.
> 
> I plan a NMU for it.

This package is now blocking the bootstrapping of the arm64 and ppc64el
architectures in Debian. I have therefore uploaded a NMU in DELAYED/3.
Please find the patch attached.

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
[email protected]                 http://www.aurel32.net
diff -Nru t1utils-1.37/debian/changelog t1utils-1.37/debian/changelog
--- t1utils-1.37/debian/changelog	2012-06-30 21:57:44.000000000 +0200
+++ t1utils-1.37/debian/changelog	2014-08-24 06:22:22.000000000 +0200
@@ -1,3 +1,13 @@
+t1utils (1.37-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Mattia Rizzolo ]
+  * Use dh_autoreconf to update config.{sub,guess} and libtool.m4/aclocal.m4
+    (Closes: #727274).
+
+ -- Aurelien Jarno <[email protected]>  Sun, 24 Aug 2014 06:22:10 +0200
+
 t1utils (1.37-2) unstable; urgency=low
 
   * Bug fix: "Please remove history discussion from the package
diff -Nru t1utils-1.37/debian/control t1utils-1.37/debian/control
--- t1utils-1.37/debian/control	2012-06-30 21:51:23.000000000 +0200
+++ t1utils-1.37/debian/control	2014-08-24 06:19:41.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Homepage: http://www.lcdf.org/type/
 Maintainer: C.M. Connelly <[email protected]>
-Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~)
+Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~), dh-autoreconf
 Standards-Version: 3.9.3.0
 
 Package: t1utils
diff -Nru t1utils-1.37/debian/rules t1utils-1.37/debian/rules
--- t1utils-1.37/debian/rules	2012-06-30 21:44:49.000000000 +0200
+++ t1utils-1.37/debian/rules	2014-08-24 06:19:41.000000000 +0200
@@ -16,6 +16,7 @@
 build-stamp:
 	dh_testdir
 
+	dh_autoreconf
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-warnings
 	# Add here commands to compile the package.
 	$(MAKE)
@@ -31,6 +32,7 @@
 	[ ! -f Makefile ] || $(MAKE) clean
 	[ ! -f Makefile ] || $(MAKE) distclean
 
+	dh_autoreconf_clean
 	dh_clean
 
 install: build

Reply via email to