[Python-apps-commits] r8590 - in packages/screenlets/trunk/debian (4 files)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Wed May 2 21:22:22 UTC 2012


    Date: Wednesday, May 2, 2012 @ 21:22:21
  Author: gilir-guest
Revision: 8590

Use dh_python2

Modified:
  packages/screenlets/trunk/debian/changelog
  packages/screenlets/trunk/debian/control
  packages/screenlets/trunk/debian/rules
Deleted:
  packages/screenlets/trunk/debian/pyversions

Modified: packages/screenlets/trunk/debian/changelog
===================================================================
--- packages/screenlets/trunk/debian/changelog	2012-05-02 21:20:41 UTC (rev 8589)
+++ packages/screenlets/trunk/debian/changelog	2012-05-02 21:22:21 UTC (rev 8590)
@@ -7,6 +7,7 @@
    - Removed all patches, merged upstream.
   * debian/rules:
    - Convert to dh7.
+   - Use dh_python2.
    - Don't remove copies of feedparser, not in this package.
    - Don't remove empty directory for the individual screenlets.
   * debian/screenlets.install:
@@ -16,6 +17,8 @@
   * debian/control:
    - Rewrite Depends and build-depends.
    - Add missing dependency on python-beautifulsoup.
+   - Drop Build-depends on python-support.
+   - Update Build-depends on python-all to (>= 2.6.6-3~) for dh_python2 support
   * debian/README.Debian :
    - Mention mutter as a composite manager.
   * debian/README.source:
@@ -31,6 +34,8 @@
    - Add new man page.
   * debian/screenlets.docs:
    - Add upstream documentation.
+  * debian/pyversions:
+   - Remove.
 
  -- Julien Lavergne <gilir at ubuntu.com>  Sun, 08 Nov 2009 17:30:08 +0100
 

Modified: packages/screenlets/trunk/debian/control
===================================================================
--- packages/screenlets/trunk/debian/control	2012-05-02 21:20:41 UTC (rev 8589)
+++ packages/screenlets/trunk/debian/control	2012-05-02 21:22:21 UTC (rev 8590)
@@ -4,9 +4,8 @@
 Maintainer: Julien Lavergne <julien.lavergne at gmail.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: 	debhelper (>= 7.0.50~),
-                python-all (>= 2.3.5-11)
-Build-Depends-Indep: python-support (>= 0.6.0),
-                     doc-base
+                python-all (>= 2.6.6-3~)
+Build-Depends-Indep: doc-base
 Standards-Version: 3.8.2
 Homepage: http://screenlets.org
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/screenlets/trunk

Deleted: packages/screenlets/trunk/debian/pyversions
===================================================================
--- packages/screenlets/trunk/debian/pyversions	2012-05-02 21:20:41 UTC (rev 8589)
+++ packages/screenlets/trunk/debian/pyversions	2012-05-02 21:22:21 UTC (rev 8590)
@@ -1 +0,0 @@
-2.4-

Modified: packages/screenlets/trunk/debian/rules
===================================================================
--- packages/screenlets/trunk/debian/rules	2012-05-02 21:20:41 UTC (rev 8589)
+++ packages/screenlets/trunk/debian/rules	2012-05-02 21:22:21 UTC (rev 8590)
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_install:
 	dh_auto_install --buildsystem=python_distutils




More information about the Python-apps-commits mailing list