Author: bdefreese
Date: 2013-06-28 02:48:19 +0000 (Fri, 28 Jun 2013)
New Revision: 14351

Added:
   packages/trunk/kanatest/debian/kanatest.docs
   packages/trunk/kanatest/debian/kanatest.install
   packages/trunk/kanatest/debian/kanatest.manpages
   packages/trunk/kanatest/debian/patches/004_enable_deprecated.patch
Modified:
   packages/trunk/kanatest/debian/changelog
   packages/trunk/kanatest/debian/compat
   packages/trunk/kanatest/debian/control
   packages/trunk/kanatest/debian/patches/series
   packages/trunk/kanatest/debian/source/format
Log:
Update to dh 9. Patch to enable deprecated GTK. Move to dh style rules.

Modified: packages/trunk/kanatest/debian/changelog
===================================================================
--- packages/trunk/kanatest/debian/changelog    2013-06-27 22:20:15 UTC (rev 
14350)
+++ packages/trunk/kanatest/debian/changelog    2013-06-28 02:48:19 UTC (rev 
14351)
@@ -1,8 +1,12 @@
 kanatest (0.4.8-3) UNRELEASED; urgency=low
 
+  * Add patch to drop GTK_DISABLE_DEPRECATED. (Closes: #634350).
+    + Thanks to Colin Watson for the patch.
+  * Update 003_gtk_ftbfs_fix.patch to fix string format error.
   * Move to source format 3.0 (quilt).
     + Drop build-dep on quilt.
   * Update to dh style rules.
+    + Bump debhelper build-dep and compat to 9.
   * Update VCS tags.
   * Bump Standards Version to 3.9.4.
 

Modified: packages/trunk/kanatest/debian/compat
===================================================================
--- packages/trunk/kanatest/debian/compat       2013-06-27 22:20:15 UTC (rev 
14350)
+++ packages/trunk/kanatest/debian/compat       2013-06-28 02:48:19 UTC (rev 
14351)
@@ -1 +1 @@
-5
+9

Modified: packages/trunk/kanatest/debian/control
===================================================================
--- packages/trunk/kanatest/debian/control      2013-06-27 22:20:15 UTC (rev 
14350)
+++ packages/trunk/kanatest/debian/control      2013-06-28 02:48:19 UTC (rev 
14351)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Sam Hocevar <s...@debian.org>, Barry deFreese 
<bdefre...@debian.org>,
  Evgeni Golov <evg...@debian.org>
-Build-Depends: debhelper (>= 5.0), quilt, libgtk2.0-dev (>= 2.0), libxml2-dev, 
gettext, autotools-dev
+Build-Depends: debhelper (>= 9), libgtk2.0-dev (>= 2.0), libxml2-dev, gettext, 
autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://clayo.org/kanatest/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/kanatest/

Added: packages/trunk/kanatest/debian/kanatest.docs
===================================================================
--- packages/trunk/kanatest/debian/kanatest.docs                                
(rev 0)
+++ packages/trunk/kanatest/debian/kanatest.docs        2013-06-28 02:48:19 UTC 
(rev 14351)
@@ -0,0 +1 @@
+README

Added: packages/trunk/kanatest/debian/kanatest.install
===================================================================
--- packages/trunk/kanatest/debian/kanatest.install                             
(rev 0)
+++ packages/trunk/kanatest/debian/kanatest.install     2013-06-28 02:48:19 UTC 
(rev 14351)
@@ -0,0 +1,2 @@
+debian/kanatest.xpm usr/share/pixmaps
+debian/kanatest.desktop usr/share/applications

Added: packages/trunk/kanatest/debian/kanatest.manpages
===================================================================
--- packages/trunk/kanatest/debian/kanatest.manpages                            
(rev 0)
+++ packages/trunk/kanatest/debian/kanatest.manpages    2013-06-28 02:48:19 UTC 
(rev 14351)
@@ -0,0 +1 @@
+debian/kanatest.1

Added: packages/trunk/kanatest/debian/patches/004_enable_deprecated.patch
===================================================================
--- packages/trunk/kanatest/debian/patches/004_enable_deprecated.patch          
                (rev 0)
+++ packages/trunk/kanatest/debian/patches/004_enable_deprecated.patch  
2013-06-28 02:48:19 UTC (rev 14351)
@@ -0,0 +1,31 @@
+Description: Drop -DGTK_DISABLE_DEPRECATED for now
+Author: Colin Watson <cjwat...@ubuntu.com>
+Bug-Debian: http://bugs.debian.org/632604
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/770736
+Forwarded: no
+Last-Update: 2011-09-12
+Index: kanatest-0.4.8/src/Makefile.am
+===================================================================
+--- kanatest-0.4.8.orig/src/Makefile.am        2009-04-12 15:10:45.000000000 
-0400
++++ kanatest-0.4.8/src/Makefile.am     2013-06-27 12:20:22.000000000 -0400
+@@ -1,6 +1,6 @@
+ REVISION := $(shell if test -e .svn; then echo -DREV=\"`LC_ALL=C svn info | 
sed -n '/^Rev/p'| sed -e 's/^Revision:\ //'`\"; fi;)
+ AM_CPPFLAGS = -Wall -DLOCALEDIR=\"$(datadir)/locale\" $(REVISION) \
+-                        -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
++                        -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED
+ bin_PROGRAMS = kanatest
+ kanatest_SOURCES = about.c about.h \
+                                  chart.c chart.h \
+Index: kanatest-0.4.8/src/Makefile.in
+===================================================================
+--- kanatest-0.4.8.orig/src/Makefile.in        2009-04-12 15:10:50.000000000 
-0400
++++ kanatest-0.4.8/src/Makefile.in     2013-06-27 12:20:51.000000000 -0400
+@@ -149,7 +149,7 @@
+ var = @var@
+ REVISION := $(shell if test -e .svn; then echo -DREV=\"`LC_ALL=C svn info | 
sed -n '/^Rev/p'| sed -e 's/^Revision:\ //'`\"; fi;)
+ AM_CPPFLAGS = -Wall -DLOCALEDIR=\"$(datadir)/locale\" $(REVISION) \
+-                        -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
++                        -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED
+ 
+ kanatest_SOURCES = about.c about.h \
+                                  chart.c chart.h \

Modified: packages/trunk/kanatest/debian/patches/series
===================================================================
--- packages/trunk/kanatest/debian/patches/series       2013-06-27 22:20:15 UTC 
(rev 14350)
+++ packages/trunk/kanatest/debian/patches/series       2013-06-28 02:48:19 UTC 
(rev 14351)
@@ -1,3 +1,4 @@
 001_PATH_MAX_fix.diff
 002_updated_emails_and_links.patch
 003_gtk_ftbfs_fix.patch
+004_enable_deprecated.patch

Modified: packages/trunk/kanatest/debian/source/format
===================================================================
--- packages/trunk/kanatest/debian/source/format        2013-06-27 22:20:15 UTC 
(rev 14350)
+++ packages/trunk/kanatest/debian/source/format        2013-06-28 02:48:19 UTC 
(rev 14351)
@@ -1 +1 @@
-1.0
+3.0 (quilt)


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to