r13426 - in /packages/unstable/gossip/debian: changelog patches/00_debian-branding.patch patches/01_disable-smooth-scrolling.patch patches/02_german-translation.patch patches/03_debian-branding.patch

nobse at users.alioth.debian.org nobse at users.alioth.debian.org
Sun Nov 11 10:17:15 UTC 2007


Author: nobse
Date: Sun Nov 11 10:17:15 2007
New Revision: 13426

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13426
Log:
New upstream release.

Added:
    packages/unstable/gossip/debian/patches/02_german-translation.patch
    packages/unstable/gossip/debian/patches/03_debian-branding.patch
Removed:
    packages/unstable/gossip/debian/patches/00_debian-branding.patch
    packages/unstable/gossip/debian/patches/01_disable-smooth-scrolling.patch
Modified:
    packages/unstable/gossip/debian/changelog

Modified: packages/unstable/gossip/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/changelog?rev=13426&op=diff
==============================================================================
--- packages/unstable/gossip/debian/changelog (original)
+++ packages/unstable/gossip/debian/changelog Sun Nov 11 10:17:15 2007
@@ -1,3 +1,10 @@
+gossip (1:0.28-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove patch 01_disable-smooth-scrolling.patch, fixed upstream.
+
+ -- Norbert Tretkowski <nobse at debian.org>  Sun, 11 Nov 2007 11:16:00 +0100
+
 gossip (1:0.27-4) unstable; urgency=low
 
   * Upload to unstable again.

Added: packages/unstable/gossip/debian/patches/02_german-translation.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/patches/02_german-translation.patch?rev=13426&op=file
==============================================================================
--- packages/unstable/gossip/debian/patches/02_german-translation.patch (added)
+++ packages/unstable/gossip/debian/patches/02_german-translation.patch Sun Nov 11 10:17:15 2007
@@ -1,0 +1,22 @@
+diff -Nur gossip-0.27.orig/po/de.po gossip-0.27/po/de.po
+--- gossip-0.27.orig/po/de.po	2007-06-01 00:25:22.000000000 +0200
++++ gossip-0.27/po/de.po	2007-10-11 20:44:20.000000000 +0200
+@@ -1059,7 +1059,6 @@
+ msgstr ""
+ 
+ #: ../src/gossip-notify.c:229 ../src/gossip-private-chat.c:508
+-#, fuzzy, c-format
+ msgid "%s has come online"
+ msgstr "%s hat sich angemeldet"
+ 
+@@ -1615,9 +1614,8 @@
+ msgstr "Nicht automatisch verbinden"
+ 
+ #: ../ui/main.glade.h:37
+-#, fuzzy
+ msgid "Contact List - Gossip"
+-msgstr "_Verstecke Kontaktliste"
++msgstr "Kontaktliste"
+ 
+ #: ../ui/main.glade.h:38
+ #, fuzzy

Added: packages/unstable/gossip/debian/patches/03_debian-branding.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/patches/03_debian-branding.patch?rev=13426&op=file
==============================================================================
--- packages/unstable/gossip/debian/patches/03_debian-branding.patch (added)
+++ packages/unstable/gossip/debian/patches/03_debian-branding.patch Sun Nov 11 10:17:15 2007
@@ -1,0 +1,12 @@
+diff -Nur gossip-0.27+svn2657.orig/libgossip/gossip-version-info.c gossip-0.27+svn2657/libgossip/gossip-version-info.c
+--- gossip-0.27+svn2657.orig/libgossip/gossip-version-info.c	2007-10-20 19:18:25.000000000 +0200
++++ gossip-0.27+svn2657/libgossip/gossip-version-info.c	2007-10-20 19:41:29.000000000 +0200
+@@ -271,7 +271,7 @@
+ #ifndef G_OS_WIN32 
+ 		struct utsname  osinfo;
+ 		uname (&osinfo);
+-		os_name = g_strdup (osinfo.sysname);
++		os_name = g_strconcat ("Debian GNU/", osinfo.sysname, NULL);
+ #else  /* G_OS_WIN32 */
+ 		os_name = g_strdup_printf ("Windows");
+ #endif /* G_OS_WIN32 */




More information about the pkg-gnome-commits mailing list