diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-04 17:43:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-04 17:43:24 +0000 |
commit | 61ed26b4b609016a326ca5ef4ecec8d218a9ce6f (patch) | |
tree | fecc419c39e5746eef967e3e3ee87c64885051d5 /Master/tlpkg/bin | |
parent | ffec79e89844a8cfcce7e4d8910277d78e1398db (diff) |
remove dvipdfmx-def dependency
git-svn-id: svn://tug.org/texlive/trunk@41623 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 11 |
1 files changed, 6 insertions, 5 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? |