summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-06-12 15:14:00 +0000
committerNorbert Preining <preining@logic.at>2009-06-12 15:14:00 +0000
commitfd892ee03c4703e995221797b257d65380876db3 (patch)
tree3fe39080c0f5a5613e1c3c97af962cda30198bd8 /Master/tlpkg/bin
parent3a7b4ae33d8676a35278bade6d523c03c630a6a5 (diff)
correct computation of revision number of packages after bin package split
we always counted in the bin files for the main package, too. git-svn-id: svn://tug.org/texlive/trunk@13726 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb
index f664c5e656a..370aa0bbc9f 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -113,10 +113,13 @@ sub main
# since that might be much smaller, and we don't want to
# update every package only because one binary for one arch
# was changed
- $binobj->revision (0);
$binobj->recompute_revision ($tltree, $tltree->file_svn_lastrevision("tlpkg/tlpsrc/$f"));
$tldb->add_tlpobj ($binobj);
}
+ # we have to recompute the revision of the package itself
+ # since the binfiles have been removed and that might lower the
+ # revision number
+ $tlp->recompute_revision ($tltree, $tltree->file_svn_lastrevision("tlpkg/tlpsrc/$f"));
}
}
if ($tlp->name eq "00texlive.config") {