[Python-modules-commits] r25571 - in packages/python-schroot/trunk/debian (control watch)

paultag at users.alioth.debian.org paultag at users.alioth.debian.org
Thu Aug 15 01:28:37 UTC 2013


    Date: Thursday, August 15, 2013 @ 01:28:36
  Author: paultag
Revision: 25571

Add proper dependencies, watchfile

Added:
  packages/python-schroot/trunk/debian/watch
Modified:
  packages/python-schroot/trunk/debian/control

Modified: packages/python-schroot/trunk/debian/control
===================================================================
--- packages/python-schroot/trunk/debian/control	2013-08-14 21:50:53 UTC (rev 25570)
+++ packages/python-schroot/trunk/debian/control	2013-08-15 01:28:36 UTC (rev 25571)
@@ -16,7 +16,7 @@
 
 Package: python-schroot
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, schroot
 Description: set of Python bindings to schroot chroots
  Ever want to chroot into schroot chroots in Python? Today's your lucky
  day! You can schroot your chroots all day long with this miracle of science.
@@ -28,7 +28,7 @@
 
 Package: python3-schroot
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, schroot
 Description: set of Python 3 bindings to schroot chroots
  Ever want to chroot into schroot chroots in Python? Today's your lucky
  day! You can schroot your chroots all day long with this miracle of science.

Added: packages/python-schroot/trunk/debian/watch
===================================================================
--- packages/python-schroot/trunk/debian/watch	                        (rev 0)
+++ packages/python-schroot/trunk/debian/watch	2013-08-15 01:28:36 UTC (rev 25571)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/s/schroot/ \
+    schroot-(\d.*).tar.gz




More information about the Python-modules-commits mailing list