texlive[41623] Master/tlpkg: remove dvipdfmx-def dependency

commits+karl at tug.org commits+karl at tug.org
Mon Jul 4 19:43:24 CEST 2016


Revision: 41623
          http://tug.org/svn/texlive?view=revision&revision=41623
Author:   karl
Date:     2016-07-04 19:43:24 +0200 (Mon, 04 Jul 2016)
Log Message:
-----------
remove dvipdfmx-def dependency

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlprm
    trunk/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc

Modified: trunk/Master/tlpkg/bin/tlprm
===================================================================
--- trunk/Master/tlpkg/bin/tlprm	2016-07-04 17:37:03 UTC (rev 41622)
+++ trunk/Master/tlpkg/bin/tlprm	2016-07-04 17:43:24 UTC (rev 41623)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # $Id$
-# Copyright 2007, 2008, 2009, 2010, 2011 Karl Berry.
+# Copyright 2007-2016 Karl Berry.
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 # 
@@ -78,9 +78,9 @@
     print "if license in Catalogue is free, and package isn't, "
           . "tell ctan\@dante.de\n";
 
-    # show with line numbers for next-error.
+    # remove dependencies from tlpsrc; show with line numbers for next-error.
     my $tsrc = "$Master/tlpkg/tlpsrc";
-    my @lines = `grep -n 'depend.* $f\$' $tsrc/collection-* $tsrc/scheme-*`;
+    my @lines = `grep -n 'depend.* $f\$' $tsrc/*`;
     print "first edit collections:\n", @lines if @lines;
     
     # but just file names for commit list.
@@ -95,11 +95,12 @@
       `echo $check_script >>$commit_file`;
     }
 
-    # e.g., insert a die.
+    # e.g., insert a die.  The ideal would be to find the nearest
+    # alphabetically to the package name.
     print "$Master/tlpkg/libexec/ctan2tds:500: no resurrection\n";
     `echo $Master/tlpkg/libexec/ctan2tds >>$commit_file`;
 
-    print "then:\nsvn remove `cat $rm_file`\n";
+    print "\nsvn remove `cat $rm_file`\n";
     print "svn commit -m'rm $f, REASON' `cat $commit_file`\n";
 
     if (1) {  # maybe only if debugging?

Modified: trunk/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc	2016-07-04 17:37:03 UTC (rev 41622)
+++ trunk/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc	2016-07-04 17:43:24 UTC (rev 41623)
@@ -1,6 +1,5 @@
 category TLCore
 depend glyphlist
-depend dvipdfmx-def
 #
 postaction script file=tlpkg/tlpostcode/dvipdfmx.pl
 #



More information about the tex-live-commits mailing list