package userinfo tag 374585 patch thanks Hi,
I've attached a patch which removes the bash specific portion of your debian/rules file. In case you're currently not able to fix this problem yourself with a new upload, I'd be happy to assist you and prepare an NMU. Regards, Tobias -- Tobias Toedter | Just because your doctor has a name for your Hamburg, Germany | condition doesn't mean he knows what it is.
diff -u userinfo-1.10a/debian/rules userinfo-1.10a/debian/rules
--- userinfo-1.10a/debian/rules
+++ userinfo-1.10a/debian/rules
@@ -24,7 +24,10 @@
$(checkdir)
$(checkroot)
rm -Rf debian/tmp
- install -d debian/tmp/{DEBIAN,usr/{share/{doc/$(pkg),man/man1},bin}}
+ install -d debian/tmp/DEBIAN
+ install -d debian/tmp/usr/share/doc/$(pkg)
+ install -d debian/tmp/usr/share/man/man1
+ install -d debian/tmp/usr/bin
install -s -m 755 src/ui debian/tmp/usr/bin
install -m 644 debian/copyright debian/tmp/usr/share/doc/$(pkg)
gzip -9c doc/ui.man >debian/tmp/usr/share/man/man1/ui.1.gz
pgpClHzALPK2Z.pgp
Description: PGP signature

