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

Re: LuaTeX 1.0.0?



On Sun, Jan 08, 2017 at 02:59:42PM +0900, Norbert Preining wrote:
> Thanks, traveling till Monday night, will check it later on.
> 
> Thanks a lot for your work! 
> 
> PS we need to build a new .orig.tar to really get rid of this non-free artefact.

Yes, indeed, I did that.

In fact, I think I have found a simpler solution still: delete the
SFconv directory to create the dfsg .orig.tar, then the attached patch
(which can either be applied to the orig tree or as a Debian patch)
does two things: it skips descending into the subdirectories
needlessly, and it doesn't build teckit_convert.  Obviously, the
commenting out can be replaced by deleting the relevant lines.

Best wishes,

   Julian
diff -Nru texlive-bin-2016.20160513.41080.orig/libs/teckit/Makefile.am texlive-bin-2016.20160513.41080.dfsg2.org/libs/teckit/Makefile.am
--- texlive-bin-2016.20160513.41080.orig/libs/teckit/Makefile.am	2016-02-25 06:52:46.000000000 +0000
+++ texlive-bin-2016.20160513.41080.dfsg2.org/libs/teckit/Makefile.am	2017-01-08 11:17:40.994621496 +0000
@@ -22,18 +22,18 @@
 AM_CFLAGS = $(WARNING_CFLAGS)
 AM_CXXFLAGS = $(WARNING_CXXFLAGS)
 
-bin_PROGRAMS = teckit_compile
+# bin_PROGRAMS = teckit_compile
 
 noinst_LIBRARIES = libTECkit_Compiler.a libTECkit.a
 
 # teckit_compile
 #
-nodist_teckit_compile_SOURCES = \
-	@TECKIT_TREE@/source/Sample-tools/TECkit_Compile.cpp
-
-teckit_compile_LDADD = libTECkit_Compiler.a $(ZLIB_LIBS)
-
-$(teckit_compile_OBJECTS): libTECkit_Compiler.a
+# nodist_teckit_compile_SOURCES = \
+# 	@TECKIT_TREE@/source/Sample-tools/TECkit_Compile.cpp
+# 
+# teckit_compile_LDADD = libTECkit_Compiler.a $(ZLIB_LIBS)
+# 
+# $(teckit_compile_OBJECTS): libTECkit_Compiler.a
 
 # libTECkit_Compiler.a and libTECkit.a
 #
@@ -50,10 +50,10 @@
 
 ## Tests
 ##
-if build
-TESTS = teckit.test
-endif build
-teckit.log: teckit_compile$(EXEEXT)
+# if build
+# TESTS = teckit.test
+# endif build
+# teckit.log: teckit_compile$(EXEEXT)
 
 EXTRA_DIST += \
 	teckit.test \
diff -Nru texlive-bin-2016.20160513.41080.orig/libs/teckit/TECkit-src/Makefile.am texlive-bin-2016.20160513.41080.dfsg2.org/libs/teckit/TECkit-src/Makefile.am
--- texlive-bin-2016.20160513.41080.orig/libs/teckit/TECkit-src/Makefile.am	2016-02-25 06:52:46.000000000 +0000
+++ texlive-bin-2016.20160513.41080.dfsg2.org/libs/teckit/TECkit-src/Makefile.am	2017-01-08 09:45:44.591632369 +0000
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = lib bin docs test
+SUBDIRS = lib
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = teckit.pc

Reply to: