tags 459084 + patch thanks Hi,
Attached is the diff for my knights 0.6-8.1 NMU.
diff -u knights-0.6/debian/changelog knights-0.6/debian/changelog --- knights-0.6/debian/changelog +++ knights-0.6/debian/changelog @@ -1,3 +1,10 @@ +knights (0.6-8.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Fix bashism. (Closes: #459084) + + -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Mon, 28 Jan 2008 00:00:08 +0100 + knights (0.6-8) unstable; urgency=low * New Mantainer. (Closes: #439531) diff -u knights-0.6/debian/rules knights-0.6/debian/rules --- knights-0.6/debian/rules +++ knights-0.6/debian/rules @@ -33,7 +33,7 @@ config.status: configure patch dh_testdir - if [[ -f doc/Makefile.in ]]; then cp doc/Makefile.in doc/Makefile.in.backup; else mv doc/Makefile.in.backup doc/Makefile.in; fi + if [ -f doc/Makefile.in ]; then cp doc/Makefile.in doc/Makefile.in.backup; else mv doc/Makefile.in.backup doc/Makefile.in; fi CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --enable-libsuffix= $(configkde)

