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

[SCM] Debian packaging of texlive-nonbin) branch, master, updated. debian/all-2012.20121125-1-3-g3ce6b3b



The following commit has been merged in the master branch:
commit 3ce6b3b7b617090a46d9bdc6418ec407ffe23dce
Author: Norbert Preining <preining@debian.org>
Date:   Mon Dec 3 09:02:50 2012 +0900

    some todo items and do-all changes

diff --git a/TODO b/TODO
index 7d4a3d9..2a05306 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,19 @@
   mktexlsr/mtxrun run
 - links that are bin dir internal are currently generated via links.dist,
   but should be done somehow differently, best in upstream?
+
+- get rid of the mapping directive, it serves 4 purposes at the moment:
+  . ignoring a file: mapping;texmf[^/]*/doc/man/man5/synctex.5;;
+    should be renamed to ignore or whatever
+  . move: mapping;texmf[^/]*/doc/man/man(.*)/(.*);move;/usr/share/man/man$1/$2
+    should be anyway done in a special way, maybe with a special
+  . config-move: mapping;texmf[^/]*/xdvi/xdvi.cfg;config-move;/etc/texmf/xdvi/xdvi.cfg
+    move the 3 files: dvipdfm/config/config, xdvi/xdvi.cfg, texdoctk/texdocrc.defaults
+    to the /etc/texmf and create links from the original locations
+    could be made separately
+  . link: mapping;texmf/tex/generic/config/language.dat;link;/var/lib/texmf/tex/generic/config/language.dat
+    create links for language.{dat,def,dat.lua} from main to /var/lib/texmf
+    can be done in the .links file
+
+  then simplify the whole tpm2deb-bin code since no remapping are done anymore.
+
diff --git a/do-all b/do-all
index 38ace2c..d22e204 100644
--- a/do-all
+++ b/do-all
@@ -10,7 +10,8 @@ mkdir -p log
 mv *.log log/
 
 make packages lintian
-#make sid-tests
+make sid-overwrite
+make sid-tests
 #make testing-tests
 #make stable-tests
 

-- 
Debian packaging of texlive-nonbin)


Reply to: