r29770 - in /packages/unstable/gtetrinet/debian: changelog compat control.in patches/series patches/werror_format-security.patch rules source/ source/format
jordi at users.alioth.debian.org
jordi at users.alioth.debian.org
Wed Sep 28 11:08:02 UTC 2011
Author: jordi
Date: Wed Sep 28 11:08:01 2011
New Revision: 29770
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29770
Log:
* Switch to source format 3.0 (quilt). Stop using simple-patchsys.
* Bump to debhelper v8.
* debian/patches/werror_format-security.patch: fix build with new dpkg
hardening flags (closes: #643402).
Added:
packages/unstable/gtetrinet/debian/patches/series
packages/unstable/gtetrinet/debian/patches/werror_format-security.patch
packages/unstable/gtetrinet/debian/source/
packages/unstable/gtetrinet/debian/source/format
Modified:
packages/unstable/gtetrinet/debian/changelog
packages/unstable/gtetrinet/debian/compat
packages/unstable/gtetrinet/debian/control.in
packages/unstable/gtetrinet/debian/rules
Modified: packages/unstable/gtetrinet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtetrinet/debian/changelog?rev=29770&op=diff
==============================================================================
--- packages/unstable/gtetrinet/debian/changelog [utf-8] (original)
+++ packages/unstable/gtetrinet/debian/changelog [utf-8] Wed Sep 28 11:08:01 2011
@@ -1,8 +1,15 @@
gtetrinet (0.7.11-3) UNRELEASED; urgency=low
+ [ Emilio Pozuelo Monfort ]
* debian/patches/desktop_file_encoding.patch: forwarded, add header.
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Fri, 10 Jul 2009 00:06:26 +0200
+ [ Jordi Mallach ]
+ * Switch to source format 3.0 (quilt). Stop using simple-patchsys.
+ * Bump to debhelper v8.
+ * debian/patches/werror_format-security.patch: fix build with new dpkg
+ hardening flags (closes: #643402).
+
+ -- Jordi Mallach <jordi at debian.org> Wed, 28 Sep 2011 13:05:33 +0200
gtetrinet (0.7.11-2) unstable; urgency=low
Modified: packages/unstable/gtetrinet/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtetrinet/debian/compat?rev=29770&op=diff
==============================================================================
--- packages/unstable/gtetrinet/debian/compat [utf-8] (original)
+++ packages/unstable/gtetrinet/debian/compat [utf-8] Wed Sep 28 11:08:01 2011
@@ -1,1 +1,1 @@
-7
+8
Modified: packages/unstable/gtetrinet/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtetrinet/debian/control.in?rev=29770&op=diff
==============================================================================
--- packages/unstable/gtetrinet/debian/control.in [utf-8] (original)
+++ packages/unstable/gtetrinet/debian/control.in [utf-8] Wed Sep 28 11:08:01 2011
@@ -5,7 +5,7 @@
Uploaders: @GNOME_TEAM@
Build-Depends: autotools-dev,
cdbs,
- debhelper (>= 7),
+ debhelper (>= 8),
gettext,
gnome-pkg-tools,
libgnome2-dev (>= 2.0.0),
Added: packages/unstable/gtetrinet/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtetrinet/debian/patches/series?rev=29770&op=file
==============================================================================
--- packages/unstable/gtetrinet/debian/patches/series (added)
+++ packages/unstable/gtetrinet/debian/patches/series [utf-8] Wed Sep 28 11:08:01 2011
@@ -1,0 +1,2 @@
+desktop_file_encoding.patch
+werror_format-security.patch
Added: packages/unstable/gtetrinet/debian/patches/werror_format-security.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtetrinet/debian/patches/werror_format-security.patch?rev=29770&op=file
==============================================================================
--- packages/unstable/gtetrinet/debian/patches/werror_format-security.patch (added)
+++ packages/unstable/gtetrinet/debian/patches/werror_format-security.patch [utf-8] Wed Sep 28 11:08:01 2011
@@ -1,0 +1,16 @@
+Author: Jordi Mallach <jordi at debian.org>
+Description: Fix build when using -Werror=format-security, now default
+ on Debian.
+Status: committed-upstream
+
+--- gtetrinet-0.7.11.orig/src/tetrinet.c
++++ gtetrinet-0.7.11/src/tetrinet.c
+@@ -232,7 +232,7 @@
+ dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL,
+ GTK_MESSAGE_ERROR,
+ GTK_BUTTONS_OK,
+- buf);
++ "%s", buf);
+ gtk_dialog_run (GTK_DIALOG(dialog));
+ gtk_widget_destroy (dialog);
+ g_free (data_utf8);
Modified: packages/unstable/gtetrinet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtetrinet/debian/rules?rev=29770&op=diff
==============================================================================
--- packages/unstable/gtetrinet/debian/rules [utf-8] (original)
+++ packages/unstable/gtetrinet/debian/rules [utf-8] Wed Sep 28 11:08:01 2011
@@ -5,7 +5,6 @@
# Under the public domain.
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
Added: packages/unstable/gtetrinet/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtetrinet/debian/source/format?rev=29770&op=file
==============================================================================
--- packages/unstable/gtetrinet/debian/source/format (added)
+++ packages/unstable/gtetrinet/debian/source/format [utf-8] Wed Sep 28 11:08:01 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the pkg-gnome-commits
mailing list