-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In Ubuntu, we applied the attached patch to fix FTBFS.
Thank you.
- --
Luca Falavigna
Ubuntu MOTU Developer
GPG Key: 0x86BC2A50
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHgPIdnXjXEYa8KlARApOiAJ9zmWbU92YOpaeUf/IxCekdO/+45QCff9EV
B2m78VTMkBGbgD9GTcrOo+k=
=xgpp
-----END PGP SIGNATURE-----
diff -u uucpsend-1.1/debian/rules uucpsend-1.1/debian/rules
--- uucpsend-1.1/debian/rules
+++ uucpsend-1.1/debian/rules
@@ -45,7 +45,8 @@
debclean:
# Cleans debian binary directories to allow binary creation
rm -rf debian/tmp
- rm -f debian/{files,substvars}
+ rm -f debian/files
+ rm -f debian/substvars
binary-indep:
# Nothing to be done here
--- uucpsend-1.1.orig/Makefile
+++ uucpsend-1.1/Makefile
@@ -30,7 +30,7 @@
rm -f $(OBJS) uucpsend
install:
- for d in $(DEST)/usr/lib/news/bin $(DEST)/etc/news $(DEST)/usr/man/man{5,8}; \
+ for d in $(DEST)/usr/lib/news/bin $(DEST)/etc/news $(DEST)/usr/man/man5 $(DEST)/usr/man/man8; \
do \
if [ ! -d $$d ]; then install -m 755 -o root -g root -d $$d ; fi; \
done