r29589 - in /packages/experimental/gnome-tweak-tool/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Sep 5 11:25:19 UTC 2011


Author: joss
Date: Mon Sep  5 11:25:19 2011
New Revision: 29589

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29589
Log:
Add missing dependencies on pygobject and GIR packages.

Modified:
    packages/experimental/gnome-tweak-tool/debian/changelog
    packages/experimental/gnome-tweak-tool/debian/control
    packages/experimental/gnome-tweak-tool/debian/control.in

Modified: packages/experimental/gnome-tweak-tool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-tweak-tool/debian/changelog?rev=29589&op=diff
==============================================================================
--- packages/experimental/gnome-tweak-tool/debian/changelog [utf-8] (original)
+++ packages/experimental/gnome-tweak-tool/debian/changelog [utf-8] Mon Sep  5 11:25:19 2011
@@ -1,3 +1,9 @@
+gnome-tweak-tool (3.0.4-2) UNRELEASED; urgency=low
+
+  * Add missing dependencies on pygobject and GIR packages.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 05 Sep 2011 13:25:09 +0200
+
 gnome-tweak-tool (3.0.4-1) experimental; urgency=low
 
   [ Josselin Mouette ]

Modified: packages/experimental/gnome-tweak-tool/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-tweak-tool/debian/control?rev=29589&op=diff
==============================================================================
--- packages/experimental/gnome-tweak-tool/debian/control [utf-8] (original)
+++ packages/experimental/gnome-tweak-tool/debian/control [utf-8] Mon Sep  5 11:25:19 2011
@@ -24,7 +24,10 @@
 Depends: ${python:Depends},
          ${misc:Depends},
          gnome-shell,
-         gsettings-desktop-schemas (>= 2.91.92)
+         gsettings-desktop-schemas (>= 2.91.92),
+         python-gobject (>= 2.28),
+         gir1.2-gtk-3.0,
+         gir1.2-gconf-2.0
 Description: tool to adjust advanced configuration settings for GNOME
  GNOME Tweak Tool (pronounced [kræptuːl]) allows the adjustment of a 
  number of GNOME configuration settings that is felt would not be of 

Modified: packages/experimental/gnome-tweak-tool/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-tweak-tool/debian/control.in?rev=29589&op=diff
==============================================================================
--- packages/experimental/gnome-tweak-tool/debian/control.in [utf-8] (original)
+++ packages/experimental/gnome-tweak-tool/debian/control.in [utf-8] Mon Sep  5 11:25:19 2011
@@ -19,7 +19,10 @@
 Depends: ${python:Depends},
          ${misc:Depends},
          gnome-shell,
-         gsettings-desktop-schemas (>= 2.91.92)
+         gsettings-desktop-schemas (>= 2.91.92),
+         python-gobject (>= 2.28),
+         gir1.2-gtk-3.0,
+         gir1.2-gconf-2.0
 Description: tool to adjust advanced configuration settings for GNOME
  GNOME Tweak Tool (pronounced [kræptuːl]) allows the adjustment of a 
  number of GNOME configuration settings that is felt would not be of 




More information about the pkg-gnome-commits mailing list