Hi,
i intend to NMU this Package following the 0-Day NMU policy in the next
days, see attached patch. Please drop me a note if you prefer to fix
this issue on yourself.
bye,
- michael
diff -u libxmms-perl-0.12/debian/changelog libxmms-perl-0.12/debian/changelog
--- libxmms-perl-0.12/debian/changelog
+++ libxmms-perl-0.12/debian/changelog
@@ -1,3 +1,12 @@
+libxmms-perl (0.12-5.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: use $(CURDIR) instead of $(PWD) in order to
+ prevent the package from beeing empty on architectures
+ using sudo instead of fakeroot to autobuild. (Closes: #390384)
+
+ -- Michael Ablassmeier <[EMAIL PROTECTED]> Thu, 5 Oct 2006 16:36:25 +0200
+
libxmms-perl (0.12-5) unstable; urgency=low
* Fix section so the override stuff doesn't bitch at me.
diff -u libxmms-perl-0.12/debian/rules libxmms-perl-0.12/debian/rules
--- libxmms-perl-0.12/debian/rules
+++ libxmms-perl-0.12/debian/rules
@@ -8,7 +8,7 @@
# This is the debhelper compatability version to use.
export DH_COMPAT=1
-prefix=$(PWD)/debian/tmp/usr
+prefix=$(CURDIR)/debian/tmp/usr
build: build-stamp
build-stamp: