Hi,please find attached the patch for the NMU of pykaraoke, which I've just uploaded to unstable.
Regards, Tobias
diff -Nru pykaraoke-0.7.5/debian/changelog pykaraoke-0.7.5/debian/changelog
--- pykaraoke-0.7.5/debian/changelog 2014-10-07 11:42:45.000000000 +0200
+++ pykaraoke-0.7.5/debian/changelog 2016-12-31 09:39:49.000000000 +0100
@@ -1,3 +1,12 @@
+pykaraoke (0.7.5-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Replace ttf-dejavu with fonts-dejavu
+ * Add build-{arch,indep} targets to fix FTBFS.
+ Thanks to Santiago Vila <[email protected]> (Closes: #822017)
+
+ -- Dr. Tobias Quathamer <[email protected]> Sat, 31 Dec 2016 09:39:49 +0100
+
pykaraoke (0.7.5-1.1) unstable; urgency=medium
* Non-maintainer upload.
@@ -14,7 +23,7 @@
* Upgraded Standards-Version from 3.8.4 to 3.9.2
* Transitioned to dh_python2
See: http://wiki.debian.org/Python/TransitionToDHPython2
- * Changed dependency from python-wxgtk2.6
+ * Changed dependency from python-wxgtk2.6
to python-wxgtk2.8 | python-wxgtk2.6
-- Miriam Ruiz <[email protected]> Thu, 24 Nov 2011 11:47:47 +0100
@@ -143,7 +152,7 @@
* New Upstream Release.
+ CDG: Much improved performance for running on lower spec machines.
+ New C file which gives the major performance boost to the CDG player.
- + It's still possible to have an ultra-portable install without the
+ + It's still possible to have an ultra-portable install without the
compilation for which Numeric is required, but otherwise Numeric is
no longer required.
+ CDG: Smoother scrolling and fixed horizontal scrolling.
@@ -153,7 +162,7 @@
+ Added support for GP2X.
+ Many other internal changes.
* Python 2.4 is needed.
-
+
[Ana Beatriz Guerrero Lopez]
* Updating compat to 5.
* Updated to new Python Policy and NMU ack. (Closes: #380907)
@@ -181,4 +190,3 @@
* Replaced vera.ttf font with a symbolic link to Debian's already packaged version.
-- Miriam Ruiz <[email protected]> Wed, 1 Feb 2006 22:55:48 +0100
-
diff -Nru pykaraoke-0.7.5/debian/control pykaraoke-0.7.5/debian/control
--- pykaraoke-0.7.5/debian/control 2014-08-31 23:02:47.000000000 +0200
+++ pykaraoke-0.7.5/debian/control 2016-12-31 09:35:34.000000000 +0100
@@ -39,7 +39,7 @@
Package: pykaraoke-bin
Architecture: all
Depends: ${python:Depends}, python-pykaraoke (>= ${source:Version}),
- python-pygame, ttf-dejavu, ttf-dejavu-extra, ${misc:Depends}
+ python-pygame, fonts-dejavu, fonts-dejavu-extra, ${misc:Depends}
Description: free CDG/MIDI/MPEG karaoke player
PyKaraoke is a free karaoke player. You can use this program to play your
collection of CDG, MIDI and MPEG karaoke songs.
@@ -64,7 +64,7 @@
Package: python-pykaraoke
Section: python
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-pygame, ttf-dejavu,
+Depends: ${shlibs:Depends}, ${python:Depends}, python-pygame, fonts-dejavu,
${misc:Depends}
Recommends: timidity, freepats, python-mutagen
Suggests: python-numpy
diff -Nru pykaraoke-0.7.5/debian/rules pykaraoke-0.7.5/debian/rules
--- pykaraoke-0.7.5/debian/rules 2011-11-24 11:51:00.000000000 +0100
+++ pykaraoke-0.7.5/debian/rules 2016-12-31 09:38:23.000000000 +0100
@@ -14,6 +14,8 @@
CFLAGS += -O2
endif
+build-arch: build
+build-indep: build
build: patch build-stamp
build-stamp: $(PYVERS:%=build-ext-%)
touch $@
@@ -82,4 +84,4 @@
dh_builddeb -a
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
signature.asc
Description: OpenPGP digital signature

