[Python-modules-commits] r24235 - in packages/d2to1/tags (5 files)

aurel32 at users.alioth.debian.org aurel32 at users.alioth.debian.org
Thu May 9 04:23:20 UTC 2013


    Date: Thursday, May 9, 2013 @ 04:23:17
  Author: aurel32
Revision: 24235

tag d2to1 0.2.10-1

Added:
  packages/d2to1/tags/0.2.10-1/
  packages/d2to1/tags/0.2.10-1/debian/changelog
    (from rev 24234, packages/d2to1/trunk/debian/changelog)
  packages/d2to1/tags/0.2.10-1/debian/control
    (from rev 24234, packages/d2to1/trunk/debian/control)
Deleted:
  packages/d2to1/tags/0.2.10-1/debian/changelog
  packages/d2to1/tags/0.2.10-1/debian/control

Deleted: packages/d2to1/tags/0.2.10-1/debian/changelog
===================================================================
--- packages/d2to1/trunk/debian/changelog	2013-05-09 00:26:16 UTC (rev 24233)
+++ packages/d2to1/tags/0.2.10-1/debian/changelog	2013-05-09 04:23:17 UTC (rev 24235)
@@ -1,12 +0,0 @@
-d2to1 (0.2.7-2) UNRELEASED; urgency=low
-
-  * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:00:39 +0200
-
-d2to1 (0.2.7-1) unstable; urgency=low
-
-  * Initial release of d2to1, needed by newer versions of PyFITS.  Closes:
-    #675885.
-
- -- Aurelien Jarno <aurel32 at debian.org>  Mon, 04 Jun 2012 00:30:54 +0200

Copied: packages/d2to1/tags/0.2.10-1/debian/changelog (from rev 24234, packages/d2to1/trunk/debian/changelog)
===================================================================
--- packages/d2to1/tags/0.2.10-1/debian/changelog	                        (rev 0)
+++ packages/d2to1/tags/0.2.10-1/debian/changelog	2013-05-09 04:23:17 UTC (rev 24235)
@@ -0,0 +1,17 @@
+d2to1 (0.2.10-1) unstable; urgency=low
+
+  [ Aurelien Jarno ]
+  * New upstream version.
+  * Bump Standards-Version to 3.9.4 (no changes).
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Thu, 09 May 2013 06:17:15 +0200
+
+d2to1 (0.2.7-1) unstable; urgency=low
+
+  * Initial release of d2to1, needed by newer versions of PyFITS.  Closes:
+    #675885.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Mon, 04 Jun 2012 00:30:54 +0200

Deleted: packages/d2to1/tags/0.2.10-1/debian/control
===================================================================
--- packages/d2to1/trunk/debian/control	2013-05-09 00:26:16 UTC (rev 24233)
+++ packages/d2to1/tags/0.2.10-1/debian/control	2013-05-09 04:23:17 UTC (rev 24235)
@@ -1,39 +0,0 @@
-Source: d2to1
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Aurelien Jarno <aurel32 at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools, python3-all (>= 3.1.2-6~), python3-setuptools
-X-Python-Version: >= 2.5
-X-Python3-Version: >= 3.0
-Standards-Version: 3.9.3
-Homepage: http://pypi.python.org/pypi/d2to1
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/d2to1/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/d2to1/trunk/
-
-Package: python-d2to1
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: Python support for distutils2-like setup.cfg files as package metadata
- d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg
- files for a package's metadata with a distribute/setuptools setup.py script.
- It works by providing a distutils2-formatted setup.cfg file containing all
- of a package's metadata, and a very minimal setup.py which will slurp its 
- arguments from the setup.cfg.
- .
- This package provides d2to1 on the Python 2 module path. It is complemented
- by python3-d2to1.
-
-Package: python3-d2to1
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Description: Python3 support for distutils2-like setup.cfg files as package metadata
- d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg
- files for a package's metadata with a distribute/setuptools setup.py script.
- It works by providing a distutils2-formatted setup.cfg file containing all
- of a package's metadata, and a very minimal setup.py which will slurp its 
- arguments from the setup.cfg.
- .
- This package provides d2to1 on the Python 3 module path. It is complemented
- by python-d2to1.
-

Copied: packages/d2to1/tags/0.2.10-1/debian/control (from rev 24234, packages/d2to1/trunk/debian/control)
===================================================================
--- packages/d2to1/tags/0.2.10-1/debian/control	                        (rev 0)
+++ packages/d2to1/tags/0.2.10-1/debian/control	2013-05-09 04:23:17 UTC (rev 24235)
@@ -0,0 +1,39 @@
+Source: d2to1
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Aurelien Jarno <aurel32 at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools, python3-all (>= 3.1.2-6~), python3-setuptools
+X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.0
+Standards-Version: 3.9.4
+Homepage: http://pypi.python.org/pypi/d2to1
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/d2to1/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/d2to1/trunk/
+
+Package: python-d2to1
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python support for distutils2-like setup.cfg files as package metadata
+ d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg
+ files for a package's metadata with a distribute/setuptools setup.py script.
+ It works by providing a distutils2-formatted setup.cfg file containing all
+ of a package's metadata, and a very minimal setup.py which will slurp its 
+ arguments from the setup.cfg.
+ .
+ This package provides d2to1 on the Python 2 module path. It is complemented
+ by python3-d2to1.
+
+Package: python3-d2to1
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Python3 support for distutils2-like setup.cfg files as package metadata
+ d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg
+ files for a package's metadata with a distribute/setuptools setup.py script.
+ It works by providing a distutils2-formatted setup.cfg file containing all
+ of a package's metadata, and a very minimal setup.py which will slurp its 
+ arguments from the setup.cfg.
+ .
+ This package provides d2to1 on the Python 3 module path. It is complemented
+ by python-d2to1.
+




More information about the Python-modules-commits mailing list