diff options
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 11 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc | 1 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm index caf374d9f92..9158e6371b7 100755 --- a/Master/tlpkg/bin/tlprm +++ b/Master/tlpkg/bin/tlprm @@ -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 @@ sub main { 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 @@ sub main { `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? diff --git a/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc b/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc index d25210a20f4..2c58de01e34 100644 --- a/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc +++ b/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc @@ -1,6 +1,5 @@ category TLCore depend glyphlist -depend dvipdfmx-def # postaction script file=tlpkg/tlpostcode/dvipdfmx.pl # |