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

[SCM] Debian packaging of texlive-nonbin) branch, master, updated. debian/all-2013.20130530-1-14-gd5a797f



The following commit has been merged in the master branch:
commit d66de67992d69cbf648e257b5e375d540c1c7a96
Author: Norbert Preining <preining@debian.org>
Date:   Mon Jul 22 14:40:39 2013 +0900

    fix dh_installtex and multiple formats for cs*

diff --git a/all/debian/rules.in b/all/debian/rules.in
index 5839fb1..33a39b9 100755
--- a/all/debian/rules.in
+++ b/all/debian/rules.in
@@ -99,6 +99,12 @@ binary-indep: build install
 	dh_installdebconf -n
 	cp debian/texlive-base.libpaper debian/texlive-base/etc/libpaper.d/texlive-base
 	chmod a+x debian/texlive-base/etc/libpaper.d/texlive-base
+<: } elsif ($srcpackage eq "texlive-lang") { _:>//
+	# we create the format links via the texlive-lang-czechslovak.links
+	# file, since otherwise dh_installtex boils out as several formats
+	# with different engines have the same name
+	dh_installtex -p texlive-lang-czechslovak --priority=10 --flavor=lsr:full,tree:texlive,format:no_links
+	dh_installtex -N texlive-lang-czechslovak --priority=10 --flavor=lsr:full,tree:texlive
 <: } else { _:>//
 	dh_installtex -A --priority=10 --flavor=lsr:full,tree:texlive
 <: } :>//
diff --git a/texlive-lang/debian/texlive-lang-czechslovak.links.dist b/texlive-lang/debian/texlive-lang-czechslovak.links.dist
index 54e2c09..1ac82a3 100644
--- a/texlive-lang/debian/texlive-lang-czechslovak.links.dist
+++ b/texlive-lang/debian/texlive-lang-czechslovak.links.dist
@@ -2,3 +2,7 @@ usr/share/man/man1/pdftex.1.gz usr/share/man/man1/cslatex.1.gz
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/csplain.1.gz
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/pdfcslatex.1.gz
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/pdfcsplain.1.gz
+usr/bin/pdftex	usr/bin/csplain
+usr/bin/pdftex	usr/bin/pdfcsplain
+usr/bin/pdftex	usr/bin/cslatex
+usr/bin/pdftex	usr/bin/pdfcslatex

-- 
Debian packaging of texlive-nonbin)


Reply to: