[Python-apps-commits] r2948 - in packages/subdownloader/trunk/debian (changelog control)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Sat May 16 09:38:48 UTC 2009


    Date: Saturday, May 16, 2009 @ 09:38:47
  Author: gothicx-guest
Revision: 2948

Force the use of python >= 2.4; Remove unneeded line about XPM icon and add line about mmpython to changelog

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

Modified: packages/subdownloader/trunk/debian/changelog
===================================================================
--- packages/subdownloader/trunk/debian/changelog	2009-05-16 09:10:04 UTC (rev 2947)
+++ packages/subdownloader/trunk/debian/changelog	2009-05-16 09:38:47 UTC (rev 2948)
@@ -1,21 +1,21 @@
 subdownloader (2.0.10-1) UNRELEASED; urgency=low
 
   * New upstream version.
-  * XPM icon provided by upstream. Removed.
   * debian/subdownloader.install:
     + Use upstream xpm icon.
   * debian/control:
     + Bump Standards-Version to 3.8.1 (no changes).
     + Add pyqt4-dev-tools to rebuild qt ui files.
-    + Change XS-Python-Version from current to all.
+    + Change XS-Python-Version from current to >= 2.4.
     + Replace python-central by python-support.
   * debian/rules:
     + Replace python-central by python-support.
     + Rebuild QT ui files.
+    + Don't remove mmpython. Not at tarball anymore.
   * debian/copyright:
     + Add myself as upstream developer.
 
- -- Marco Rodrigues <gothicx at sapo.pt>  Fri, 13 Mar 2009 22:30:54 +0000
+ -- Marco Rodrigues <gothicx at sapo.pt>  Sat, 16 May 2009 10:27:54 +0000
 
 subdownloader (2.0.9.3-2) unstable; urgency=low
 

Modified: packages/subdownloader/trunk/debian/control
===================================================================
--- packages/subdownloader/trunk/debian/control	2009-05-16 09:10:04 UTC (rev 2947)
+++ packages/subdownloader/trunk/debian/control	2009-05-16 09:38:47 UTC (rev 2948)
@@ -3,17 +3,17 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Marco Rodrigues <gothicx at sapo.pt>
-Build-Depends: debhelper (>= 7), python (>= 2.3.5-7)
+Build-Depends: debhelper (>= 7), python (>= 2.4.4-2)
 Build-Depends-Indep: python-support (>= 0.5.6), pyqt4-dev-tools
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/subdownloader/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/subdownloader/trunk/
-XS-Python-Version: all
+XS-Python-Version: >= 2.4
 Homepage: http://www.subdownloader.net/
 
 Package: subdownloader
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.3.5-7), python-qt4, python-crypto, python-kaa-metadata
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.4.4-2), python-qt4, python-crypto, python-kaa-metadata
 Conflicts: subdownloader-cli
 Replaces: subdownloader-cli
 XB-Python-Version: ${python:Versions}




More information about the Python-apps-commits mailing list