Package: kfolding
Version: 1.0.0-rc2-5
Hi!
I'm attaching a debdiff for an NMU to fix this package problem. Lucas, please
add it to uploading with an delay, so Maintainer can choose to it himself.
I hope upstream author remove empty po files in the next version.
Thanks
--
Marco Rodrigues
http://Marco.Tondela.org
diff -u kfolding-1.0.0-rc2/debian/changelog kfolding-1.0.0-rc2/debian/changelog
--- kfolding-1.0.0-rc2/debian/changelog
+++ kfolding-1.0.0-rc2/debian/changelog
@@ -1,3 +1,12 @@
+kfolding (1.0.0-rc2-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules:
+ + Remove empty po/en_GB.po to fix an FTBFS,
+ if pkgstriptranslations is ON (Closes: #459634).
+
+ -- Marco Rodrigues <[EMAIL PROTECTED]> Mon, 02 Jun 2008 16:24:40 +0100
+
kfolding (1.0.0-rc2-5) unstable; urgency=low
* Updated qd version (as patch)
diff -u kfolding-1.0.0-rc2/debian/rules kfolding-1.0.0-rc2/debian/rules
--- kfolding-1.0.0-rc2/debian/rules
+++ kfolding-1.0.0-rc2/debian/rules
@@ -52,6 +52,9 @@
dh_testroot
dh_clean -k
dh_installdirs
+
+ find po -empty -exec rm {} \;
+
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp