tags 684024 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-adodb (versioned as 2.10-1.1) by
applying evgeni's and jwilk's patches, and uploaded it to DELAYED/2.
Please feel free to tell me if I should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Grandmaster Flash: New York New York
diff -u python-adodb-2.10/debian/changelog python-adodb-2.10/debian/changelog
--- python-adodb-2.10/debian/changelog
+++ python-adodb-2.10/debian/changelog
@@ -1,3 +1,14 @@
+python-adodb (2.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "broken binary-indep target": fix binary-arch / binary-indep targets
+    in debian/rules; patch from Evgeni Golov, thanks. (Closes: #684024)
+  * Fix python-support handling in debian/rules in order not to install
+    python-bytecode (ftp-master auto-reject reason); patch from Jakub Wilk,
+    thanks.
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 22 Aug 2012 18:03:56 +0200
+
 python-adodb (2.10-1) unstable; urgency=low
 
   * New upstream release:
diff -u python-adodb-2.10/debian/rules python-adodb-2.10/debian/rules
--- python-adodb-2.10/debian/rules
+++ python-adodb-2.10/debian/rules
@@ -9,8 +9,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PY_SUPPORT_DIR=$(CURDIR)/debian/python-adodb/usr/share/python-support/
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -39,18 +37,15 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/python-adodb.
-	install -d $(PY_SUPPORT_DIR)/python-adodb
 	python setup.py install \
-		--prefix=$(CURDIR)/debian/python-adodb/usr/ \
-		--install-lib=$(PY_SUPPORT_DIR)/python-adodb
+		--root=$(CURDIR)/debian/python-adodb/
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do.
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 

Attachment: signature.asc
Description: Digital signature

Reply via email to