tags 459162 + patch thanks Hi,
Attached is the diff for my star 1.5a67-1.2 NMU.
diff -u star-1.5a67/debian/changelog star-1.5a67/debian/changelog --- star-1.5a67/debian/changelog +++ star-1.5a67/debian/changelog @@ -1,3 +1,10 @@ +star (1.5a67-1.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Fix bashism. (Closes: #459162) + + -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Mon, 28 Jan 2008 00:23:36 +0100 + star (1.5a67-1.1) unstable; urgency=high * Non-maintainer upload by testing security team. diff -u star-1.5a67/debian/rules star-1.5a67/debian/rules --- star-1.5a67/debian/rules +++ star-1.5a67/debian/rules @@ -53,14 +53,14 @@ ln -sf i586-linux-cc.rul RULES/ia64-linux-cc.rul smake install INS_BASE=$(CURDIR)/debian/star # fix the mess star's make install creates: - -rm $(CURDIR)/debian/star/bin/{,us}tar + -rm $(CURDIR)/debian/star/bin/tar $(CURDIR)/debian/star/bin/ustar rm $(CURDIR)/debian/star/bin/mt mv $(CURDIR)/debian/star/bin/smt $(CURDIR)/debian/star/bin/mt-star mv $(CURDIR)/debian/star/sbin/rmt $(CURDIR)/debian/star/sbin/rmt-star mv $(CURDIR)/debian/star/man/man1/smt.1 $(CURDIR)/debian/star/usr/share/man/man1/mt-star.1 mv $(CURDIR)/debian/star/man/man1/rmt.1 $(CURDIR)/debian/star/usr/share/man/man8/rmt-star.8 mv $(CURDIR)/debian/star/man/man1/* $(CURDIR)/debian/star/usr/share/man/man1 - rm -rf $(CURDIR)/debian/star/{include,lib,man} + rm -rf $(CURDIR)/debian/star/include $(CURDIR)/debian/star/lib $(CURDIR)/debian/star/man -cp AN-$(VERSION) $(CURDIR)/debian/star/usr/share/doc/star