r36719 - in /desktop/experimental/pygobject/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Feb 21 22:41:06 UTC 2013


Author: biebl
Date: Thu Feb 21 22:41:06 2013
New Revision: 36719

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36719
Log:
Enable again gtk3 on m68k.

Modified:
    desktop/experimental/pygobject/debian/changelog
    desktop/experimental/pygobject/debian/control
    desktop/experimental/pygobject/debian/control.in

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=36719&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Thu Feb 21 22:41:06 2013
@@ -1,5 +1,6 @@
 pygobject (3.4.2-3) UNRELEASED; urgency=low
 
+  [ Martin Pitt ]
   * debian/control.in: Make python-gi-dev Arch: any, as it now uses multiarch
     paths for the pkg-config file.
   * debian/control.in: Put transitional packages into section oldlibs, and
@@ -13,6 +14,9 @@
   * Add autopkgtests for the -dbg flavours of Python 2 and 3.
   * debian/control.in: Have python-gi-dev depend on python3-gi, too.
     (LP: #1101683)
+
+  [ Josselin Mouette ]
+  * Enable again gtk3 on m68k.
 
  -- Martin Pitt <mpitt at debian.org>  Thu, 29 Nov 2012 08:48:42 +0100
 

Modified: desktop/experimental/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/control?rev=36719&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/control [utf-8] (original)
+++ desktop/experimental/pygobject/debian/control [utf-8] Thu Feb 21 22:41:06 2013
@@ -2,6 +2,7 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
+
 Source: pygobject
 Section: python
 Priority: optional
@@ -32,7 +33,7 @@
                python-apt-dbg,
                python-cairo-dbg,
                gir1.2-glib-2.0,
-               gir1.2-gtk-3.0 [!m68k],
+               gir1.2-gtk-3.0,
                gir1.2-freedesktop
 X-Python-Version: >= 2.7
 Standards-Version: 3.9.3

Modified: desktop/experimental/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/control.in?rev=36719&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/control.in [utf-8] (original)
+++ desktop/experimental/pygobject/debian/control.in [utf-8] Thu Feb 21 22:41:06 2013
@@ -28,7 +28,7 @@
                python-apt-dbg,
                python-cairo-dbg,
                gir1.2-glib-2.0,
-               gir1.2-gtk-3.0 [!m68k],
+               gir1.2-gtk-3.0,
                gir1.2-freedesktop
 X-Python-Version: >= 2.7
 Standards-Version: 3.9.3




More information about the pkg-gnome-commits mailing list