Description: adjust where files are installed, which seems specific to Debian.
 Additionally, adjust how the license files are handled, and how they're
 mentioned in the copyright notice (i.e. point to the locally installed Debian
 copies instead of duplicating them in the binary package).
Author: Kees Cook <kees@debian.org>
Forwarded: not-needed

--- dosemu-1.4.0+svn.1999.orig/src/emu.c
+++ dosemu-1.4.0+svn.1999/src/emu.c
@@ -245,8 +245,8 @@
   ".\nCopyright (C) 1992-2006 the 'DOSEMU-Development-Team'.\n"
   "This program is  distributed  in  the  hope that it will be useful,\n"
   "but  WITHOUT  ANY  WARRANTY;   without even the implied warranty of\n"
-  "MERCHANTABILITY  or  FITNESS FOR A PARTICULAR PURPOSE. See the files\n"
-  "COPYING.DOSEMU and COPYING for more details.\n"
+  "MERCHANTABILITY  or  FITNESS FOR A PARTICULAR PURPOSE. See the file\n"
+  "/usr/share/doc/dosemu/copyright for more details.\n"
   "Use  this  program  at  your  own  risk!\n\n";
 
   static char text2[] =
--- dosemu-1.4.0+svn.1999.orig/src/arch/linux/Makefile.main
+++ dosemu-1.4.0+svn.1999/src/arch/linux/Makefile.main
@@ -9,7 +9,7 @@
 # install DOSEMU.
 
 SYS = ../commands
-dosemudir = $(datadir)/dosemu
+dosemudir = $(libdir)/dosemu
 
 NET=dosext/net/net
 
@@ -211,7 +211,7 @@
 	  fi; \
 	done
 	$(INSTALL) -d $(DESTDIR)$(docdir)
-	for i in README.bindist NEWS THANKS COPYING COPYING.DOSEMU; do \
+	for i in README.bindist NEWS THANKS; do \
 	  $(INSTALL) -m 0644 $(REALTOPDIR)/$$i $(DESTDIR)$(docdir); \
 	done
 	for i in README README-tech dosemu-HOWTO sound-usage DANG EMUfailure \
