tags 641971 + pending
thanks

Dear maintainer,

I've prepared an NMU for gsnmp (versioned as 0.3.0-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Joel Harrison: Sing me back home
diff -u gsnmp-0.3.0/debian/changelog gsnmp-0.3.0/debian/changelog
--- gsnmp-0.3.0/debian/changelog
+++ gsnmp-0.3.0/debian/changelog
@@ -1,3 +1,13 @@
+gsnmp (0.3.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "Fix FTBFS with moved glib-2.0 headers.":
+    add patch from Ubuntu / Matthias Klose:
+    - Fix FTBFS with moved glib-2.0 headers. LP: #749104.
+    (Use pkg-config in debian/rules to fill CFLAGS, closes: #641971)
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 16 Jan 2012 18:04:19 +0100
+
 gsnmp (0.3.0-1) unstable; urgency=low
 
   * New upstream release
diff -u gsnmp-0.3.0/debian/rules gsnmp-0.3.0/debian/rules
--- gsnmp-0.3.0/debian/rules
+++ gsnmp-0.3.0/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@
 
+CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell pkg-config --cflags glib-2.0)
+export CFLAGS
+
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
 	ln -s /usr/share/misc/config.guess .

Attachment: signature.asc
Description: Digital signature

Reply via email to