tag 305865 pending
thanks
Given that the last upload for this package was in 2003, I've just
uploaded an NMU for this issue to the 10-day delayed queue.
While working on the issue I also noticed that the recoding itself was
broken. The patch included in the new upload to fix this is:
diff -Nru fortunes-bofh-excuses-1.2/debian/rules
fortunes-bofh-excuses-1.3/debian/rules
--- fortunes-bofh-excuses-1.2/debian/rules 2009-03-22 17:05:10.000000000
+0100
+++ fortunes-bofh-excuses-1.3/debian/rules 2009-03-22 17:05:10.000000000
+0100
@@ -26,7 +26,14 @@
strfile bofh-excuses
debian/$(pkg)/usr/share/games/fortunes/bofh-excuses.dat
install -m 0644 bofh-excuses debian/$(pkg)/usr/share/games/fortunes
- for x in $$(find `pwd`/debian/$(pkg)/usr/share/games/fortunes -type f |
grep -v "\.dat") ; do iconv -f latin1 -t utf8 $$x ; touch $$x.u8 ; done
+ cd `pwd`/debian/$(pkg)/usr/share/games/fortunes; \
+ for x in $$(find . -type f | grep -v "\.dat"); do \
+ y=$$(basename $$x); \
+ mv $$y $$y.orig; \
+ iconv -f latin1 -t utf8 $$y.orig >$$y; \
+ rm $$y.orig; \
+ ln -s $$y $$y.u8; \
+ done
dh_installdocs README
dh_installchangelogs
In the same upload I've also fixed #500476 and updated to latest upstream,
creating a new "upstream" tarball with the following changes:
- update upstream URL to http://pages.cs.wisc.edu/~ballard/bofh/excuses
- download new list
- remove spurious excuses.1 file
Cheers,
FJP
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]