[Reproducible-commits] [texlive-bin] 14/400: handle symlinks properly - first try

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

akira-guest pushed a commit to branch master
in repository texlive-bin.

commit d37ee241bcf8d8207c7db4ce7a4e9b33df4406b0
Author: Norbert Preining <preining at debian.org>
Date:   Wed Feb 29 00:59:16 2012 +0000

    handle symlinks properly - first try
---
 debian/changelog                        |  6 ++++++
 debian/patches/debian-no-linked-scripts | 32 ++++++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 debian/rules                            |  2 ++
 4 files changed, 41 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e9bad98..0e3a738 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+texlive-bin (2011.20120226-1~2) unreleased; urgency=low
+
+  * don't install linked scripts, but save updmap-sys
+
+   -- Norbert Preining <preining at debian.org>  Wed, 29 Feb 2012 09:55:56 +0900
+
 texlive-bin (2011.20120226-1~1) unreleased; urgency=low
 
   * first trial
diff --git a/debian/patches/debian-no-linked-scripts b/debian/patches/debian-no-linked-scripts
new file mode 100644
index 0000000..fd2817f
--- /dev/null
+++ b/debian/patches/debian-no-linked-scripts
@@ -0,0 +1,32 @@
+---
+ texk/texlive/Makefile.am |    3 ++-
+ texk/texlive/Makefile.in |    2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+Index: texlive-bin-2011.20120226/texk/texlive/Makefile.am
+===================================================================
+--- texlive-bin-2011.20120226.orig/texk/texlive/Makefile.am	2010-05-30 09:01:23.000000000 +0900
++++ texlive-bin-2011.20120226/texk/texlive/Makefile.am	2012-02-29 09:54:14.936116949 +0900
+@@ -5,7 +5,8 @@
+ ##
+ ACLOCAL_AMFLAGS = -I ../../m4
+ 
+-SUBDIRS = context linked_scripts
++#SUBDIRS = context linked_scripts
++SUBDIRS = 
+ 
+ ## Windows wrapper
+ ##
+Index: texlive-bin-2011.20120226/texk/texlive/Makefile.in
+===================================================================
+--- texlive-bin-2011.20120226.orig/texk/texlive/Makefile.in	2012-02-20 23:23:59.000000000 +0900
++++ texlive-bin-2011.20120226/texk/texlive/Makefile.in	2012-02-29 09:54:35.672116004 +0900
+@@ -193,7 +193,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ ACLOCAL_AMFLAGS = -I ../../m4
+-SUBDIRS = context linked_scripts
++SUBDIRS = 
+ EXTRA_DIST = w32_wrapper
+ all: all-recursive
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 85195e4..73fbcea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -40,3 +40,4 @@ xdvik-22.84.16-open-mode.patch
 #partial_lfs_support.diff
 #2011# upstream # 73_tex_segfault
 #2011# not necessary anymore, different fix upstream # unstymie-xetex-with-zlib-1.2.6.patch
+debian-no-linked-scripts
diff --git a/debian/rules b/debian/rules
index 876e322..62c400f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,8 @@ override_dh_install:
 	# use mupdmap (multi!)
 	rm debian/texlive-binaries/usr/bin/updmap
 	cp debian/mupdmap.pl debian/texlive-binaries/usr/bin/updmap
+	# copy updmap-sys over
+	cp debian/texlive-binaries/usr/share/texlive/texmf/scripts/tetex/updmap-sys.sh debian/texlive-binaries/usr/bin/updmap-sys
 	# remove texlive directories, they should not be shipped here
 	rm -rf debian/texlive-binaries/usr/share/texlive
 	rm -rf debian/texlive-binaries/usr/share/info

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/texlive-bin.git



More information about the Reproducible-commits mailing list