[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of texinfo) branch, master, updated. upstream/4.13a.dfsg.1-13-g25413a6



The following commit has been merged in the master branch:
commit 00060d44d95265cb59f32bf690572c84444f079e
Author: Norbert Preining <preining@logic.at>
Date:   Tue Nov 27 10:53:34 2012 +0900

    not asked for perl libs are not installed anymore, remove the code in rules

diff --git a/debian/rules b/debian/rules
index 444d057..0d97ed2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,13 +55,6 @@ install-stamp: build-stamp
 	find $(tmpdir) -type f -name dir | xargs rm -f
 	# epsf.tex is in texlive
 	rm -rf $(tmpdir)/usr/share/texmf/tex/generic
-	# remove perl libraries that we depend on in debian/control
-	# they should not be installed due to above --with-external-*
-	# but they still are, already send report to bug-texinfo
-	# remove without -f to make sure we fix the rules file
-	# when it is fixed upstream
-	rm -r $(tmpdir)/usr/share/texinfo/lib/Text-Unidecode
-	rm -r $(tmpdir)/usr/share/texinfo/lib/libintl-perl
 	# install all the files
 	dh_install --list-missing --sourcedir=debian/tmp -X share/info
 	dh_link

-- 
Debian packaging of texinfo)


Reply to: