[Python-modules-commits] r12379 - in packages/sqlobject/trunk/debian (5 files)

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Mar 25 14:45:46 UTC 2010


    Date: Thursday, March 25, 2010 @ 14:45:44
  Author: tille
Revision: 12379

Orphaned according to Fabios request in #575365, new upstream version, several small changes to keep lintian silent and upgrade the package to recent toolchain

Modified:
  packages/sqlobject/trunk/debian/changelog
  packages/sqlobject/trunk/debian/compat
  packages/sqlobject/trunk/debian/control
  packages/sqlobject/trunk/debian/copyright
  packages/sqlobject/trunk/debian/rules

Modified: packages/sqlobject/trunk/debian/changelog
===================================================================
--- packages/sqlobject/trunk/debian/changelog	2010-03-25 14:23:41 UTC (rev 12378)
+++ packages/sqlobject/trunk/debian/changelog	2010-03-25 14:45:44 UTC (rev 12379)
@@ -1,3 +1,21 @@
+sqlobject (0.12.2-1) unstable; urgency=low
+
+  * QA (group) upload to orphan the package
+    According to bug #575365 Fabio has orphaned the package which is not
+    reflected by the maintainer field in debian/control.  So it is set
+    to Debian QA Group with this upload.
+  * New upstream release
+    Closes: #575365
+  * Standards-Version: 3.8.4 (no changes needed)
+  * Fixed Vcs-Svn URL
+  * debian/compat: 7
+  * debian/control:
+    - ${misc:Depends}
+    - Debhelper 7
+  * debian/rules: s/dh_clean -k/dh_prep/
+
+ -- Andreas Tille <tille at debian.org>  Thu, 25 Mar 2010 14:52:34 +0100
+
 sqlobject (0.11.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/sqlobject/trunk/debian/compat
===================================================================
--- packages/sqlobject/trunk/debian/compat	2010-03-25 14:23:41 UTC (rev 12378)
+++ packages/sqlobject/trunk/debian/compat	2010-03-25 14:45:44 UTC (rev 12379)
@@ -1 +1 @@
-5
+7

Modified: packages/sqlobject/trunk/debian/control
===================================================================
--- packages/sqlobject/trunk/debian/control	2010-03-25 14:23:41 UTC (rev 12378)
+++ packages/sqlobject/trunk/debian/control	2010-03-25 14:45:44 UTC (rev 12379)
@@ -1,19 +1,19 @@
 Source: sqlobject
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.5.4), python-all-dev, python-central (>= 0.5.0), python-setuptools (>= 0.6c9)
-Maintainer: Fabio Tranchitella <kobold at debian.org>
-Uploaders: Gustavo Noronha Silva <kov at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7), python-all (>= 2.5.4)
+Build-Depends-Indep:  python-central (>= 0.5.0), python-setuptools (>= 0.6c9)
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Standards-Version: 3.8.4
 XS-Python-Version: all
-Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/sqlobject/trunk/
+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
 
 Package: python-sqlobject
 Architecture: all
 Section: python
-Depends: ${python:Depends}, python-pkg-resources (>=0.6c8), python-formencode
+Depends: ${python:Depends}, python-pkg-resources (>=0.6c8), python-formencode, ${misc:Depends}
 Replaces: python2.3-sqlobject, python2.4-sqlobject
 Conflicts: python2.3-sqlobject, python2.4-sqlobject
 Suggests: python-mysqldb, python-sqlite, python-psycopg, python-kinterbasdb, python-maxdb

Modified: packages/sqlobject/trunk/debian/copyright
===================================================================
--- packages/sqlobject/trunk/debian/copyright	2010-03-25 14:23:41 UTC (rev 12378)
+++ packages/sqlobject/trunk/debian/copyright	2010-03-25 14:45:44 UTC (rev 12379)
@@ -1,6 +1,6 @@
 This package was debianized by Carlos Perelló Marín <carlos at pemas.net>
-on Wed, 20 Oct 2004. It is actually maintained by Fabio 
-Tranchitella <kobold at debian.org>.
+on Wed, 20 Oct 2004. It was orphaned and is now maintained by
+Debian QA Team <debian-qa at lists.debian.org>.
 
 It was downloaded from 'http://www.sqlobject.org'.
 

Modified: packages/sqlobject/trunk/debian/rules
===================================================================
--- packages/sqlobject/trunk/debian/rules	2010-03-25 14:23:41 UTC (rev 12378)
+++ packages/sqlobject/trunk/debian/rules	2010-03-25 14:45:44 UTC (rev 12379)
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+# debian/rules for sqlobject
 
 include /usr/share/python/python.mk
 PYVERS=$(shell pyversions -r debian/control)
@@ -26,7 +25,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	for python in $(PYVERS); do \
 		$$python setup.py install --root=$(CURDIR)/debian/python-sqlobject --no-compile \




More information about the Python-modules-commits mailing list