r40596 - in /desktop/unstable/gedit/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Feb 17 12:54:12 UTC 2014


Author: bigon
Date: Mon Feb 17 12:54:12 2014
New Revision: 40596

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40596
Log:
debian/control.in: Depends against python3-gi-cairo instead of
python-gi-cairo as we are using python3 for the plugins

Modified:
    desktop/unstable/gedit/debian/changelog
    desktop/unstable/gedit/debian/control
    desktop/unstable/gedit/debian/control.in

Modified: desktop/unstable/gedit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/changelog?rev=40596&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gedit/debian/changelog	[utf-8] Mon Feb 17 12:54:12 2014
@@ -1,3 +1,10 @@
+gedit (3.10.4-2) UNRELEASED; urgency=medium
+
+  * debian/control.in: Depends against python3-gi-cairo instead of
+    python-gi-cairo as we are using python3 for the plugins
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 17 Feb 2014 13:50:22 +0100
+
 gedit (3.10.4-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gedit/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/control?rev=40596&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/control	[utf-8] (original)
+++ desktop/unstable/gedit/debian/control	[utf-8] Mon Feb 17 12:54:12 2014
@@ -48,7 +48,7 @@
          gnome-icon-theme-symbolic,
          gsettings-desktop-schemas,
          python3-gi (>= 3.0),
-         python-gi-cairo (>= 3.0),
+         python3-gi-cairo (>= 3.0),
          gir1.2-peas-1.0,
          iso-codes
 Recommends: zenity,

Modified: desktop/unstable/gedit/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/control.in?rev=40596&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gedit/debian/control.in	[utf-8] Mon Feb 17 12:54:12 2014
@@ -43,7 +43,7 @@
          gnome-icon-theme-symbolic,
          gsettings-desktop-schemas,
          python3-gi (>= 3.0),
-         python-gi-cairo (>= 3.0),
+         python3-gi-cairo (>= 3.0),
          gir1.2-peas-1.0,
          iso-codes
 Recommends: zenity,




More information about the pkg-gnome-commits mailing list