Drop deprecated debian/patches/28_remove_localized_manpages.patch
authorMichael Prokop <mika@grml.org>
Wed, 9 May 2012 12:13:20 +0000 (14:13 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 9 May 2012 12:13:41 +0000 (14:13 +0200)
debian/patches/28_remove_localized_manpages.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/28_remove_localized_manpages.patch b/debian/patches/28_remove_localized_manpages.patch
deleted file mode 100644 (file)
index 4dece58..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-commit ebdefd9601c017c5a7264a94cee2c7af914bca76
-Author: Michael Prokop <mika@grml.org>
-Date:   Wed Jun 8 10:19:29 2011 +0200
-
-    Drop installation of localized manpages from upstream Makefile.
-    
-    Upstream's Makefile currently results in:
-    
-      E: live-boot: manpage-in-wrong-directory usr/share/man/en/man/live-boot.7..gz
-      E: live-boot: manpage-in-wrong-directory usr/share/man/en/man/live-snapshot.1..gz
-    
-    So lets drop the localized manpages and just install the english ones.
-
---- a/Makefile
-+++ b/Makefile
-@@ -66,14 +66,6 @@
-               install -D -m 0644 $${MANPAGE} $(DESTDIR)/usr/share/man/man$${SECTION}/$$(basename $${MANPAGE}); \
-       done
--      for LANGUAGE in $(LANGUAGES); \
--      do \
--              for MANPAGE in manpages/$${LANGUAGE}/*; \
--              do \
--                      SECTION="$$(basename $${MANPAGE} | sed -e 's|\.|\n|g' | tail -n1)"; \
--                      install -D -m 0644 $${MANPAGE} $(DESTDIR)/usr/share/man/$${LANGUAGE}/man$${SECTION}/$$(basename $${MANPAGE} .$${LANGUAGE}.$${SECTION}).$${SECTION}; \
--              done; \
--      done
- uninstall:
-       # Uninstalling executables
index dde3c4d..0e03531 100644 (file)
@@ -9,7 +9,6 @@
 19_revert_toram_bootoption_to_expected_behaviour.patch
 26_support_dns_bootoption.patch
 27_support_static_ip.patch
-# 28_remove_localized_manpages.patch
 29_support_dns_in_initramfs.patch
 30_support_multiarch_dns.patch
 31_package_rename.patch