Hi Daniele,

On Thu, 02 Feb 2017 00:27:25 +0100 Daniele Tricoli <er...@mornie.org> wrote:
> Hello Adrian,
> 
> On Monday, January 23, 2017 2:49:23 PM CET Adrian Bunk wrote:
> > Source: pywavelets
> > Version: 0.5.1-1
> > Severity: serious
> > 
> > https://buildd.debian.org/status/package.php?p=pywavelets
> [CUT]
> 
> Thanks for the reminder, I use a pbuilder amd64 chroot and I also use 
> Debomatic[¹] but also with amd64 arch.
> 
> I was aware of the problem but unfortunately I was too busy. I will fix in 
> few 
> days, I hope during the weekend.
> 
> Cheers,
> 
> [¹] http://debomatic-amd64.debian.net/


I have uploaded an NMU to DELAYED/2 with the attached patch.

Cheers,
Balint

--
Balint Reczey
Debian & Ubuntu Developer
diff -Nru pywavelets-0.5.1/debian/changelog pywavelets-0.5.1/debian/changelog
--- pywavelets-0.5.1/debian/changelog	2016-12-22 23:28:30.000000000 +0000
+++ pywavelets-0.5.1/debian/changelog	2017-03-27 07:42:33.000000000 +0000
@@ -1,3 +1,15 @@
+pywavelets (0.5.1-1.1) unstable; urgency=medium
+
+  [ Balint Reczey ]
+  * Non-maintainer upload.
+  * Fix clean target to allow dpkg-buildpackage -S succeed
+
+  [ Bhavani Shankar ]
+  * Fix dh_fixperms override to work properly with 
+    architecture-independent-only builds. (Closes: #852303)
+
+ -- Balint Reczey <rbal...@ubuntu.com>  Mon, 27 Mar 2017 07:42:33 +0000
+
 pywavelets (0.5.1-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru pywavelets-0.5.1/debian/rules pywavelets-0.5.1/debian/rules
--- pywavelets-0.5.1/debian/rules	2016-12-22 23:28:30.000000000 +0000
+++ pywavelets-0.5.1/debian/rules	2017-03-27 07:42:33.000000000 +0000
@@ -13,6 +13,12 @@
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
+
+override_dh_auto_clean:
+	dh_auto_clean
+	# remove re-generated files
+	rm -f ./pywt/_extensions/_pywt.c ./pywt/_extensions/_dwt.c ./pywt/_extensions/_pywt.h ./pywt/_extensions/_swt.c ./pywt/_extensions/_cwt.c
+
 override_dh_auto_test:
 
 override_dh_auto_build:
@@ -28,9 +34,10 @@
 	PYBUILD_TEST_ARGS="{interpreter} -c \"import sys ; sys.path.insert(0, '{destdir}/usr/lib/python{version}/dist-packages/') ; import pywt ; pywt.test(verbose=5)\"" dh_auto_test
 endif
 
-override_dh_fixperms:
+override_dh_fixperms_indep:
 	dh_fixperms
 	# Remove execution flag set by upstream for all files.
 	find debian/python*-pywt -type f -exec chmod -x {} \;
+override_dh_fixperms_arch:
 	# Remove execution flag set by upstream also on examples.
 	find debian/python-pywt-doc -type f -exec chmod -x {} \;

Reply via email to