tags 892334 + pending
thanks

Hugh McMaster <hugh.mcmas...@outlook.com>:
> A rebuild of your package with freetype 2.9.1 installed confirmed that your
> package will FTBFS once the new version of freetype enters unstable. In
> almost all cases, this build failure was caused by the configure script not
> detecting the freetype libraries, as freetype-config is not shipped in
> 2.9.1.
> 
> Given the build failure and upcoming upload of freetype 2.9.1, I am raising
> the severity of this bug to Serious.
> 
> Please use pkg-config to detect freetype.

I've prepared an NMU to fix this bug (as 1.3.0~svn316-2.4) and I'm attaching the
NMU diff to this message.  I've uploaded it to DELAYED/5.  Please let me know if
you'd like the upload delayed longer.

Thanks

   -- Chris

-- 
Chris Knadle
chris.kna...@coredump.us
diff -Nru libg15render-1.3.0~svn316/debian/changelog libg15render-1.3.0~svn316/debian/changelog
--- libg15render-1.3.0~svn316/debian/changelog	2018-10-22 00:55:02.000000000 +0000
+++ libg15render-1.3.0~svn316/debian/changelog	2018-10-22 00:10:18.000000000 +0000
@@ -1,3 +1,15 @@
+libg15render (1.3.0~svn316-2.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
+    - Add pkg-config and quilt to Build-Depends
+  * debian/patches:
+    - Add 01-pkg-config-configure-in.patch to use pkg-config (Closes: #892334)
+  * debian/source/format:
+    - Use 3.0 (quilt) format
+
+ -- Christopher Knadle <chris.kna...@coredump.us>  Mon, 22 Oct 2018 00:10:18 +0000
+
 libg15render (1.3.0~svn316-2.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libg15render-1.3.0~svn316/debian/control libg15render-1.3.0~svn316/debian/control
--- libg15render-1.3.0~svn316/debian/control	2018-10-22 00:55:02.000000000 +0000
+++ libg15render-1.3.0~svn316/debian/control	2018-10-22 00:10:18.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Giacomo Catenazzi <c...@debian.org>
 Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libtool, automake1.11,
- libg15-dev, libusb-dev, libfreetype6-dev
+ libg15-dev, libusb-dev, libfreetype6-dev, pkg-config, quilt
 Standards-Version: 3.8.2
 Homepage: http://www.g15tools.com
 
diff -Nru libg15render-1.3.0~svn316/debian/patches/01-pkg-config-configure-in.patch libg15render-1.3.0~svn316/debian/patches/01-pkg-config-configure-in.patch
--- libg15render-1.3.0~svn316/debian/patches/01-pkg-config-configure-in.patch	1970-01-01 00:00:00.000000000 +0000
+++ libg15render-1.3.0~svn316/debian/patches/01-pkg-config-configure-in.patch	2018-10-22 00:10:18.000000000 +0000
@@ -0,0 +1,11 @@
+--- a/configure.in
++++ b/configure.in
+@@ -17,7 +17,7 @@
+ AC_ARG_ENABLE(ttf, [  --enable-ttf		enable FreeType2 support],
+ 	if [[[ "$enableval" = "yes" ]]]; then
+ 		AC_DEFINE(TTF_SUPPORT, [1], [Define to 1 to enable FreeType2 support])
+-		CFLAGS="$CFLAGS `freetype-config --cflags`"
++		CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
+ 		FTLIB="-lfreetype"
+ 		ttf_support="yes"
+ 	else
diff -Nru libg15render-1.3.0~svn316/debian/patches/series libg15render-1.3.0~svn316/debian/patches/series
--- libg15render-1.3.0~svn316/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ libg15render-1.3.0~svn316/debian/patches/series	2018-10-22 00:10:18.000000000 +0000
@@ -0,0 +1 @@
+01-pkg-config-configure-in.patch
diff -Nru libg15render-1.3.0~svn316/debian/source/format libg15render-1.3.0~svn316/debian/source/format
--- libg15render-1.3.0~svn316/debian/source/format	1970-01-01 00:00:00.000000000 +0000
+++ libg15render-1.3.0~svn316/debian/source/format	2018-10-22 00:10:18.000000000 +0000
@@ -0,0 +1 @@
+3.0 (quilt)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to