Do not ship COPYING into /usr/include
authorBastian Blank <waldi@debian.org>
Sat, 5 Jul 2014 09:47:30 +0000 (11:47 +0200)
committerMaximilian Engelhardt <maxi@daemonizer.de>
Thu, 18 May 2023 19:31:35 +0000 (21:31 +0200)
This is not wanted in Debian.  COPYING ends up in
/usr/share/doc/xen-*copyright.

Patch-Name: tools-include-no-COPYING.diff

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
tools/include/Makefile

index d69aeb54bf1d1a508690b6f596374e5ca5f3712e..73c6a6cf12407972631d505bbb9b5bc0c21215f1 100644 (file)
@@ -64,7 +64,6 @@ install: all
        $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/io
        $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/sys
        $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/xsm
-       $(INSTALL_DATA) xen/COPYING $(DESTDIR)$(includedir)/xen
        $(INSTALL_DATA) xen/*.h $(DESTDIR)$(includedir)/xen
        $(INSTALL_DATA) xen/arch-x86/*.h $(DESTDIR)$(includedir)/xen/arch-x86
        $(INSTALL_DATA) xen/arch-x86/hvm/*.h $(DESTDIR)$(includedir)/xen/arch-x86/hvm