[Python-modules-commits] r15725 - in packages/sqlobject/trunk/debian (4 files)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Wed Feb 16 00:49:47 UTC 2011
Date: Wednesday, February 16, 2011 @ 00:49:27
Author: chaica-guest
Revision: 15725
* New upstream version
* debian/control
- Removed python-support from Build-Depends
- Bump python-all to 2.6.6-3
- Bump Standards-Version to 3.9.1.0. No change needed
- Switched XS-Python-Version to X-Python-Version >= 2.5
- Removed XB-Python-Version: ${python:Versions}
- Added Breaks: ${python:Breaks}
* debian/rules
- added --with python2 to dh $@
* debian/patches/get_rid_of_setuptools
- Rewrote the patch for the new upstream version
* debian/watch
- Changed the regex to skip beta version in the remote repository
Modified:
packages/sqlobject/trunk/debian/changelog
packages/sqlobject/trunk/debian/control
packages/sqlobject/trunk/debian/patches/get_rid_of_setuptools
packages/sqlobject/trunk/debian/rules
Modified: packages/sqlobject/trunk/debian/changelog
===================================================================
--- packages/sqlobject/trunk/debian/changelog 2011-02-15 14:59:12 UTC (rev 15724)
+++ packages/sqlobject/trunk/debian/changelog 2011-02-16 00:49:27 UTC (rev 15725)
@@ -1,15 +1,21 @@
-sqlobject (0.14.0-1) unstable; urgency=low
+sqlobject (0.15.0-1) unstable; urgency=low
* New upstream version
* debian/control
- - Bump Standards-Version to 3.9.1. No change needed
- - Switched XS-Python-Version to >= 2.5
+ - Removed python-support from Build-Depends
+ - Bump python-all to 2.6.6-3
+ - Bump Standards-Version to 3.9.1.0. No change needed
+ - Switched XS-Python-Version to X-Python-Version >= 2.5
+ - Removed XB-Python-Version: ${python:Versions}
+ - Added Breaks: ${python:Breaks}
+ * debian/rules
+ - added --with python2 to dh $@
* debian/patches/get_rid_of_setuptools
- - rewrote the patch for the new upstream version
+ - Rewrote the patch for the new upstream version
* debian/watch
- - changed the regex to skip beta version in the remote repository
+ - Changed the regex to skip beta version in the remote repository
- -- Carl Chenet <chaica at ohmytux.com> Tue, 12 Oct 2010 00:29:07 +0200
+ -- Carl Chenet <chaica at ohmytux.com> Wed, 16 Feb 2011 02:04:16 +0100
sqlobject (0.12.4-2) unstable; urgency=low
Modified: packages/sqlobject/trunk/debian/control
===================================================================
--- packages/sqlobject/trunk/debian/control 2011-02-15 14:59:12 UTC (rev 15724)
+++ packages/sqlobject/trunk/debian/control 2011-02-16 00:49:27 UTC (rev 15725)
@@ -1,12 +1,11 @@
Source: sqlobject
Section: python
Priority: optional
-Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.5.4), quilt
-Build-Depends-Indep: python-support
+Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.6.6-3), quilt
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Carl Chenet <chaica at ohmytux.com>
-Standards-Version: 3.9.1
-XS-Python-Version: >= 2.5
+Standards-Version: 3.9.1.0
+X-Python-Version: >= 2.5
Vcs-Svn: svn://svn.debian.org/python-modules/packages/sqlobject/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sqlobject/trunk/
Homepage: http://www.sqlobject.org
@@ -15,7 +14,7 @@
Architecture: all
Depends: ${python:Depends}, python-pkg-resources (>=0.6c8), python-formencode, ${misc:Depends}
Suggests: python-mysqldb, python-sqlite, python-psycopg2, python-kinterbasdb, python-maxdb
-XB-Python-Version: ${python:Versions}
+Breaks: ${python:Breaks}
Description: object relational manager providing an object interface to your database
SQLObject is an object-relational mapper. It allows you to translate RDBMS
table rows into Python objects, and manipulate those objects to transparently
Modified: packages/sqlobject/trunk/debian/patches/get_rid_of_setuptools
===================================================================
--- packages/sqlobject/trunk/debian/patches/get_rid_of_setuptools 2011-02-15 14:59:12 UTC (rev 15724)
+++ packages/sqlobject/trunk/debian/patches/get_rid_of_setuptools 2011-02-16 00:49:27 UTC (rev 15725)
@@ -1,9 +1,9 @@
# Description: deactivate setuptools
# Author: Carl Chenet <chaica at ohmytux.com>
-Index: SQLObject-0.14.0/setup.py
+Index: SQLObject-0.15.0/setup.py
===================================================================
---- SQLObject-0.14.0.orig/setup.py 2010-10-12 00:01:10.000000000 +0200
-+++ SQLObject-0.14.0/setup.py 2010-10-12 00:02:02.000000000 +0200
+--- SQLObject-0.15.0.orig/setup.py 2010-10-12 00:01:10.000000000 +0200
++++ SQLObject-0.15.0/setup.py 2010-10-12 00:02:02.000000000 +0200
@@ -1,13 +1,13 @@
# ez_setup doesn't work with Python 2.2, so we use distutils
# in that case:
Modified: packages/sqlobject/trunk/debian/rules
===================================================================
--- packages/sqlobject/trunk/debian/rules 2011-02-15 14:59:12 UTC (rev 15724)
+++ packages/sqlobject/trunk/debian/rules 2011-02-16 00:49:27 UTC (rev 15725)
@@ -3,7 +3,7 @@
export DH_ALWAYS_EXCLUDE=tests:examples:presentation-2004-11:europython
%:
- dh $@
+ dh $@ --with python2
override_dh_installdocs:
dh_installdocs
More information about the Python-modules-commits
mailing list