On Wed, Oct 01, 2014 at 10:00:50AM +0200, Aurelien Jarno wrote:
> Hi,
> 
> I have prepare a non-maintainer upload of libppd to fix bugs#755534 and
> #759463, uploaded to DELAYED/3. 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).
> 

Sorry, forgot the patch, please find it attached.

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
[email protected]                 http://www.aurel32.net
diff -u libppd-0.10/debian/rules libppd-0.10/debian/rules
--- libppd-0.10/debian/rules
+++ libppd-0.10/debian/rules
@@ -29,18 +29,11 @@
  MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-autogen:
-	libtoolize --force --copy
-	aclocal
-	automake -a
-	autoconf
-
 build: build-stamp
 build-stamp:
 	dh_testdir
 	# avoid time skews
-	touch configure.in && 	touch aclocal.m4 && 	touch configure
-	touch config.h.in  */Makefile.in  Makefile.in
+	dh_autoreconf
 	./configure --prefix=/usr --with-glib=2	 --mandir=/usr/share/man 
 	touch build-stamp
 
@@ -49,6 +42,7 @@
 	dh_testroot
 	rm -f build-stamp config.log
 	[ ! -f Makefile ] || $(MAKE) distclean distclean-generic
+	dh_autoreconf_clean
 	dh_clean
 	#find config.sub config.guess ltmain.sh COPYING INSTALL intl -type l | xargs -r rm
 
diff -u libppd-0.10/debian/control libppd-0.10/debian/control
--- libppd-0.10/debian/control
+++ libppd-0.10/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: A Mennucc1 <[email protected]>
-Build-Depends: debhelper (>= 2), libtool, libglib2.0-dev
+Build-Depends: debhelper (>= 2), dh-autoreconf, libglib2.0-dev
 Standards-Version: 3.8.0.0
 
 Package: libppd-dev
diff -u libppd-0.10/debian/changelog libppd-0.10/debian/changelog
--- libppd-0.10/debian/changelog
+++ libppd-0.10/debian/changelog
@@ -1,3 +1,14 @@
+libppd (2:0.10-7.2) unstable; urgency=medium
+
+  [ Aurelien Jarno ]
+  * Non-maintainer upload.
+
+  [ Fernando Seiti Furusato ]
+  * Use dh_autoreconf to update autoconf related files (Closes: #755534,
+    #759463).
+
+ -- Aurelien Jarno <[email protected]>  Wed, 01 Oct 2014 07:08:31 +0200
+
 libppd (2:0.10-7.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to