control: tag -1 + pending

Hi,
 
I have just uploaded a fixed version of libcorelinux to DELAYED/3 fixing
bug#528646. You will find the diff attached. Please feel free to ask for
it to be removed from the delayed queue if you prefer to get the package
fixed another way (in a timely manner though).

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
[email protected]                 http://www.aurel32.net
diff -Nru libcorelinux-0.4.32/debian/changelog libcorelinux-0.4.32/debian/changelog
--- libcorelinux-0.4.32/debian/changelog	2008-03-21 21:52:25.000000000 +0100
+++ libcorelinux-0.4.32/debian/changelog	2014-10-05 15:40:14.000000000 +0200
@@ -1,3 +1,14 @@
+libcorelinux (0.4.32-7.4) unstable; urgency=medium
+
+  [ Aurelien Jarno ]
+  * Non-maintainer upload. 
+
+  [ Logan Rosen ]
+  * Use dh-autoreconf to get new libtool macros for ppc64el and update
+    config.{sub,guess} for new arches (Closes: #528646).
+
+ -- Aurelien Jarno <[email protected]>  Sun, 05 Oct 2014 15:39:25 +0200
+
 libcorelinux (0.4.32-7.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libcorelinux-0.4.32/debian/control libcorelinux-0.4.32/debian/control
--- libcorelinux-0.4.32/debian/control	2005-12-03 13:47:04.000000000 +0100
+++ libcorelinux-0.4.32/debian/control	2014-10-05 15:39:24.000000000 +0200
@@ -1,5 +1,5 @@
 Source: libcorelinux
-Build-Depends: debhelper, libtool, doxygen
+Build-Depends: debhelper, libtool, doxygen, dh-autoreconf
 Section: libs
 Priority: optional
 Maintainer: Christophe Prud'homme <[email protected]>
diff -Nru libcorelinux-0.4.32/debian/rules libcorelinux-0.4.32/debian/rules
--- libcorelinux-0.4.32/debian/rules	2006-10-19 16:30:18.000000000 +0200
+++ libcorelinux-0.4.32/debian/rules	2014-10-05 15:39:24.000000000 +0200
@@ -16,6 +16,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	dh_autoreconf
 #	./autorun.sh
 	mkdir -p classic	
 	cd classic && ../configure --prefix=/usr  --includedir=/usr/include/corelinux
@@ -36,6 +37,7 @@
 	@if test -d classic; then \
 		rm -rf classic; \
 	fi
+	dh_autoreconf_clean
 	dh_clean
 
 

Reply via email to