update our patches on top of Debian's 4.0~alpha19
[live-boot-grml.git] / debian / patches / 31_package_rename.patch
index bc10ae8..7bd598b 100644 (file)
@@ -1,24 +1,19 @@
 Index: live-boot-grml/Makefile
 ===================================================================
---- live-boot-grml.orig/Makefile       2011-12-06 22:08:57.000000000 +0100
-+++ live-boot-grml/Makefile    2011-12-06 22:09:19.000000000 +0100
-@@ -52,11 +52,11 @@
-       cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools
+--- live-boot-grml.orig/Makefile       2014-03-08 13:36:52.857434829 +0100
++++ live-boot-grml/Makefile    2014-03-08 13:36:52.853435298 +0100
+@@ -55,8 +55,8 @@
+       cp frontend/* $(DESTDIR)/bin
  
        # Installing docs
 -      mkdir -p $(DESTDIR)/usr/share/doc/live-boot
--      cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-boot
+-      cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot
 +      mkdir -p $(DESTDIR)/usr/share/doc/live-boot-grml
-+      cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-boot-grml
--      mkdir -p $(DESTDIR)/usr/share/doc/live-boot/examples
--      cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot/examples
-+      mkdir -p $(DESTDIR)/usr/share/doc/live-boot-grml/examples
-+      cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot-grml/examples
-       # (FIXME)
++      cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot-grml
  
        # Installing manpages
-@@ -85,7 +85,7 @@
+       for MANPAGE in manpages/en/*; \
+@@ -90,7 +90,7 @@
        rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr > /dev/null 2>&1 || true
  
        # Uninstalling docs