[Python-modules-commits] r13877 - in packages/sqlobject/trunk/debian (4 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Jul 10 20:37:40 UTC 2010


    Date: Saturday, July 10, 2010 @ 20:37:39
  Author: bzed
Revision: 13877

* Remove dh_auto ovverrides to ensure setup.py is used to build the package.
  Otherwise egg-info won't be generated.
* Remove debian/install, not necessary anymore now. 
* Require debhelper 7.3.5.

Modified:
  packages/sqlobject/trunk/debian/changelog
  packages/sqlobject/trunk/debian/control
  packages/sqlobject/trunk/debian/rules
Deleted:
  packages/sqlobject/trunk/debian/install

Modified: packages/sqlobject/trunk/debian/changelog
===================================================================
--- packages/sqlobject/trunk/debian/changelog	2010-07-10 19:54:28 UTC (rev 13876)
+++ packages/sqlobject/trunk/debian/changelog	2010-07-10 20:37:39 UTC (rev 13877)
@@ -1,3 +1,12 @@
+sqlobject (0.12.4-2) unstable; urgency=low
+
+  * Remove dh_auto ovverrides to ensure setup.py is used to build the package.
+    Otherwise egg-info won't be generated.
+  * Remove debian/install, not necessary anymore now. 
+  * Require debhelper 7.3.5.
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Sat, 10 Jul 2010 22:37:07 +0200
+
 sqlobject (0.12.4-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/sqlobject/trunk/debian/control
===================================================================
--- packages/sqlobject/trunk/debian/control	2010-07-10 19:54:28 UTC (rev 13876)
+++ packages/sqlobject/trunk/debian/control	2010-07-10 20:37:39 UTC (rev 13877)
@@ -1,7 +1,7 @@
 Source: sqlobject
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5.4)
+Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.5.4)
 Build-Depends-Indep: python-support
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Carl Chenet <chaica at ohmytux.com>

Deleted: packages/sqlobject/trunk/debian/install
===================================================================
--- packages/sqlobject/trunk/debian/install	2010-07-10 19:54:28 UTC (rev 13876)
+++ packages/sqlobject/trunk/debian/install	2010-07-10 20:37:39 UTC (rev 13877)
@@ -1,2 +0,0 @@
-sqlobject/ usr/share/pyshared/
-scripts/sqlobject-admin usr/bin

Modified: packages/sqlobject/trunk/debian/rules
===================================================================
--- packages/sqlobject/trunk/debian/rules	2010-07-10 19:54:28 UTC (rev 13876)
+++ packages/sqlobject/trunk/debian/rules	2010-07-10 20:37:39 UTC (rev 13877)
@@ -5,15 +5,6 @@
 %:
 	dh $@
 
-override_dh_auto_clean:
-
-override_dh_auto_build:
-
-override_dh_auto_install:
-
-override_dh_install:
-	dh_install
-
 override_dh_installdocs:
 	dh_installdocs
 	mv -f debian/python-sqlobject/usr/share/doc/python-sqlobject/docs/* \




More information about the Python-modules-commits mailing list