[pkg-ggz-commits] r249 - in ggz-gtk-client/trunk/debian: . patches

petere at alioth.debian.org petere at alioth.debian.org
Tue Jul 10 21:50:20 UTC 2007


Author: petere
Date: 2007-07-10 21:50:20 +0000 (Tue, 10 Jul 2007)
New Revision: 249

Added:
   ggz-gtk-client/trunk/debian/patches/
   ggz-gtk-client/trunk/debian/patches/ggz-gtk-catalog-name.patch
Modified:
   ggz-gtk-client/trunk/debian/changelog
   ggz-gtk-client/trunk/debian/ggz-gtk-client.install
   ggz-gtk-client/trunk/debian/libggz-gtk1.install
   ggz-gtk-client/trunk/debian/rules
Log:
* Moved ggz-gtk.mo to libggz-gtk package and added major soname number
  to the catalog name to be able to survive upgrades (closes: #424138)

Modified: ggz-gtk-client/trunk/debian/changelog
===================================================================
--- ggz-gtk-client/trunk/debian/changelog	2007-07-09 22:07:50 UTC (rev 248)
+++ ggz-gtk-client/trunk/debian/changelog	2007-07-10 21:50:20 UTC (rev 249)
@@ -1,9 +1,11 @@
-ggz-gtk-client (0.0.14-2) unstable; urgency=low
+ggz-gtk-client (0.0.14-2) UNRELEASED; urgency=low
 
   * Disabled gaim plugin again, because gaim-dev has been removed
     (closes: #432400)
+  * Moved ggz-gtk.mo to libggz-gtk package and added major soname number
+    to the catalog name to be able to survive upgrades (closes: #424138)
 
- -- Peter Eisentraut <petere at debian.org>  Tue, 10 Jul 2007 00:06:14 +0200
+ -- Peter Eisentraut <petere at debian.org>  Tue, 10 Jul 2007 23:49:37 +0200
 
 ggz-gtk-client (0.0.14-1) unstable; urgency=low
 

Modified: ggz-gtk-client/trunk/debian/ggz-gtk-client.install
===================================================================
--- ggz-gtk-client/trunk/debian/ggz-gtk-client.install	2007-07-09 22:07:50 UTC (rev 248)
+++ ggz-gtk-client/trunk/debian/ggz-gtk-client.install	2007-07-10 21:50:20 UTC (rev 249)
@@ -1,3 +1,4 @@
 debian/tmp/usr/bin
-debian/tmp/usr/share
-#debian/tmp/usr/lib/gaim
+debian/tmp/usr/share/applications
+debian/tmp/usr/share/ggz
+debian/tmp/usr/share/man

Modified: ggz-gtk-client/trunk/debian/libggz-gtk1.install
===================================================================
--- ggz-gtk-client/trunk/debian/libggz-gtk1.install	2007-07-09 22:07:50 UTC (rev 248)
+++ ggz-gtk-client/trunk/debian/libggz-gtk1.install	2007-07-10 21:50:20 UTC (rev 249)
@@ -1 +1,2 @@
 debian/tmp/usr/lib/libggz-gtk.so.*
+debian/tmp/usr/share/locale

Added: ggz-gtk-client/trunk/debian/patches/ggz-gtk-catalog-name.patch
===================================================================
--- ggz-gtk-client/trunk/debian/patches/ggz-gtk-catalog-name.patch	                        (rev 0)
+++ ggz-gtk-client/trunk/debian/patches/ggz-gtk-catalog-name.patch	2007-07-10 21:50:20 UTC (rev 249)
@@ -0,0 +1,40 @@
+diff -Nur ggz-gtk-client-0.0.14/po/Makefile.am ggz-gtk-client-0.0.14.new/po/Makefile.am
+--- ggz-gtk-client-0.0.14/po/Makefile.am	2007-01-16 19:51:03.000000000 +0100
++++ ggz-gtk-client-0.0.14.new/po/Makefile.am	2007-07-10 23:10:12.000000000 +0200
+@@ -5,7 +5,7 @@
+ 
+ EXTRA_DIST = ggz-gtk.pot de.po es.po pt_BR.po sv.po
+ 
+-CATALOG = ggz-gtk
++CATALOG = ggz-gtk1
+ POSOURCES = $(top_srcdir)/ggz-gtk/*.c $(top_srcdir)/src/*.c
+ 
+ include $(top_srcdir)/m4/i18n.mk
+diff -Nur ggz-gtk-client-0.0.14/po/Makefile.in ggz-gtk-client-0.0.14.new/po/Makefile.in
+--- ggz-gtk-client-0.0.14/po/Makefile.in	2007-01-16 20:08:11.000000000 +0100
++++ ggz-gtk-client-0.0.14.new/po/Makefile.in	2007-07-10 23:10:29.000000000 +0200
+@@ -215,7 +215,7 @@
+ target_alias = @target_alias@
+ SUBDIRS = .
+ EXTRA_DIST = ggz-gtk.pot de.po es.po pt_BR.po sv.po
+-CATALOG = ggz-gtk
++CATALOG = ggz-gtk1
+ POSOURCES = $(top_srcdir)/ggz-gtk/*.c $(top_srcdir)/src/*.c
+ builddir = $(top_builddir)/$(subdir)
+ MOFILES = $(builddir)/*.mo
+diff -Nur ggz-gtk-client-0.0.14/src/main.c ggz-gtk-client-0.0.14.new/src/main.c
+--- ggz-gtk-client-0.0.14/src/main.c	2007-01-16 19:51:02.000000000 +0100
++++ ggz-gtk-client-0.0.14.new/src/main.c	2007-07-10 23:09:13.000000000 +0200
+@@ -97,9 +97,9 @@
+ #ifdef ENABLE_NLS
+ 	/* GTK2 always uses UTF-8 so we tell gettext to output its
+ 	 * translations in that. */
+-	bindtextdomain("ggz-gtk", PACKAGE_LOCALE_DIR);
+-	bind_textdomain_codeset("ggz-gtk", "UTF-8");
+-	textdomain("ggz-gtk");
++	bindtextdomain("ggz-gtk1", PACKAGE_LOCALE_DIR);
++	bind_textdomain_codeset("ggz-gtk1", "UTF-8");
++	textdomain("ggz-gtk1");
+ 	setlocale(LC_ALL, "");
+ #endif
+ 

Modified: ggz-gtk-client/trunk/debian/rules
===================================================================
--- ggz-gtk-client/trunk/debian/rules	2007-07-09 22:07:50 UTC (rev 248)
+++ ggz-gtk-client/trunk/debian/rules	2007-07-10 21:50:20 UTC (rev 249)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --disable-debug
 DEB_DH_MAKESHLIBS_ARGS_ALL = -V




More information about the pkg-ggz-commits mailing list