On Thursday, May 09, 2013 01:55:41 Jakub Wilk wrote: > Source: bpython > Version: 0.11-1 > Severity: serious > User: debian-pyt...@lists.debian.org > Usertags: python3.3 > > bpython FTBFS:
Doesn't seem to be much maintainer interest in this, so I'll NMU it. NMU diff attached. Scott K
diff -Nru bpython-0.11/debian/changelog bpython-0.11/debian/changelog --- bpython-0.11/debian/changelog 2012-04-07 13:31:03.000000000 -0400 +++ bpython-0.11/debian/changelog 2013-08-04 17:19:36.000000000 -0400 @@ -1,3 +1,11 @@ +bpython (0.11-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Build using just the default python3 version to fix FTBFS when there is + more than one (Closes: #707309) + + -- Scott Kitterman <sc...@kitterman.com> Sun, 04 Aug 2013 17:18:19 -0400 + bpython (0.11-1) unstable; urgency=low * New upstream version diff -Nru bpython-0.11/debian/rules bpython-0.11/debian/rules --- bpython-0.11/debian/rules 2012-04-07 13:31:03.000000000 -0400 +++ bpython-0.11/debian/rules 2013-08-04 17:17:55.000000000 -0400 @@ -7,12 +7,12 @@ override_dh_auto_build: dh_auto_build - for py in $(shell py3versions -r); do \ + for py in $(shell py3versions -d); do \ $$py setup.py build --force; \ done override_dh_auto_install: - for py in $(shell py3versions -r); do \ + for py in $(shell py3versions -d); do \ $$py setup.py install --force --root=$(CURDIR)/debian/tmp --no-compile -O0 --install-layout=deb; \ done mv $(CURDIR)/debian/tmp/usr/bin/bpython \
signature.asc
Description: This is a digitally signed message part.