diff -Nru tex-gyre-20180621/debian/changelog tex-gyre-20180621/debian/changelog --- tex-gyre-20180621/debian/changelog 2018-08-13 05:59:58.000000000 +0000 +++ tex-gyre-20180621/debian/changelog 2019-02-28 14:58:28.000000000 +0000 @@ -1,3 +1,9 @@ +tex-gyre (20180621-3) unstable; urgency=medium + + * update VCS, my email, standards + + -- Norbert Preining Thu, 28 Feb 2019 23:58:28 +0900 + tex-gyre (20180621-2) unstable; urgency=medium * move call to dh_installxfonts below link creation (Closes: #905880) diff -Nru tex-gyre-20180621/debian/check-for-updates tex-gyre-20180621/debian/check-for-updates --- tex-gyre-20180621/debian/check-for-updates 1970-01-01 00:00:00.000000000 +0000 +++ tex-gyre-20180621/debian/check-for-updates 2019-02-28 14:58:28.000000000 +0000 @@ -0,0 +1,8 @@ +#!/bin/bash +# stupid script to check whether there are differences between the files here +# and the ones in the TL repository +# 2018 Norbert Preining, public domain +for i in $(find . -type f -a ! -path './debian/*' -a ! -path './.git/*' -a ! -path './tlpkg/*') ; do + cmp $i ~/Development/TeX/texlive.git/Master/texmf-dist/$i +done + diff -Nru tex-gyre-20180621/debian/control tex-gyre-20180621/debian/control --- tex-gyre-20180621/debian/control 2018-08-13 05:59:58.000000000 +0000 +++ tex-gyre-20180621/debian/control 2019-02-28 14:58:28.000000000 +0000 @@ -2,12 +2,12 @@ Section: tex Priority: optional Maintainer: Debian TeX maintainers -Uploaders: Norbert Preining +Uploaders: Norbert Preining Build-Depends: debhelper (>= 11) Build-Depends-Indep: tex-common (>= 6) -Standards-Version: 4.1.4 -Vcs-Git: https://salsa.debian.org/tex-team/tex-gyre.git -Vcs-Browser: https://salsa.debian.org/tex-team/tex-gyre +Standards-Version: 4.2.1 +Vcs-Git: https://github.com/debian-tex/tex-gyre.git +Vcs-Browser: https://github.com/debian-tex/tex-gyre Homepage: http://www.gust.org.pl/projects/e-foundry/tex-gyre/ Package: tex-gyre