tags 378149 + patch
thanks

Hi,

Attached is the diff for my mordor 6.66a-7.1 NMU.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |
diff -u mordor-6.66a/Makefile mordor-6.66a/Makefile
--- mordor-6.66a/Makefile
+++ mordor-6.66a/Makefile
@@ -48,8 +48,8 @@
 	$(INSTALL_FILE) player/* $(DESTDIR)/var/games/mordor/sample/player
 	$(INSTALL_FILE) objmon/ddesc/* $(DESTDIR)/var/games/mordor/sample/objmon/ddesc
 	$(INSTALL_FILE) objmon/talk/act-examples/* $(DESTDIR)/var/games/mordor/sample/objmon/talk/act-examples
-	$(INSTALL_FILE) objmon/talk/[^a]* $(DESTDIR)/var/games/mordor/sample/objmon/talk/
-	$(INSTALL_FILE) objmon/[^dt]* $(DESTDIR)/var/games/mordor/sample/objmon/
+	$(INSTALL_FILE) objmon/talk/[!a]* $(DESTDIR)/var/games/mordor/sample/objmon/talk/
+	$(INSTALL_FILE) objmon/[!dt]* $(DESTDIR)/var/games/mordor/sample/objmon/
 
 clean: 
 	@for x in $(MAINSUBDIRS); \
diff -u mordor-6.66a/debian/changelog mordor-6.66a/debian/changelog
--- mordor-6.66a/debian/changelog
+++ mordor-6.66a/debian/changelog
@@ -1,3 +1,12 @@
+mordor (6.66a-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Makefile: fix bashism. To get the complement of a character class,
+    use '!' with dash ('^' is bash-specific). Closes: #378149.
+  * 
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]>  Mon, 14 Jan 2008 17:15:36 +0100
+
 mordor (6.66a-7) unstable; urgency=high
 
   * Add exploit checks for bad input on postsend, pfinger

Reply via email to