[Python-apps-commits] r3142 - in packages/screenlets/trunk/debian (control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Jun 20 18:44:48 UTC 2009


    Date: Saturday, June 20, 2009 @ 18:44:46
  Author: piotr
Revision: 3142

* add missing comma after python-gnome2-extras dependency
* "s/  */ */" in features list

Modified:
  packages/screenlets/trunk/debian/control

Modified: packages/screenlets/trunk/debian/control
===================================================================
--- packages/screenlets/trunk/debian/control	2009-06-20 17:10:45 UTC (rev 3141)
+++ packages/screenlets/trunk/debian/control	2009-06-20 18:44:46 UTC (rev 3142)
@@ -17,9 +17,9 @@
 Package: screenlets
 Architecture: all
 Depends: 	${misc:Depends}, 
-		${python:Depends}, 
-		python-gtk2, 
-		python-gnome2, 
+		${python:Depends},
+		python-gtk2,
+		python-gnome2,
  		python-dbus, 
 		python-xdg,
 		python-rsvg | python-gnome2-desktop,
@@ -27,7 +27,7 @@
 Recommends: 	gnome-keyring,
 		python-feedparser,
 		python-gmenu,
-		python-gtkmozembed | python-gnome2-extras (<< 2.19)
+		python-gtkmozembed | python-gnome2-extras (<< 2.19),
 		iceweasel | firefox,
 		python-imaging,
 		python-evolution | python-gnome2-desktop,
@@ -48,19 +48,19 @@
  Linux-desktop. 
  .
  Features:
-   * Real applications, no HTML-"widgets"
-   * Easy to use, easy to develop
-   * Full compositing support
-   * Works with any composited X desktop (compiz, xfce4, ...)
-   * Works also on non-composited desktop
-   * Included ability to apply themes (SVG, PNG or mixed)
-   * Fully scalable when using SVGs
-   * Embedded drag&drop-support
-   * Automated storing of options (using ini or GConf)
-   * Controllable through customizable D-Bus service
-   * Can be used together with compiz' widget-plugin to create a 
-     Dashboard-like feature as seen on OS X
-   * Uses Cairo and GTK2 for drawing and windowing
+  * Real applications, no HTML-"widgets"
+  * Easy to use, easy to develop
+  * Full compositing support
+  * Works with any composited X desktop (compiz, xfce4, ...)
+  * Works also on non-composited desktop
+  * Included ability to apply themes (SVG, PNG or mixed)
+  * Fully scalable when using SVGs
+  * Embedded drag&drop-support
+  * Automated storing of options (using ini or GConf)
+  * Controllable through customizable D-Bus service
+  * Can be used together with compiz' widget-plugin to create a 
+    Dashboard-like feature as seen on OS X
+  * Uses Cairo and GTK2 for drawing and windowing
 
 Package: screenlets-doc
 Section: doc




More information about the Python-apps-commits mailing list