Author: bdefreese
Date: 2009-04-06 21:21:57 +0000 (Mon, 06 Apr 2009)
New Revision: 9448

Added:
   packages/trunk/gnomekiss/debian/patches/
   packages/trunk/gnomekiss/debian/patches/010_filename.diff
   packages/trunk/gnomekiss/debian/patches/series
Modified:
   packages/trunk/gnomekiss/debian/changelog
   packages/trunk/gnomekiss/debian/control
   packages/trunk/gnomekiss/debian/rules
Log:
  * 010_filename.diff - Use consistent filename. (Closes: #485121).
  * Bump Standards Version to 3.8.1. (No changes needed).
Update changelog.


Modified: packages/trunk/gnomekiss/debian/changelog
===================================================================
--- packages/trunk/gnomekiss/debian/changelog   2009-04-06 20:12:50 UTC (rev 
9447)
+++ packages/trunk/gnomekiss/debian/changelog   2009-04-06 21:21:57 UTC (rev 
9448)
@@ -1,9 +1,10 @@
-gnomekiss (2.0-3.1) UNRELEASED; urgency=low
+gnomekiss (2.0-4) unstable; urgency=low
 
-  * Non-maintainer upload.
-  * NOT RELEASED YET
+  [ Barry deFreese ]
+  * 010_filename.diff - Use consistent filename. (Closes: #485121).
+  * Bump Standards Version to 3.8.1. (No changes needed).
 
- -- Barry deFreese <[email protected]>  Tue, 16 Dec 2008 23:06:58 -0500
+ -- Barry deFreese <[email protected]>  Mon, 06 Apr 2009 17:18:55 -0400
 
 gnomekiss (2.0-3) unstable; urgency=low
 

Modified: packages/trunk/gnomekiss/debian/control
===================================================================
--- packages/trunk/gnomekiss/debian/control     2009-04-06 20:12:50 UTC (rev 
9447)
+++ packages/trunk/gnomekiss/debian/control     2009-04-06 21:21:57 UTC (rev 
9448)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Miriam Ruiz <[email protected]>, Barry deFreese 
<[email protected]>
-Build-Depends: debhelper (>= 5), autotools-dev, libgnome2-dev, libgnomeui-dev,
+Build-Depends: debhelper (>= 5), quilt, autotools-dev, libgnome2-dev, 
libgnomeui-dev,
  gettext
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/gnomekiss/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/gnomekiss/?op=log
 Homepage: http://devel.tlrmx.org/kiss/

Added: packages/trunk/gnomekiss/debian/patches/010_filename.diff
===================================================================
--- packages/trunk/gnomekiss/debian/patches/010_filename.diff                   
        (rev 0)
+++ packages/trunk/gnomekiss/debian/patches/010_filename.diff   2009-04-06 
21:21:57 UTC (rev 9448)
@@ -0,0 +1,22 @@
+Index: gnomekiss-2.0/src/interface.c
+===================================================================
+--- gnomekiss-2.0.orig/src/interface.c 2009-04-06 16:55:53.000000000 -0400
++++ gnomekiss-2.0/src/interface.c      2009-04-06 17:00:34.000000000 -0400
+@@ -305,7 +305,7 @@
+ 
+   tooltips = gtk_tooltips_new ();
+ 
+-  application = gnome_app_new ("Gnomekiss", _("GnomeKiss"));
++  application = gnome_app_new ("GnomeKiss", _("GnomeKiss"));
+   gtk_widget_set_name (application, "application");
+   application_icon_pixbuf = create_pixbuf ("gnomekiss/besito_sinfondo.png");
+   if (application_icon_pixbuf)
+@@ -1241,7 +1241,7 @@
+   about = gtk_about_dialog_new ();
+   gtk_widget_set_name (about, "about");
+   gtk_about_dialog_set_version (GTK_ABOUT_DIALOG (about), VERSION);
+-  gtk_about_dialog_set_name (GTK_ABOUT_DIALOG (about), _("Gnomekiss"));
++  gtk_about_dialog_set_name (GTK_ABOUT_DIALOG (about), _("GnomeKiss"));
+   gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (about), _("Copyright 
2000-2005 Nick Lamb"));
+   gtk_about_dialog_set_comments (GTK_ABOUT_DIALOG (about), _("A KiSS viewer 
for the GNOME desktop"));
+   gtk_about_dialog_set_license (GTK_ABOUT_DIALOG (about), _("This is free 
software; see the source for copying conditions. There is NO warranty; not even 
for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."));

Added: packages/trunk/gnomekiss/debian/patches/series
===================================================================
--- packages/trunk/gnomekiss/debian/patches/series                              
(rev 0)
+++ packages/trunk/gnomekiss/debian/patches/series      2009-04-06 21:21:57 UTC 
(rev 9448)
@@ -0,0 +1 @@
+010_filename.diff

Modified: packages/trunk/gnomekiss/debian/rules
===================================================================
--- packages/trunk/gnomekiss/debian/rules       2009-04-06 20:12:50 UTC (rev 
9447)
+++ packages/trunk/gnomekiss/debian/rules       2009-04-06 21:21:57 UTC (rev 
9448)
@@ -33,6 +33,8 @@
 config.status: configure
        dh_testdir
 
+       QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
        cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -57,6 +59,9 @@
 clean:
        dh_testdir
        dh_testroot
+
+       QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+
        rm -f build-stamp 
 
        [ ! -f Makefile ] || $(MAKE) clean
@@ -64,6 +69,7 @@
        rm -f config.sub config.guess config.h config.status config.log
        rm -f po/*.mo
        rm -f stamp-h1
+       rm -rf .pc
 
        dh_clean 
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to