[Python-modules-commits] r32977 - in packages/python-vertica/tags (9 files)

jbfavre-guest at users.alioth.debian.org jbfavre-guest at users.alioth.debian.org
Sun Jun 14 12:34:48 UTC 2015


    Date: Sunday, June 14, 2015 @ 12:34:47
  Author: jbfavre-guest
Revision: 32977

[svn-buildpackage] Tagging python-vertica 0.4.6-1

Added:
  packages/python-vertica/tags/0.4.6-1/
  packages/python-vertica/tags/0.4.6-1/debian/changelog
    (from rev 32966, packages/python-vertica/trunk/debian/changelog)
  packages/python-vertica/tags/0.4.6-1/debian/control
    (from rev 32966, packages/python-vertica/trunk/debian/control)
  packages/python-vertica/tags/0.4.6-1/debian/copyright
    (from rev 32966, packages/python-vertica/trunk/debian/copyright)
  packages/python-vertica/tags/0.4.6-1/debian/patches/
Deleted:
  packages/python-vertica/tags/0.4.6-1/debian/changelog
  packages/python-vertica/tags/0.4.6-1/debian/control
  packages/python-vertica/tags/0.4.6-1/debian/copyright
  packages/python-vertica/tags/0.4.6-1/debian/patches/

Deleted: packages/python-vertica/tags/0.4.6-1/debian/changelog
===================================================================
--- packages/python-vertica/trunk/debian/changelog	2015-06-12 15:07:50 UTC (rev 32961)
+++ packages/python-vertica/tags/0.4.6-1/debian/changelog	2015-06-14 12:34:47 UTC (rev 32977)
@@ -1,5 +0,0 @@
-python-vertica (0.2.3-1) unstable; urgency=medium
-
-  * Closes: #754703
-
- -- Jean Baptiste Favre <debian at jbfavre.org>  Mon, 16 Jun 2014 11:27:31 +0200

Copied: packages/python-vertica/tags/0.4.6-1/debian/changelog (from rev 32966, packages/python-vertica/trunk/debian/changelog)
===================================================================
--- packages/python-vertica/tags/0.4.6-1/debian/changelog	                        (rev 0)
+++ packages/python-vertica/tags/0.4.6-1/debian/changelog	2015-06-14 12:34:47 UTC (rev 32977)
@@ -0,0 +1,19 @@
+python-vertica (0.4.6-1) unstable; urgency=medium
+
+  * New upstream release 0.4.6
+  * Add patch to fix invalid syntax error
+  * Fix debian/copyright format
+  * Update debian/control:
+      * Add Vcs-* and Homeppage fields
+      * Change maintainer to DPMT
+      * Add Uploaders field
+      * Remove duplicate Build-Depends
+      * Bump Standards-Version
+
+ -- Jean Baptiste Favre <debian at jbfavre.org>  Fri, 12 Jun 2015 18:19:52 +0200
+
+python-vertica (0.2.3-1) unstable; urgency=medium
+
+  * Closes: #754703
+
+ -- Jean Baptiste Favre <debian at jbfavre.org>  Mon, 16 Jun 2014 11:27:31 +0200

Deleted: packages/python-vertica/tags/0.4.6-1/debian/control
===================================================================
--- packages/python-vertica/trunk/debian/control	2015-06-12 15:07:50 UTC (rev 32961)
+++ packages/python-vertica/tags/0.4.6-1/debian/control	2015-06-14 12:34:47 UTC (rev 32977)
@@ -1,30 +0,0 @@
-Source: python-vertica
-Maintainer: Jean Baptiste Favre <debian at jbfavre.org>
-Section: contrib/python
-Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python-setuptools, debhelper (>= 8), dh-python, python3-all, python3-setuptools
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
-
-Package: python-vertica
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: native Python client for the Vertica database
- HP Vertica is a commercial column-oriented database.
- .
- This package provides all the source, examples and documentation you need
- to easily connect to and interact with Vertica.
- .
- This is the Python 2 version of the package.
-
-Package: python3-vertica
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Description: native Python client for the Vertica database (Python 3)
- HP Vertica is a commercial column-oriented database.
- .
- This package provides all the source, examples and documentation you need
- to easily connect to and interact with Vertica.
- .
- This is the Python 3 version of the package.

Copied: packages/python-vertica/tags/0.4.6-1/debian/control (from rev 32966, packages/python-vertica/trunk/debian/control)
===================================================================
--- packages/python-vertica/tags/0.4.6-1/debian/control	                        (rev 0)
+++ packages/python-vertica/tags/0.4.6-1/debian/control	2015-06-14 12:34:47 UTC (rev 32977)
@@ -0,0 +1,34 @@
+Source: python-vertica
+Section: contrib/python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jean Baptiste Favre <debian at jbfavre.org>
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 8), dh-python, python3-all, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/uber/vertica-python
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-vertica/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-vertica/trunk/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python-vertica
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: native Python client for the Vertica database
+ HP Vertica is a commercial column-oriented database.
+ .
+ This package provides all the source, examples and documentation you need
+ to easily connect to and interact with Vertica.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-vertica
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: native Python client for the Vertica database (Python 3)
+ HP Vertica is a commercial column-oriented database.
+ .
+ This package provides all the source, examples and documentation you need
+ to easily connect to and interact with Vertica.
+ .
+ This is the Python 3 version of the package.

Deleted: packages/python-vertica/tags/0.4.6-1/debian/copyright
===================================================================
--- packages/python-vertica/trunk/debian/copyright	2015-06-12 15:07:50 UTC (rev 32961)
+++ packages/python-vertica/tags/0.4.6-1/debian/copyright	2015-06-14 12:34:47 UTC (rev 32977)
@@ -1,30 +0,0 @@
-Files: *
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Uber Technologies, Inc.
-Upstream-Contact: alex.kim at uber.com
-Source: https://github.com/uber/vertica-python
-Copyright: Copyright (c) 2013 Uber Technologies, Inc.
-License: Expat
-
-Files: debian/*
-Copyright: 2014 Jean Baptiste Favre
-License: Expat
-
-License: Expat
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.

Copied: packages/python-vertica/tags/0.4.6-1/debian/copyright (from rev 32966, packages/python-vertica/trunk/debian/copyright)
===================================================================
--- packages/python-vertica/tags/0.4.6-1/debian/copyright	                        (rev 0)
+++ packages/python-vertica/tags/0.4.6-1/debian/copyright	2015-06-14 12:34:47 UTC (rev 32977)
@@ -0,0 +1,31 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: vertica-python
+Upstream-Contact: Alex Kim <alex.kim at uber.com>
+Source: https://github.com/uber/vertica-python
+
+Files: *
+Copyright: Copyright (c) 2013 Uber Technologies, Inc.
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Jean Baptiste Favre
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.




More information about the Python-modules-commits mailing list