[Python-apps-commits] r1940 - in packages/clive/trunk/debian (changelog control)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Wed Oct 29 21:21:51 UTC 2008


    Date: Wednesday, October 29, 2008 @ 21:21:50
  Author: gothicx-guest
Revision: 1940

Force it to python >= 2.5 and add python-crypto >= 2.0.1 to depends

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

Modified: packages/clive/trunk/debian/changelog
===================================================================
--- packages/clive/trunk/debian/changelog	2008-10-29 18:53:16 UTC (rev 1939)
+++ packages/clive/trunk/debian/changelog	2008-10-29 21:21:50 UTC (rev 1940)
@@ -6,6 +6,8 @@
     + Add dpatch to build-depends.
     + Remove autotools-dev from b-p-i.
     + Decrease debhelper version to 5.0.38.
+    + Bump XS-Python-Version to >= 2.5.
+    + Add dependency to python-crypto >= 2.0.1.
   * debian/compat:
     + Decrease it to version 5.
   * debian/watch:
@@ -18,7 +20,7 @@
   * Change Maintainer to PAPT.
   * Add myself to Uploaders.
 
- -- Marco Rodrigues <gothicx at sapo.pt>  Wed, 29 Oct 2008 18:52:05 +0100
+ -- Marco Rodrigues <gothicx at sapo.pt>  Wed, 29 Oct 2008 21:20:05 +0100
 
 clive (0.4.19-1) unstable; urgency=low
 

Modified: packages/clive/trunk/debian/control
===================================================================
--- packages/clive/trunk/debian/control	2008-10-29 18:53:16 UTC (rev 1939)
+++ packages/clive/trunk/debian/control	2008-10-29 21:21:50 UTC (rev 1940)
@@ -6,14 +6,14 @@
 Build-Depends: debhelper (>= 5.0.38), dpatch
 Build-Depends-Indep: python-central (>= 0.6), python-all-dev (>= 2.4.4-2)
 Standards-Version: 3.8.0
-XS-Python-Version: all
+XS-Python-Version: >= 2.5
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/clive/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/clive/?op=log
 Homepage: http://home.gna.org/clive/
 
 Package: clive
 Architecture: all
-Depends: ${python:Depends}, python-newt, python-urlgrabber (>= 3.1.0), python-feedparser (>= 4.1)
+Depends: ${python:Depends}, python-newt, python-urlgrabber (>= 3.1.0), python-feedparser (>= 4.1), python-crypto (>= 2.0.1)
 Suggests: ffmpeg
 XB-Python-Version: ${python:Versions}
 Description: Video extraction utility for YouTube, Google Video and other video sites




More information about the Python-apps-commits mailing list