Control: tag -1 patch pending

Andrey Rahmatullin <w...@debian.org> (2014-11-12):
> On Wed, Nov 12, 2014 at 11:41:38AM +0100, Lucas Nussbaum wrote:
> > > python2.7 $BLDDIR27/shortuuid/tests.py
> > > python2.7: can't open file 
> > > 'build2.7/lib.linux-i586-2.7/shortuuid/tests.py': [Errno 2] No such file 
> > > or directory
> export BLDDIR27 := build2.7/lib.$(shell dpkg-architecture 
> -qDEB_HOST_ARCH_OS)-$(shell dpkg-architecture -qDEB_HOST_GNU_CPU)-2.7
> 
> Sounds like -qDEB_HOST_GNU_CPU returns i586 when setuptools uses something
> else in the build dir name.

I've just uploaded a patched package fixing this bug to DELAYED/7 (it's
quite a recent bug); feel free to upload a fixed version with a change
of your liking, or (tell me) to reschedule it to DELAYED/0 if you want
the NMU in the archive sooner.

Mraw,
KiBi.
diff -Nru shortuuid-0.4.2/debian/changelog shortuuid-0.4.2/debian/changelog
--- shortuuid-0.4.2/debian/changelog	2014-08-07 02:04:05.000000000 +0000
+++ shortuuid-0.4.2/debian/changelog	2014-11-14 13:40:52.000000000 +0000
@@ -1,3 +1,13 @@
+shortuuid (0.4.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Stop relying on matching views about architecture-specific bits
+    (DEB_HOST_ARCH_OS and DEB_HOST_GNU_CPU) from dpkg and setuptools
+    for the 2.7 build directory; use a wildcard instead. This fixes
+    the FTBFS on i386 (Closes: #769262).
+
+ -- Cyril Brulebois <k...@debian.org>  Fri, 14 Nov 2014 13:32:16 +0000
+
 shortuuid (0.4.2-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru shortuuid-0.4.2/debian/rules shortuuid-0.4.2/debian/rules
--- shortuuid-0.4.2/debian/rules	2014-08-07 02:03:47.000000000 +0000
+++ shortuuid-0.4.2/debian/rules	2014-11-14 13:40:01.000000000 +0000
@@ -3,8 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export BLDDIR27 := build2.7/lib.$(shell dpkg-architecture -qDEB_HOST_ARCH_OS)-$(shell dpkg-architecture -qDEB_HOST_GNU_CPU)-2.7
-
 %:
 	dh $@ --with python2,python3
 
@@ -16,7 +14,7 @@
 
 override_dh_auto_test:
 	set -e ; \
-	python2.7 $$BLDDIR27/shortuuid/tests.py
+	python2.7 build2.7/lib.*-2.7/shortuuid/tests.py
 	for py in $(shell py3versions -vr); do \
 		python$$py build$$py/lib/shortuuid/tests.py; \
 	done

Attachment: signature.asc
Description: Digital signature

Reply via email to