r39589 - in /packages/unstable/alacarte/debian: changelog control patches/01-readd-import-sys.patch patches/03-bind_textdomain_codeset.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Sep 19 16:34:54 UTC 2013


Author: bigon
Date: Thu Sep 19 16:34:53 2013
New Revision: 39589

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39589
Log:
* New upstream release.
* d/p/03-bind_textdomain_codeset.patch: Refreshed
* d/p/01-readd-import-sys.patch: Added, also import locale module

Added:
    packages/unstable/alacarte/debian/patches/01-readd-import-sys.patch
Modified:
    packages/unstable/alacarte/debian/changelog
    packages/unstable/alacarte/debian/control
    packages/unstable/alacarte/debian/patches/03-bind_textdomain_codeset.patch
    packages/unstable/alacarte/debian/patches/series

Modified: packages/unstable/alacarte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alacarte/debian/changelog?rev=39589&op=diff
==============================================================================
--- packages/unstable/alacarte/debian/changelog	[utf-8] (original)
+++ packages/unstable/alacarte/debian/changelog	[utf-8] Thu Sep 19 16:34:53 2013
@@ -1,3 +1,11 @@
+alacarte (3.9.91-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * d/p/03-bind_textdomain_codeset.patch: Refreshed
+  * d/p/01-readd-import-sys.patch: Added, also import locale module
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 03 Sep 2013 16:55:30 +0200
+
 alacarte (3.7.90-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: packages/unstable/alacarte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alacarte/debian/control?rev=39589&op=diff
==============================================================================
--- packages/unstable/alacarte/debian/control	[utf-8] (original)
+++ packages/unstable/alacarte/debian/control	[utf-8] Thu Sep 19 16:34:53 2013
@@ -7,7 +7,7 @@
 Section: utils
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs (>= 0.4.90~),
                autotools-dev,
                debhelper (>= 8),

Added: packages/unstable/alacarte/debian/patches/01-readd-import-sys.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alacarte/debian/patches/01-readd-import-sys.patch?rev=39589&op=file
==============================================================================
--- packages/unstable/alacarte/debian/patches/01-readd-import-sys.patch	(added)
+++ packages/unstable/alacarte/debian/patches/01-readd-import-sys.patch	[utf-8] Thu Sep 19 16:34:53 2013
@@ -0,0 +1,10 @@
+--- a/Alacarte/MainWindow.py
++++ b/Alacarte/MainWindow.py
+@@ -20,6 +20,7 @@
+ import gi
+ gi.require_version('Gtk', '3.0')
+ from gi.repository import Gtk, GObject, Gio, GdkPixbuf, Gdk, GMenu, GLib
++import sys
+ import cgi
+ import os
+ import gettext

Modified: packages/unstable/alacarte/debian/patches/03-bind_textdomain_codeset.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alacarte/debian/patches/03-bind_textdomain_codeset.patch?rev=39589&op=diff
==============================================================================
--- packages/unstable/alacarte/debian/patches/03-bind_textdomain_codeset.patch	[utf-8] (original)
+++ packages/unstable/alacarte/debian/patches/03-bind_textdomain_codeset.patch	[utf-8] Thu Sep 19 16:34:53 2013
@@ -4,13 +4,12 @@
 ===================================================================
 --- alacarte-3.7.3.orig/Alacarte/MainWindow.py	2013-01-15 17:15:36.972735767 -0800
 +++ alacarte-3.7.3/Alacarte/MainWindow.py	2013-01-15 17:15:36.968735768 -0800
-@@ -23,13 +23,14 @@
+@@ -23,12 +23,13 @@
  import sys
  import cgi
  import os
 -import gettext
 +import gettext, locale
- import subprocess
  import shutil
  
  from Alacarte import config

Modified: packages/unstable/alacarte/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alacarte/debian/patches/series?rev=39589&op=diff
==============================================================================
--- packages/unstable/alacarte/debian/patches/series	[utf-8] (original)
+++ packages/unstable/alacarte/debian/patches/series	[utf-8] Thu Sep 19 16:34:53 2013
@@ -1,2 +1,3 @@
+01-readd-import-sys.patch
 03-bind_textdomain_codeset.patch
 30-python_private_dir.patch




More information about the pkg-gnome-commits mailing list