[Python-modules-commits] r25574 - in packages/python-schroot/tags (4 files)

paultag at users.alioth.debian.org paultag at users.alioth.debian.org
Thu Aug 15 01:36:59 UTC 2013


    Date: Thursday, August 15, 2013 @ 01:36:57
  Author: paultag
Revision: 25574

[svn-buildpackage] Tagging python-schroot 0.3-1

Added:
  packages/python-schroot/tags/0.3-1/
  packages/python-schroot/tags/0.3-1/debian/control
    (from rev 25572, packages/python-schroot/trunk/debian/control)
  packages/python-schroot/tags/0.3-1/debian/watch
    (from rev 25571, packages/python-schroot/trunk/debian/watch)
Deleted:
  packages/python-schroot/tags/0.3-1/debian/control

Deleted: packages/python-schroot/tags/0.3-1/debian/control
===================================================================
--- packages/python-schroot/trunk/debian/control	2013-08-14 21:50:53 UTC (rev 25570)
+++ packages/python-schroot/tags/0.3-1/debian/control	2013-08-15 01:36:57 UTC (rev 25574)
@@ -1,39 +0,0 @@
-Source: python-schroot
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Paul Tagliamonte <paultag at debian.org>
-Build-Depends:
- debhelper (>= 9),
- python-all,
- python3-all,
-Standards-Version: 3.9.4
-Homepage: https://github.com/paultag/python-schroot
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-schroot/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-schroot/trunk/
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
-
-Package: python-schroot
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-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.
- .
- This package contains a set of Python wrappers to the schroot(1) binary, to
- enable programmatic access to schroot containers.
- .
- This package contains the Python 2 bindings only.
-
-Package: python3-schroot
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-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.
- .
- This package contains a set of Python wrappers to the schroot(1) binary, to
- enable programmatic access to schroot containers.
- .
- This package contains the Python 3 bindings only.

Copied: packages/python-schroot/tags/0.3-1/debian/control (from rev 25572, packages/python-schroot/trunk/debian/control)
===================================================================
--- packages/python-schroot/tags/0.3-1/debian/control	                        (rev 0)
+++ packages/python-schroot/tags/0.3-1/debian/control	2013-08-15 01:36:57 UTC (rev 25574)
@@ -0,0 +1,41 @@
+Source: python-schroot
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Paul Tagliamonte <paultag at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ python-all,
+ python3-all,
+ python-setuptools,
+ python3-setuptools,
+Standards-Version: 3.9.4
+Homepage: https://github.com/paultag/python-schroot
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-schroot/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-schroot/trunk/
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+
+Package: python-schroot
+Architecture: all
+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.
+ .
+ This package contains a set of Python wrappers to the schroot(1) binary, to
+ enable programmatic access to schroot containers.
+ .
+ This package contains the Python 2 bindings only.
+
+Package: python3-schroot
+Architecture: all
+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.
+ .
+ This package contains a set of Python wrappers to the schroot(1) binary, to
+ enable programmatic access to schroot containers.
+ .
+ This package contains the Python 3 bindings only.

Copied: packages/python-schroot/tags/0.3-1/debian/watch (from rev 25571, packages/python-schroot/trunk/debian/watch)
===================================================================
--- packages/python-schroot/tags/0.3-1/debian/watch	                        (rev 0)
+++ packages/python-schroot/tags/0.3-1/debian/watch	2013-08-15 01:36:57 UTC (rev 25574)
@@ -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