Hi, I made a patch to avoid content change when /bin/sh is a symlink to dash. I am far from being an expert, so please tell me if it is acceptable.
Best regards, Cédric
diff -r ccaa77675eab -r 8380590e5e8c atris-1.0.7.dfsg.1/debian/rules --- a/debian/rules Mon Jan 21 23:16:02 2008 +0100 +++ b/debian/rules Mon Jan 21 23:17:58 2008 +0100 @@ -76,7 +76,8 @@ install-stamp: $(MAKE) install_gamedocs target=$(DEBIAN_DIR)/atris/usr/share/doc/atris/ -rm -f $(DEBIAN_DIR)/atris/usr/share/doc/atris/COPYING* # Will be generated at posinst if doesn't exist - -rm -f $(DEBIAN_DIR)/atris/var/games/atris/Atris.{Players,Scores} + -rm -f $(DEBIAN_DIR)/atris/var/games/atris/Atris.Players + -rm -f $(DEBIAN_DIR)/atris/var/games/atris/Atris.Scores touch $@
signature.asc
Description: This is a digitally signed message part.