r24707 - in /desktop/unstable/rarian/debian: changelog control control.in patches/01_info_shortnames.patch patches/02_crash_no_extension.patch patches/03_language.patch patches/series rules source/ source/format

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Jul 4 15:31:06 UTC 2010


Author: joss
Date: Sun Jul  4 15:30:51 2010
New Revision: 24707

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24707
Log:
* Switch to 3.0 source format.
* 03_language.patch: new patch. Make librarian obey to LC_MESSAGES.
  Closes: #588060.
* Fix a spelling error in description.

Added:
    desktop/unstable/rarian/debian/patches/03_language.patch
    desktop/unstable/rarian/debian/patches/series
    desktop/unstable/rarian/debian/source/
    desktop/unstable/rarian/debian/source/format
Modified:
    desktop/unstable/rarian/debian/changelog
    desktop/unstable/rarian/debian/control
    desktop/unstable/rarian/debian/control.in
    desktop/unstable/rarian/debian/patches/01_info_shortnames.patch
    desktop/unstable/rarian/debian/patches/02_crash_no_extension.patch
    desktop/unstable/rarian/debian/rules

Modified: desktop/unstable/rarian/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/rarian/debian/changelog?rev=24707&op=diff
==============================================================================
--- desktop/unstable/rarian/debian/changelog [utf-8] (original)
+++ desktop/unstable/rarian/debian/changelog [utf-8] Sun Jul  4 15:30:51 2010
@@ -1,3 +1,12 @@
+rarian (0.8.1-5) unstable; urgency=low
+
+  * Switch to 3.0 source format.
+  * 03_language.patch: new patch. Make librarian obey to LC_MESSAGES.
+    Closes: #588060.
+  * Fix a spelling error in description.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 04 Jul 2010 17:26:38 +0200
+
 rarian (0.8.1-4.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: desktop/unstable/rarian/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/rarian/debian/control?rev=24707&op=diff
==============================================================================
--- desktop/unstable/rarian/debian/control [utf-8] (original)
+++ desktop/unstable/rarian/debian/control [utf-8] Sun Jul  4 15:30:51 2010
@@ -1,8 +1,13 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: rarian
 Section: doc
 Priority: extra
 Maintainer: Frederic Peters <fpeters at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs,
                debhelper (>= 5),
                autotools-dev,
@@ -35,7 +40,7 @@
  Rarian (formerly Spoon) is a documentation meta-data library, designed
  as a replacement for Scrollkeeper.
  .
- This packages ships the development files.
+ This package ships the development files.
 
 Package: rarian-compat
 Architecture: any

Modified: desktop/unstable/rarian/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/rarian/debian/control.in?rev=24707&op=diff
==============================================================================
--- desktop/unstable/rarian/debian/control.in [utf-8] (original)
+++ desktop/unstable/rarian/debian/control.in [utf-8] Sun Jul  4 15:30:51 2010
@@ -35,7 +35,7 @@
  Rarian (formerly Spoon) is a documentation meta-data library, designed
  as a replacement for Scrollkeeper.
  .
- This packages ships the development files.
+ This package ships the development files.
 
 Package: rarian-compat
 Architecture: any

Modified: desktop/unstable/rarian/debian/patches/01_info_shortnames.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/rarian/debian/patches/01_info_shortnames.patch?rev=24707&op=diff
==============================================================================
--- desktop/unstable/rarian/debian/patches/01_info_shortnames.patch [utf-8] (original)
+++ desktop/unstable/rarian/debian/patches/01_info_shortnames.patch [utf-8] Sun Jul  4 15:30:51 2010
@@ -1,7 +1,7 @@
 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=22602
 
---- librarian/rarian-info.c.orig	2008-09-02 16:38:09.982622444 +0200
-+++ librarian/rarian-info.c	2008-09-02 17:07:36.206700155 +0200
+--- a/librarian/rarian-info.c.orig	2008-09-02 16:38:09.982622444 +0200
++++ b/librarian/rarian-info.c	2008-09-02 17:07:36.206700155 +0200
 @@ -665,8 +665,9 @@
  
    while (l) {

Modified: desktop/unstable/rarian/debian/patches/02_crash_no_extension.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/rarian/debian/patches/02_crash_no_extension.patch?rev=24707&op=diff
==============================================================================
--- desktop/unstable/rarian/debian/patches/02_crash_no_extension.patch [utf-8] (original)
+++ desktop/unstable/rarian/debian/patches/02_crash_no_extension.patch [utf-8] Sun Jul  4 15:30:51 2010
@@ -2,8 +2,8 @@
 
 Index: librarian/rarian-main.c
 ===================================================================
---- librarian/rarian-main.c	(revision 62)
-+++ librarian/rarian-main.c	(working copy)
+--- a/librarian/rarian-main.c	(revision 62)
++++ b/librarian/rarian-main.c	(working copy)
 @@ -294,10 +294,12 @@
  	  char *suffix = NULL;
  	  

Added: desktop/unstable/rarian/debian/patches/03_language.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/rarian/debian/patches/03_language.patch?rev=24707&op=file
==============================================================================
--- desktop/unstable/rarian/debian/patches/03_language.patch (added)
+++ desktop/unstable/rarian/debian/patches/03_language.patch [utf-8] Sun Jul  4 15:30:51 2010
@@ -1,0 +1,14 @@
+Index: rarian-0.8.1/librarian/rarian-language.c
+===================================================================
+--- rarian-0.8.1.orig/librarian/rarian-language.c	2010-07-04 17:24:46.881069651 +0200
++++ rarian-0.8.1/librarian/rarian-language.c	2010-07-04 17:25:32.305067458 +0200
+@@ -89,6 +89,9 @@ rrn_language_init (char *lang)
+       loc = getenv ("LC_ALL");
+     }
+     if (!loc || !strcmp (loc, "")) {
++      loc = getenv ("LC_MESSAGES");
++    }
++    if (!loc || !strcmp (loc, "")) {
+       loc = getenv ("LANG");
+     }
+     

Added: desktop/unstable/rarian/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/rarian/debian/patches/series?rev=24707&op=file
==============================================================================
--- desktop/unstable/rarian/debian/patches/series (added)
+++ desktop/unstable/rarian/debian/patches/series [utf-8] Sun Jul  4 15:30:51 2010
@@ -1,0 +1,3 @@
+01_info_shortnames.patch
+02_crash_no_extension.patch
+03_language.patch

Modified: desktop/unstable/rarian/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/rarian/debian/rules?rev=24707&op=diff
==============================================================================
--- desktop/unstable/rarian/debian/rules [utf-8] (original)
+++ desktop/unstable/rarian/debian/rules [utf-8] Sun Jul  4 15:30:51 2010
@@ -3,7 +3,6 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 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
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-skdb-update=no

Added: desktop/unstable/rarian/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/rarian/debian/source/format?rev=24707&op=file
==============================================================================
--- desktop/unstable/rarian/debian/source/format (added)
+++ desktop/unstable/rarian/debian/source/format [utf-8] Sun Jul  4 15:30:51 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list