[Python-apps-commits] r173 - in /packages/screenlets/trunk/debian: changelog control menu

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Oct 24 19:32:43 UTC 2007


Author: piotr
Date: Wed Oct 24 19:32:43 2007
New Revision: 173

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=173
Log:
* remove python-xml from Depends
* fix menu file

Modified:
    packages/screenlets/trunk/debian/changelog
    packages/screenlets/trunk/debian/control
    packages/screenlets/trunk/debian/menu

Modified: packages/screenlets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/changelog?rev=173&op=diff
==============================================================================
--- packages/screenlets/trunk/debian/changelog (original)
+++ packages/screenlets/trunk/debian/changelog Wed Oct 24 19:32:43 2007
@@ -1,4 +1,4 @@
-screenlets (0.0.10-1) UNRELEASED; urgency=low
+screenlets (0.0.10-1) unstable; urgency=low
 
   [ Julien Lavergne ]
   * Initial release (Closes: #446783)

Modified: packages/screenlets/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/control?rev=173&op=diff
==============================================================================
--- packages/screenlets/trunk/debian/control (original)
+++ packages/screenlets/trunk/debian/control Wed Oct 24 19:32:43 2007
@@ -13,7 +13,8 @@
 Package: screenlets
 Section: gnome
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-gtk2, python-gnome2, python-gnome2-desktop, python-dbus, python-xml, python-xdg, gnome-keyring
+Depends: ${misc:Depends}, ${python:Depends}, python-gtk2, python-gnome2, python-gnome2-desktop,
+ python-dbus, python-xdg, gnome-keyring
 Suggests: xcompmgr | compiz | xfwm4
 XB-Python-Version: ${python:Versions}
 Description: Widget-like mini-applications for GNOME
@@ -38,5 +39,4 @@
    * Controllable through customizable DBus-service
    * Can be used together with compiz' widget-plugin to create a 
      Dashboard-like feature as seen on OS X
-   * Free, open-source and released under the GPL
    * Uses cairo and GTK2 for drawing and windowing 

Modified: packages/screenlets/trunk/debian/menu
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/menu?rev=173&op=diff
==============================================================================
--- packages/screenlets/trunk/debian/menu (original)
+++ packages/screenlets/trunk/debian/menu Wed Oct 24 19:32:43 2007
@@ -1,6 +1,6 @@
-     ?package(screenlets):\             
+?package(screenlets):\
        needs="X11"\
        section="Games/Toys"\
        title="Screenlets"\
-       command="screenlets-manager" \
-       hints="Gnome" \
+       command="screenlets-manager"\
+       hints="Gnome"




More information about the Python-apps-commits mailing list