Control: tags -1 + patch pending

Dear maintainer,

I've prepared an NMU for qutemol (versioned as 0.4.1~cvs20081111-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
-- 
Sebastian Ramacher
diff -u qutemol-0.4.1~cvs20081111/debian/control qutemol-0.4.1~cvs20081111/debian/control
--- qutemol-0.4.1~cvs20081111/debian/control
+++ qutemol-0.4.1~cvs20081111/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
 Uploaders: Morten Kjeldgaard <m...@ubuntu.com>, Michael Banck <mba...@debian.org>
 Build-Depends: debhelper (>= 5), cdbs, dpatch, libwxgtk2.8-dev, libglew1.5-dev,
- libgif-dev, libpng12-dev
+ libgif-dev, libpng12-dev, pkg-config
 Standards-Version: 3.9.2
 Homepage: http://qutemol.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/wsvn/debichem/
diff -u qutemol-0.4.1~cvs20081111/debian/changelog qutemol-0.4.1~cvs20081111/debian/changelog
--- qutemol-0.4.1~cvs20081111/debian/changelog
+++ qutemol-0.4.1~cvs20081111/debian/changelog
@@ -1,3 +1,12 @@
+qutemol (0.4.1~cvs20081111-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/34-lib_underlinkage.dpatch: Use pkg-config to determine
+    flags to build and link with libpng. (Closes: #713774)
+  * debian/control: Add pkg-config to Build-Depends.
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Sat, 03 Aug 2013 01:14:20 +0200
+
 qutemol (0.4.1~cvs20081111-2) unstable; urgency=low
 
   * debian/patches/33_format-security.dpatch: New patch, fixes build error
diff -u qutemol-0.4.1~cvs20081111/debian/patches/00list qutemol-0.4.1~cvs20081111/debian/patches/00list
--- qutemol-0.4.1~cvs20081111/debian/patches/00list
+++ qutemol-0.4.1~cvs20081111/debian/patches/00list
@@ -33,0 +34 @@
+34_libs-underlinkage.dpatch
only in patch2:
unchanged:
--- qutemol-0.4.1~cvs20081111.orig/debian/patches/34_libs-underlinkage.dpatch
+++ qutemol-0.4.1~cvs20081111/debian/patches/34_libs-underlinkage.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 34_libs-underlinkage.dpatch by Sebastian Ramacher <s.ramac...@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Use pkg-config to get flags to build and link with libpng.
+
+@DPATCH@
+--- a/Makefile	2013-08-03 00:56:23.612198575 +0200
++++ b/Makefile	2013-08-03 00:57:04.685547633 +0200
+@@ -2,8 +2,8 @@
+ INCDIRS = -Ivcg -Isrc -I.
+ OPTFLAGS = -O2 -Wall -g
+ 
+-CXXFLAGS = -DPKGDATADIR='"/usr/share/qutemol/"' $(INCDIRS) $(OPTFLAGS) `wx-config --cppflags`
+-LIBS = $(CXXFLAGS) `wx-config --libs core,base --gl-libs` -lGLEW -lGLU -lGL -lgif
++CXXFLAGS = -DPKGDATADIR='"/usr/share/qutemol/"' $(INCDIRS) $(OPTFLAGS) `wx-config --cppflags` `pkg-config --cflags libpng`
++LIBS = $(CXXFLAGS) `wx-config --libs core,base --gl-libs` -lGLEW -lGLU -lGL -lgif `pkg-config --libs libpng`
+ 
+ OBJS = \
+                         src/AO.o  \

Attachment: signature.asc
Description: Digital signature

Reply via email to