Control: tags 765023 + patch
Control: tags 765023 + pending
Control: tags 778145 + patch
Control: tags 778145 + pending

Dear maintainer,

I've prepared an NMU for thewidgetfactory (versioned as 0.2.1-2.1) and
uploaded it to DELAYED/5. 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 -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Didier Squiban: Kost Ar C'hoat
diff -u thewidgetfactory-0.2.1/debian/control thewidgetfactory-0.2.1/debian/control
--- thewidgetfactory-0.2.1/debian/control
+++ thewidgetfactory-0.2.1/debian/control
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Ross Burton <r...@debian.org>
-Build-Depends: debhelper (>= 4.1.0), cdbs, libgtk2.0-dev
+Build-Depends: debhelper (>= 4.1.0), cdbs, libgtk2.0-dev, dh-autoreconf
 Standards-Version: 3.7.2
 
 Package: thewidgetfactory
diff -u thewidgetfactory-0.2.1/debian/changelog thewidgetfactory-0.2.1/debian/changelog
--- thewidgetfactory-0.2.1/debian/changelog
+++ thewidgetfactory-0.2.1/debian/changelog
@@ -1,3 +1,15 @@
+thewidgetfactory (0.2.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5": patch src/themes.c to
+    #include <string.h>.
+    (Closes: #778145)
+  * Fix "run dh-autoreconf to update for new architectures":
+    update debian/{rules,control}.
+    (Closes: #765023)
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 23 Jul 2015 21:31:29 +0200
+
 thewidgetfactory (0.2.1-2) unstable; urgency=low
 
   * Fix URL in copyright
diff -u thewidgetfactory-0.2.1/debian/rules thewidgetfactory-0.2.1/debian/rules
--- thewidgetfactory-0.2.1/debian/rules
+++ thewidgetfactory-0.2.1/debian/rules
@@ -4,0 +5 @@
+include /usr/share/cdbs/1/rules/autoreconf.mk
only in patch2:
unchanged:
--- thewidgetfactory-0.2.1.orig/src/themes.c
+++ thewidgetfactory-0.2.1/src/themes.c
@@ -7,6 +7,7 @@
 #include <stdlib.h>
 #include <dirent.h>
 #include <unistd.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>

Attachment: signature.asc
Description: Digital Signature

Reply via email to