[Python-modules-commits] r18784 - in packages/python-drizzle/tags (5 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun Oct 2 10:29:44 UTC 2011
Date: Sunday, October 2, 2011 @ 10:29:43
Author: dktrkranz
Revision: 18784
[svn-buildpackage] Tagging python-drizzle 1.0-3
Added:
packages/python-drizzle/tags/1.0-3/
packages/python-drizzle/tags/1.0-3/debian/changelog
(from rev 18783, packages/python-drizzle/trunk/debian/changelog)
packages/python-drizzle/tags/1.0-3/debian/control
(from rev 18783, packages/python-drizzle/trunk/debian/control)
Deleted:
packages/python-drizzle/tags/1.0-3/debian/changelog
packages/python-drizzle/tags/1.0-3/debian/control
Deleted: packages/python-drizzle/tags/1.0-3/debian/changelog
===================================================================
--- packages/python-drizzle/trunk/debian/changelog 2011-10-01 22:27:54 UTC (rev 18782)
+++ packages/python-drizzle/tags/1.0-3/debian/changelog 2011-10-02 10:29:43 UTC (rev 18784)
@@ -1,26 +0,0 @@
-python-drizzle (1.0-2) unstable; urgency=low
-
- [ Monty Taylor ]
- * Fixed the build to work with drizzle elliot GA release. (Closes: #621045)
-
- [ Scott Kitterman ]
- * Replace upstream repositories with DPMT repositories in Vcs-*
-
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Tue, 19 Apr 2011 21:32:08 -0400
-
-python-drizzle (1.0-1) unstable; urgency=low
-
- * New upstream release. (LP: #689339)
- * Expand pyversions to include 2.7. (Closes: #606883)
- * Updated standards version to 3.9.1.
- * Added VCS information.
- * Removed outdated reference to BSD common license for lintian.
- * Updating packaging approach (Thanks Stefano Rivera)
-
- -- Monty Taylor <mordred at inaugust.com> Mon, 13 Dec 2010 11:24:47 -0200
-
-python-drizzle (0.08.2-1) unstable; urgency=low
-
- * Initial release (Closes: #574876)
-
- -- Monty Taylor <mordred at inaugust.com> Sun, 21 Mar 2010 13:14:44 -0700
Copied: packages/python-drizzle/tags/1.0-3/debian/changelog (from rev 18783, packages/python-drizzle/trunk/debian/changelog)
===================================================================
--- packages/python-drizzle/tags/1.0-3/debian/changelog (rev 0)
+++ packages/python-drizzle/tags/1.0-3/debian/changelog 2011-10-02 10:29:43 UTC (rev 18784)
@@ -0,0 +1,33 @@
+python-drizzle (1.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * Replace swig1.3 with swig in Build-Depends field (Closes: #630935).
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 02 Oct 2011 12:25:00 +0200
+
+python-drizzle (1.0-2) unstable; urgency=low
+
+ [ Monty Taylor ]
+ * Fixed the build to work with drizzle elliot GA release. (Closes: #621045)
+
+ [ Scott Kitterman ]
+ * Replace upstream repositories with DPMT repositories in Vcs-*
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Tue, 19 Apr 2011 21:32:08 -0400
+
+python-drizzle (1.0-1) unstable; urgency=low
+
+ * New upstream release. (LP: #689339)
+ * Expand pyversions to include 2.7. (Closes: #606883)
+ * Updated standards version to 3.9.1.
+ * Added VCS information.
+ * Removed outdated reference to BSD common license for lintian.
+ * Updating packaging approach (Thanks Stefano Rivera)
+
+ -- Monty Taylor <mordred at inaugust.com> Mon, 13 Dec 2010 11:24:47 -0200
+
+python-drizzle (0.08.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #574876)
+
+ -- Monty Taylor <mordred at inaugust.com> Sun, 21 Mar 2010 13:14:44 -0700
Deleted: packages/python-drizzle/tags/1.0-3/debian/control
===================================================================
--- packages/python-drizzle/trunk/debian/control 2011-10-01 22:27:54 UTC (rev 18782)
+++ packages/python-drizzle/tags/1.0-3/debian/control 2011-10-02 10:29:43 UTC (rev 18784)
@@ -1,60 +0,0 @@
-Source: python-drizzle
-Section: python
-Priority: optional
-Maintainer: Monty Taylor <mordred at inaugust.com>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.3.16),
- python-all-dev (>= 2.6.5-13~),
- python-all-dbg,
- python3-all-dev (>= 3.1),
- python3-all-dbg,
- python-setuptools,
- libdrizzle-dev (>= 0.8),
- swig1.3
-Standards-Version: 3.9.1
-X-Python-Version: >= 2.5
-X-Python3-Version: >= 3.1
-Homepage: http://launchpad.net/drizzle-interface
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-drizzle/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-drizzle/trunk/
-
-Package: python-drizzle
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python binding to libdrizzle
- libdrizzle is a database protocol library which implements the MySQL and
- the Drizzle protocols. The package provides both low-level and DB API
- access using libdrizzle.
-
-Package: python-drizzle-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: python-drizzle (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
-Description: Python binding to libdrizzle - debug symbols
- libdrizzle is a database protocol library which implements the MySQL and
- the Drizzle protocols. The package provides both low-level and DB API
- access using libdrizzle.
- .
- This package contains the extension built for the Python debug interpreter.
-
-Package: python3-drizzle
-Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python3 binding to libdrizzle
- libdrizzle is a database protocol library which implements the MySQL and
- the Drizzle protocols. The package provides both low-level and DB API
- access using libdrizzle from Python3.
-
-Package: python3-drizzle-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: python3-drizzle (= ${binary:Version}), python3-dbg, ${shlibs:Depends}, ${misc:Depends}
-Description: Python3 binding to libdrizzle - debug symbols
- libdrizzle is a database protocol library which implements the MySQL and
- the Drizzle protocols. The package provides both low-level and DB API
- access using libdrizzle.
- .
- This package contains the extension built for the Python3 debug interpreter.
-
Copied: packages/python-drizzle/tags/1.0-3/debian/control (from rev 18783, packages/python-drizzle/trunk/debian/control)
===================================================================
--- packages/python-drizzle/tags/1.0-3/debian/control (rev 0)
+++ packages/python-drizzle/tags/1.0-3/debian/control 2011-10-02 10:29:43 UTC (rev 18784)
@@ -0,0 +1,60 @@
+Source: python-drizzle
+Section: python
+Priority: optional
+Maintainer: Monty Taylor <mordred at inaugust.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.3.16),
+ python-all-dev (>= 2.6.5-13~),
+ python-all-dbg,
+ python3-all-dev (>= 3.1),
+ python3-all-dbg,
+ python-setuptools,
+ libdrizzle-dev (>= 0.8),
+ swig
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.1
+Homepage: http://launchpad.net/drizzle-interface
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-drizzle/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-drizzle/trunk/
+
+Package: python-drizzle
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Python binding to libdrizzle
+ libdrizzle is a database protocol library which implements the MySQL and
+ the Drizzle protocols. The package provides both low-level and DB API
+ access using libdrizzle.
+
+Package: python-drizzle-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: python-drizzle (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Description: Python binding to libdrizzle - debug symbols
+ libdrizzle is a database protocol library which implements the MySQL and
+ the Drizzle protocols. The package provides both low-level and DB API
+ access using libdrizzle.
+ .
+ This package contains the extension built for the Python debug interpreter.
+
+Package: python3-drizzle
+Architecture: any
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Python3 binding to libdrizzle
+ libdrizzle is a database protocol library which implements the MySQL and
+ the Drizzle protocols. The package provides both low-level and DB API
+ access using libdrizzle from Python3.
+
+Package: python3-drizzle-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: python3-drizzle (= ${binary:Version}), python3-dbg, ${shlibs:Depends}, ${misc:Depends}
+Description: Python3 binding to libdrizzle - debug symbols
+ libdrizzle is a database protocol library which implements the MySQL and
+ the Drizzle protocols. The package provides both low-level and DB API
+ access using libdrizzle.
+ .
+ This package contains the extension built for the Python3 debug interpreter.
+
More information about the Python-modules-commits
mailing list