Package: paps Version: 0.6.8-7 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for paps (versioned as 0.6.8-7.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -- WBR, wRAR
diff -Nru paps-0.6.8/debian/changelog paps-0.6.8/debian/changelog --- paps-0.6.8/debian/changelog 2013-12-29 01:43:50.000000000 +0600 +++ paps-0.6.8/debian/changelog 2016-11-24 22:39:59.000000000 +0500 @@ -1,3 +1,11 @@ +paps (0.6.8-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS due to Freetype 2.6.1 header locations update (Closes: #808511). + * Use dh-autoreconf instead of autoreconf (Closes: #825787). + + -- Andrey Rahmatullin <[email protected]> Thu, 24 Nov 2016 22:39:59 +0500 + paps (0.6.8-7) unstable; urgency=medium * Fix FTBFS due to Freetype 2.5 header locations update (Closes: #733388) diff -Nru paps-0.6.8/debian/control paps-0.6.8/debian/control --- paps-0.6.8/debian/control 2011-04-24 20:29:32.000000000 +0600 +++ paps-0.6.8/debian/control 2016-11-24 22:39:59.000000000 +0500 @@ -1,7 +1,8 @@ Source: paps Priority: optional Maintainer: Lior Kaplan <[email protected]> -Build-Depends: debhelper (>= 5.0.0), libpango1.0-dev, doxygen (>= 1.4.6), autoconf, libtool, automake +Build-Depends: debhelper (>= 5.0.0), libpango1.0-dev, doxygen (>= 1.4.6), + autoconf, libtool, automake, dh-autoreconf Standards-Version: 3.9.2 Section: libs Homepage: http://paps.sourceforge.net/ diff -Nru paps-0.6.8/debian/patches/freetype2.5 paps-0.6.8/debian/patches/freetype2.5 --- paps-0.6.8/debian/patches/freetype2.5 2013-12-29 01:42:02.000000000 +0600 +++ paps-0.6.8/debian/patches/freetype2.5 1970-01-01 05:00:00.000000000 +0500 @@ -1,17 +0,0 @@ -Description: Freetype 2.5 change header location, fix our includes accordingly -Author: Lior Kaplan <[email protected]> -Bug-Debian: http://bugs.debian.org/733388 - ---- a/src/libpaps.c -+++ b/src/libpaps.c -@@ -25,8 +25,8 @@ - - #include <pango/pango.h> - #include <pango/pangoft2.h> --#include <freetype/ftglyph.h> --#include <freetype/ftoutln.h> -+#include <ftglyph.h> -+#include <ftoutln.h> - #include <errno.h> - #include <stdlib.h> - #include <stdio.h> diff -Nru paps-0.6.8/debian/patches/series paps-0.6.8/debian/patches/series --- paps-0.6.8/debian/patches/series 2013-12-29 01:37:42.000000000 +0600 +++ paps-0.6.8/debian/patches/series 2016-11-24 22:39:59.000000000 +0500 @@ -7,4 +7,3 @@ fix-loop-in-split shared-library fix-as-needed -freetype2.5 diff -Nru paps-0.6.8/debian/rules paps-0.6.8/debian/rules --- paps-0.6.8/debian/rules 2011-07-29 21:30:20.000000000 +0600 +++ paps-0.6.8/debian/rules 2016-11-24 22:39:59.000000000 +0500 @@ -27,7 +27,7 @@ dh_testdir # Add here commands to configure the package. libtoolize -f -c - autoreconf + dh_autoreconf ./configure \ --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr --mandir=\$${prefix}/share/man \ @@ -55,7 +55,7 @@ # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean rm -f config.log doc/libpaps.tag - + dh_autoreconf_clean dh_clean install: build
signature.asc
Description: PGP signature

