diff -Nru cm-super-0.3.4/debian/changelog cm-super-0.3.4/debian/changelog --- cm-super-0.3.4/debian/changelog 2019-08-06 08:26:40.000000000 +0000 +++ cm-super-0.3.4/debian/changelog 2021-11-05 22:41:34.000000000 +0000 @@ -1,3 +1,38 @@ +cm-super (0.3.4-17) unstable; urgency=medium + + * Do not try to install the removed debian/README.teTeX2. + + -- Hilmar Preusse Fri, 05 Nov 2021 23:41:34 +0100 + +cm-super (0.3.4-16) unstable; urgency=medium + + [ Hilmar Preusse ] + * Hand over some files from clean target to d/clean. + * Remove debian/README.teTeX2, I guess nobody does backports to teTeX 2. + * Lintian: + - X: maintainer-script-switches-dir-to-symlink-unsafely + - W: cm-super source: redundant-build-prerequisites tex-common, tex-common + - P: *: maintainer-script-without-set-e + - P: silent-on-rules-requiring-root + Lintian Override: + - W: national-encoding usr/share/cm-super/cm-super.t1c + - I: font-in-non-font-package & font-outside-font-dir + - I: cm-super source: debian-watch-file-is-missing + + [ Debian Janitor ] + * Use set -e rather than passing -e on the shebang-line. + * Add missing build dependency on dh addon. + * Refer to specific version of license GPL-2+. + * Remove constraints unnecessary since stretch: + + Build-Depends-Indep: Drop versioned constraint on tex-common. + + cm-super-minimal: Drop versioned constraint on cm-super in Replaces. + + Remove 3 maintscript entries from 3 files. + * Bump debhelper from old 9 to 13. + * Update standards version to 4.5.1, no changes needed. + * Remove empty maintainer scripts: None (postinst) + + -- Hilmar Preusse Fri, 05 Nov 2021 22:58:57 +0100 + cm-super (0.3.4-15) unstable; urgency=medium * Add me to list of Uploaders. diff -Nru cm-super-0.3.4/debian/clean cm-super-0.3.4/debian/clean --- cm-super-0.3.4/debian/clean 1970-01-01 00:00:00.000000000 +0000 +++ cm-super-0.3.4/debian/clean 2021-11-05 22:22:38.000000000 +0000 @@ -0,0 +1,6 @@ +build-stamp +install-stamp +install-stamp-cmsuper +install-stamp-cmsuper-minimal +install-stamp-cmsuperx11 +cm-super.t1c diff -Nru cm-super-0.3.4/debian/cm-super.maintscript cm-super-0.3.4/debian/cm-super.maintscript --- cm-super-0.3.4/debian/cm-super.maintscript 2019-07-05 11:10:12.000000000 +0000 +++ cm-super-0.3.4/debian/cm-super.maintscript 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -rm_conffile /etc/texmf/updmap.d/50cm-super.cfg 0.3.4-4 diff -Nru cm-super-0.3.4/debian/cm-super-minimal.maintscript cm-super-0.3.4/debian/cm-super-minimal.maintscript --- cm-super-0.3.4/debian/cm-super-minimal.maintscript 2019-07-05 11:10:12.000000000 +0000 +++ cm-super-0.3.4/debian/cm-super-minimal.maintscript 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -rm_conffile /etc/texmf/updmap.d/50cm-super-minimal.cfg 0.3.4-4 diff -Nru cm-super-0.3.4/debian/cm-super-minimal.override cm-super-0.3.4/debian/cm-super-minimal.override --- cm-super-0.3.4/debian/cm-super-minimal.override 2019-07-05 11:10:12.000000000 +0000 +++ cm-super-0.3.4/debian/cm-super-minimal.override 2021-11-05 22:22:38.000000000 +0000 @@ -1,3 +1,5 @@ +cm-super-minimal: font-in-non-font-package +cm-super-minimal: font-outside-font-dir cm-super-minimal: license-problem-font-adobe-copyrighted-fragment-no-credit usr/share/texmf/fonts/type1/public/cm-super/sfbbx10.pfb cm-super-minimal: license-problem-font-adobe-copyrighted-fragment-no-credit usr/share/texmf/fonts/type1/public/cm-super/sfbi1000.pfb cm-super-minimal: license-problem-font-adobe-copyrighted-fragment-no-credit usr/share/texmf/fonts/type1/public/cm-super/sfbl1000.pfb diff -Nru cm-super-0.3.4/debian/cm-super.override cm-super-0.3.4/debian/cm-super.override --- cm-super-0.3.4/debian/cm-super.override 2019-07-05 11:10:12.000000000 +0000 +++ cm-super-0.3.4/debian/cm-super.override 2021-11-05 22:22:38.000000000 +0000 @@ -1,3 +1,6 @@ +cm-super: national-encoding usr/share/cm-super/cm-super.t1c +cm-super: font-in-non-font-package +cm-super: font-outside-font-dir cm-super: md5sum-mismatch usr/share/texmf/fonts/type1/public/cm-super/sfit0900.pfb cm-super: md5sum-mismatch usr/share/texmf/fonts/type1/public/cm-super/sfbso8.pfb cm-super: md5sum-mismatch usr/share/texmf/fonts/type1/public/cm-super/sfst1200.pfb diff -Nru cm-super-0.3.4/debian/cm-super.postinst cm-super-0.3.4/debian/cm-super.postinst --- cm-super-0.3.4/debian/cm-super.postinst 2019-07-05 11:10:12.000000000 +0000 +++ cm-super-0.3.4/debian/cm-super.postinst 2021-11-05 22:22:38.000000000 +0000 @@ -1,16 +1,10 @@ -#!/bin/sh -e +#!/bin/sh + +set -e # Extract the .pfb files case "$1" in configure) - # remove /usr/share/doc/cm-super directory and make it a link - if ! [ -L /usr/share/doc/cm-super ] ; then - # it should not contain anything by now ... - if [ -d usr/share/doc/cm-super ] ; then - rmdir /usr/share/doc/cm-super - ln -s cm-super-minimal /usr/share/doc/cm-super - fi - fi cd /usr/share/texmf/fonts/type1/public/cm-super tempfile=`mktemp -p /tmp cm-super.checkrun.XXXXXXXX` echo -n "Creating fonts. This may take some time..." diff -Nru cm-super-0.3.4/debian/cm-super-x11.maintscript cm-super-0.3.4/debian/cm-super-x11.maintscript --- cm-super-0.3.4/debian/cm-super-x11.maintscript 2019-08-05 17:51:55.000000000 +0000 +++ cm-super-0.3.4/debian/cm-super-x11.maintscript 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -rm_conffile /etc/defoma/hints/cm-super-x11.hints 0.3.4-3 diff -Nru cm-super-0.3.4/debian/cm-super-x11.postinst cm-super-0.3.4/debian/cm-super-x11.postinst --- cm-super-0.3.4/debian/cm-super-x11.postinst 2019-08-05 12:39:09.000000000 +0000 +++ cm-super-0.3.4/debian/cm-super-x11.postinst 2021-11-05 22:22:38.000000000 +0000 @@ -1,15 +1,9 @@ -#!/bin/sh -e +#!/bin/sh + +set -e case "$1" in configure) - # remove /usr/share/doc/cm-super-x11 directory and make it a link - if ! [ -L /usr/share/doc/cm-super-x11 ] ; then - if [ -d /usr/share/doc/cm-super-x11 ] ; then - # it should not contain anything by now ... - rmdir /usr/share/doc/cm-super-x11 - ln -s cm-super-minimal /usr/share/doc/cm-super-x11 - fi - fi ;; abort-upgrade|abort-remove|abort-deconfigure) diff -Nru cm-super-0.3.4/debian/cm-super-x11.preinst cm-super-0.3.4/debian/cm-super-x11.preinst --- cm-super-0.3.4/debian/cm-super-x11.preinst 2019-08-05 12:39:35.000000000 +0000 +++ cm-super-0.3.4/debian/cm-super-x11.preinst 2021-11-05 22:22:38.000000000 +0000 @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e if [ $# -eq 2 ] && ( [ "$1" = "install" ] || [ "$1" = "upgrade" ] ); then if [ "$2" = 0.3.3-4 ]; then diff -Nru cm-super-0.3.4/debian/compat cm-super-0.3.4/debian/compat --- cm-super-0.3.4/debian/compat 2019-07-05 11:10:12.000000000 +0000 +++ cm-super-0.3.4/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru cm-super-0.3.4/debian/control cm-super-0.3.4/debian/control --- cm-super-0.3.4/debian/control 2019-08-05 19:57:29.000000000 +0000 +++ cm-super-0.3.4/debian/control 2021-11-05 22:22:38.000000000 +0000 @@ -1,12 +1,13 @@ Source: cm-super Section: fonts Priority: optional -Build-Depends: debhelper (>= 9) -Build-Depends-Indep: tex-common (>= 4.01), pfb2t1c2pfb +Build-Depends: debhelper-compat (= 13), tex-common +Build-Depends-Indep: pfb2t1c2pfb Maintainer: Debian TeX maintainers Uploaders: Norbert Preining , Hilmar Preusse -Standards-Version: 4.4.0 +Standards-Version: 4.5.1 +Rules-Requires-Root: binary-targets Vcs-Git: https://github.com/debian-tex/cm-super.git Vcs-Browser: https://github.com/debian-tex/cm-super Homepage: https://ctan.org/tex-archive/fonts/ps-type1/cm-super @@ -14,7 +15,6 @@ Package: cm-super-minimal Architecture: all Depends: ${misc:Depends}, texlive-latex-recommended -Replaces: cm-super (<< 0.3.3-6) Description: TeX font package (minimal version) with CM/EC in Type1 in T1, T2*, TS1, X2 enc This package ships the 10pt version of the various fonts. For the full set please install cm-super. diff -Nru cm-super-0.3.4/debian/copyright cm-super-0.3.4/debian/copyright --- cm-super-0.3.4/debian/copyright 2019-08-05 19:48:36.000000000 +0000 +++ cm-super-0.3.4/debian/copyright 2021-11-05 22:22:38.000000000 +0000 @@ -23,7 +23,7 @@ GNU General Public License for more details. . You should have received a copy of the GNU General Public License with - the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . diff -Nru cm-super-0.3.4/debian/postinst cm-super-0.3.4/debian/postinst --- cm-super-0.3.4/debian/postinst 2019-07-05 11:10:12.000000000 +0000 +++ cm-super-0.3.4/debian/postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -#!/bin/sh -e -# postinst for cm-super-minimal - -#DEBHELPER# - -exit 0 diff -Nru cm-super-0.3.4/debian/README.teTeX2 cm-super-0.3.4/debian/README.teTeX2 --- cm-super-0.3.4/debian/README.teTeX2 2019-07-05 11:10:12.000000000 +0000 +++ cm-super-0.3.4/debian/README.teTeX2 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -README for using cm-super fonts with teTeX 2, ie for backporters ----------------------------------------------------------------- - -The location of the encoding files has changed between teTeX 2 and teTeX 3 -and in teTeX 2 the encoding files are currently not found. - -If you want to backport this package to teTeX 2, please either link or -move the encoding files - FROM /etc/texmf/fonts/enc/dvips/cm-super/ - TO /etc/texmf/dvips/cm-super/ -and the map files - FROM /etc/texmf/fonts/map/dvips/cm-super/ - TO /etc/texmf/dvips/cm-super/ -Later on these files will move to TEXMFMAIN=/usr/share/texmf. - -Better would be to use the backport of teTeX3 together with a straight -forward backport of this package. - -Norbert Preining - diff -Nru cm-super-0.3.4/debian/rules cm-super-0.3.4/debian/rules --- cm-super-0.3.4/debian/rules 2019-08-05 16:05:02.000000000 +0000 +++ cm-super-0.3.4/debian/rules 2021-11-05 22:41:24.000000000 +0000 @@ -70,14 +70,8 @@ clean: debian/control dh_testdir dh_testroot - -rm -f build-stamp - -rm -f install-stamp - -rm -f install-stamp-cmsuper - -rm -f install-stamp-cmsuper-minimal - -rm -f install-stamp-cmsuperx11 -(cd dvips ; rm -f $(MINFILES) $(EXTFILES) tmp* ) -rm -f debian/$(x11package).links debian/$(package).links - -rm -f cm-super.t1c dh_clean install: install-stamp @@ -155,7 +149,7 @@ binary-indep: build install dh_testdir dh_testroot - dh_installdocs -p $(minpackage) FAQ README TODO debian/README.teTeX2 + dh_installdocs -p $(minpackage) FAQ README TODO dh_installchangelogs -p $(minpackage) ChangeLog dh_link -p $(package) usr/share/doc/$(minpackage) usr/share/doc/$(package) dh_link -p $(x11package) usr/share/doc/$(minpackage) usr/share/doc/$(x11package) diff -Nru cm-super-0.3.4/debian/source/lintian-overrides cm-super-0.3.4/debian/source/lintian-overrides --- cm-super-0.3.4/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ cm-super-0.3.4/debian/source/lintian-overrides 2021-11-05 22:22:38.000000000 +0000 @@ -0,0 +1 @@ +cm-super source: debian-watch-file-is-missing