[Reproducible-commits] [texlive-bin] 52/400: build orig.tar.gz by removing several libs where we use the system libs

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:33 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 d2cd118ea6cc03c7d08455552687b16b3211ee49
Author: Norbert Preining <preining at debian.org>
Date:   Mon Mar 26 08:29:26 2012 +0000

    build orig.tar.gz by removing several libs where we use the system libs
---
 debian/make-orig-tar | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/make-orig-tar b/debian/make-orig-tar
index 60f9c63..0bd9f85 100644
--- a/debian/make-orig-tar
+++ b/debian/make-orig-tar
@@ -8,5 +8,10 @@ cp -a /src/TeX/texlive-svn/Build/source $verstr
 rm -rf $verstr/inst
 rm -rf $verstr/Work
 rm -rf $verstr/utils/biber/bin
+#
+# remove system libraries
+for i in freetype2 gd graphite libpng poppler t1lib xpdf zlib ; do
+  rm -rf $verstr/libs/$i
+done
 find $verstr -name autom4te.cache -exec rm -rf '{}' \;
 

-- 
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