[Python-apps-commits] r567 - in packages/scribes/trunk/debian (changelog control)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Jan 26 12:09:02 UTC 2008


    Date: Saturday, January 26, 2008 @ 12:09:02
  Author: pochu-guest
Revision: 567

  - Wrap dependencies.
  - Remove python-psyco from Recommends.

Modified:
  packages/scribes/trunk/debian/changelog
  packages/scribes/trunk/debian/control

Modified: packages/scribes/trunk/debian/changelog
===================================================================
--- packages/scribes/trunk/debian/changelog	2008-01-26 11:58:48 UTC (rev 566)
+++ packages/scribes/trunk/debian/changelog	2008-01-26 12:09:02 UTC (rev 567)
@@ -3,8 +3,10 @@
   * debian/control:
     - Make scrollkeeper dependency (and not only build-dependency)
       non-versioned. Really Closes: #459477.
+    - Wrap dependencies.
+    - Remove python-psyco from Recommends.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 26 Jan 2008 12:56:33 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 26 Jan 2008 13:08:20 +0100
 
 scribes (0.3.3.3-1) unstable; urgency=low
 

Modified: packages/scribes/trunk/debian/control
===================================================================
--- packages/scribes/trunk/debian/control	2008-01-26 11:58:48 UTC (rev 566)
+++ packages/scribes/trunk/debian/control	2008-01-26 12:09:02 UTC (rev 567)
@@ -5,18 +5,18 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.38), dpatch
 Build-Depends-Indep: autotools-dev,
- gconf2 (>= 2.10.1-2),
- gnome-doc-utils (>= 0.3.2),
- intltool,
- python2.5-dev | python-dev (>=2.5),
- python-central (>= 0.5.6),
- python-dbus (>= 0.70),
- python-gnome2-desktop-dev (>= 2.12),
- python-gnome2-dev (>= 2.12),
- python-gnome2-extras-dev (>= 2.12),
- python-gtk2-dev (>= 2.10),
- scrollkeeper,
- yelp (>= 2.12)
+                     gconf2 (>= 2.10.1-2),
+                     gnome-doc-utils (>= 0.3.2),
+                     intltool,
+                     python2.5-dev | python-dev (>=2.5),
+                     python-central (>= 0.5.6),
+                     python-dbus (>= 0.70),
+                     python-gnome2-desktop-dev (>= 2.12),
+                     python-gnome2-dev (>= 2.12),
+                     python-gnome2-extras-dev (>= 2.12),
+                     python-gtk2-dev (>= 2.10),
+                     scrollkeeper,
+                     yelp (>= 2.12)
 Standards-Version: 3.7.3
 Homepage: http://scribes.sourceforge.net/
 XS-Python-Version: >= 2.5
@@ -25,8 +25,16 @@
 
 Package: scribes
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-dbus (>= 0.70), python-glade2, python-gnome2 (>= 2.12), python-gnome2-desktop (>= 2.12), python-gnome2-extras (>= 2.12), python-gtk2 (>= 2.10), scrollkeeper, yelp (>= 2.12)
-Recommends: python-psyco [i386 hurd-i386 netbsd-i386 kfreebsd-i386]
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-dbus (>= 0.70),
+         python-glade2,
+         python-gnome2 (>= 2.12),
+         python-gnome2-desktop (>= 2.12),
+         python-gnome2-extras (>= 2.12),
+         python-gtk2 (>= 2.10),
+         scrollkeeper,
+         yelp (>= 2.12)
 XB-Python-Version: ${python:Versions}
 Description: simple, slim and sleek, yet powerful text editor for GNOME
  Scribes focuses on streamlining your workflow. It does so by ensuring




More information about the Python-apps-commits mailing list