Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTAN issues #816

Closed
hmenke opened this issue Jan 8, 2020 · 0 comments
Closed

CTAN issues #816

hmenke opened this issue Jan 8, 2020 · 0 comments

Comments

@hmenke
Copy link
Member

hmenke commented Jan 8, 2020

Brief outline of the bug

When submitting the hotfix 3.1.5b to CTAN a couple of issues were detected.

Issues

(copied from the CTAN email)

  1. You named the TDS zip archive pgf_3.1.5b.tds.zip. Should be just pgf.tds.zip

  2. pgf/doc/version-for-dvisvgm/en/color.cfg is an empty file.

    Is there a chance to add a comment or something like this to make it non-empty?

  3. http://pgf-tikz.github.io/pgf/tlnet in pgf/README is a stale link.

  4. Then in the TDS zip archive the same doc/generic/pgf/version-for-dvisvgm/en/color.cfg empty file

  5. When you are at it the copyright statements still say 2019.
    Example: % Copyright 2019 by Henri Menke

hmenke added a commit to hmenke/pgf that referenced this issue Jan 16, 2020
Copyrights were updated automatically by querying the last time the file
was touched in the Git repo and replacing the notice accordingly.

for file in $(git ls-files); do
    year="$(git log -1 --pretty="format:%cI" -- "${file}" | cut -d'-' -f 1)"
    sed -i "s/^% Copyright\(.*\)20[0-9][0-9]/% Copyright\1${year}/" "${file}"
done
hmenke added a commit to hmenke/pgf that referenced this issue Jan 19, 2020
Copyrights were updated automatically by querying the last time the file
was touched in the Git repo and replacing the notice accordingly.

for file in $(git ls-files); do
    year="$(git log -1 --pretty="format:%cI" -- "${file}" | cut -d'-' -f 1)"
    sed -i "s/^% Copyright\(.*\)20[0-9][0-9]/% Copyright\1${year}/" "${file}"
done
@hmenke hmenke closed this as completed Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant