[SCM] rumor packaging branch, master, updated. debian/1.0.3b-1-31-g9c1229b

ryanakca-guest at users.alioth.debian.org ryanakca-guest at users.alioth.debian.org
Mon Oct 19 15:59:25 UTC 2009


The following commit has been merged in the master branch:
commit ab9e254b66020a29f9f69942edf6d71b612a7461
Author: Ryan Kavanagh <ryanakca at kubuntu.org>
Date:   Mon Oct 19 11:23:51 2009 -0400

    Don't ship a /usr/share/info/dir.gz (Closes: #547307).

diff --git a/debian/patches/02_no_info_dir.gz.diff b/debian/patches/02_no_info_dir.gz.diff
new file mode 100644
index 0000000..9007d1b
--- /dev/null
+++ b/debian/patches/02_no_info_dir.gz.diff
@@ -0,0 +1,26 @@
+## 02_no_info_dir.gz.diff by Ryan Kavanagh <ryanakca at kubuntu.org>
+## Description: Don't ship a /usr/share/info/dir.gz ... Ever. 
+Index: rumor/doc/Makefile.in
+===================================================================
+--- rumor.orig/doc/Makefile.in	2009-08-30 15:53:03.462155906 -0400
++++ rumor/doc/Makefile.in	2009-10-19 11:22:17.296692133 -0400
+@@ -179,8 +179,7 @@
+ 
+ uninstall-info-am:
+ 	$(PRE_UNINSTALL)
+-	@if (install-info --version && \
+-	     install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
++	@if false; then \
+ 	  list='$(INFO_DEPS)'; \
+ 	  for file in $$list; do \
+ 	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
+@@ -331,8 +330,7 @@
+ 	  done; \
+ 	done
+ 	@$(POST_INSTALL)
+-	@if (install-info --version && \
+-	     install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
++	@if false; then \
+ 	  list='$(INFO_DEPS)'; \
+ 	  for file in $$list; do \
+ 	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
diff --git a/debian/patches/series b/debian/patches/series
index c33fd30..f9b49f8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 00_texi_info-dir-entry.diff
 01_texi_dircategory.diff
+02_no_info_dir.gz.diff

-- 
rumor packaging



More information about the pkg-multimedia-commits mailing list