[Python-modules-commits] r14117 - in packages/py-postgresql/trunk/debian (3 files)

wgrz-guest at users.alioth.debian.org wgrz-guest at users.alioth.debian.org
Tue Aug 3 19:17:06 UTC 2010


    Date: Tuesday, August 3, 2010 @ 19:17:00
  Author: wgrz-guest
Revision: 14117

* Follow maintainership rules adding Uploaders
* Remove verbose build rules

Modified:
  packages/py-postgresql/trunk/debian/control
  packages/py-postgresql/trunk/debian/rules
Deleted:
  packages/py-postgresql/trunk/debian/rules.old

Modified: packages/py-postgresql/trunk/debian/control
===================================================================
--- packages/py-postgresql/trunk/debian/control	2010-08-03 19:05:26 UTC (rev 14116)
+++ packages/py-postgresql/trunk/debian/control	2010-08-03 19:17:00 UTC (rev 14117)
@@ -2,6 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: William Grzybowski <william at agencialivre.com.br>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python3-all-dev
 Standards-Version: 3.9.1
 XS-Python-Version: >= 3.1

Modified: packages/py-postgresql/trunk/debian/rules
===================================================================
--- packages/py-postgresql/trunk/debian/rules	2010-08-03 19:05:26 UTC (rev 14116)
+++ packages/py-postgresql/trunk/debian/rules	2010-08-03 19:17:00 UTC (rev 14117)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-export DH_VERBOSE=1
-export DH_OPTIONS=-v
 
 build3vers := $(shell py3versions -sv)
 

Deleted: packages/py-postgresql/trunk/debian/rules.old
===================================================================
--- packages/py-postgresql/trunk/debian/rules.old	2010-08-03 19:05:26 UTC (rev 14116)
+++ packages/py-postgresql/trunk/debian/rules.old	2010-08-03 19:17:00 UTC (rev 14117)
@@ -1,26 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-#export DH_VERBOSE=1
-#export DH_OPTIONS=-v
-
-build3vers := $(shell py3versions -sv)
-default := $(shell py3versions -d)
-
-override_dh_auto_build:
-	for i in $(build3vers); do \
-		python$$i ./setup.py build;\
-	done
-
-
-override_dh_install:
-	dh_install -ppython3-postgresql
-	for i in $(build3vers); do \
-		python$$i ./setup.py install --root $(CURDIR)/debian/python3-postgresql; \
-	done
-
-override_dh_clean:
-	dh_clean
-	rm -rf build
-
-%:
-	dh --with python3 $@




More information about the Python-modules-commits mailing list