diff -Nru fonts-century-catalogue-001.001/debian/changelog fonts-century-catalogue-001.001/debian/changelog --- fonts-century-catalogue-001.001/debian/changelog 2013-05-03 14:25:39.000000000 +0000 +++ fonts-century-catalogue-001.001/debian/changelog 2020-08-12 11:24:19.000000000 +0000 @@ -1,3 +1,24 @@ +fonts-century-catalogue (001.001-7) unstable; urgency=medium + + * debian/control + - Update Maintainer address + - Remove Christian Perrier from Uploaders (Closes: #927661) + - Use dh13 + - Set Standards-Version: 4.5.0 + - Use https for Homepage: + - Update Vcs-* to point salsa.debian.org + - Add Rules-Requires-Root: no + - Remove obsolete dependencies to ttf-century-catalogue + * debian/preinst + - Remove obsolete defoma script + * debian/rules + - Use default compression + * Add debian/salsa-ci.yml + * debian/docs + - Remove non-exist files + + -- Hideki Yamane Wed, 12 Aug 2020 20:24:19 +0900 + fonts-century-catalogue (001.001-6) unstable; urgency=low * Add "Multi-Arch: foreign" field diff -Nru fonts-century-catalogue-001.001/debian/compat fonts-century-catalogue-001.001/debian/compat --- fonts-century-catalogue-001.001/debian/compat 2013-04-29 06:00:14.000000000 +0000 +++ fonts-century-catalogue-001.001/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -7 diff -Nru fonts-century-catalogue-001.001/debian/control fonts-century-catalogue-001.001/debian/control --- fonts-century-catalogue-001.001/debian/control 2013-05-03 14:22:31.000000000 +0000 +++ fonts-century-catalogue-001.001/debian/control 2020-08-12 11:24:19.000000000 +0000 @@ -1,21 +1,23 @@ Source: fonts-century-catalogue Section: fonts Priority: optional -Maintainer: Debian Fonts Task Force -Uploaders: Nicolas Spalinger , Daniel Glassey , Christian Perrier -Build-Depends: debhelper (>= 7.0.50~), fontforge-nox | fontforge -Standards-Version: 3.9.4 -Homepage: http://www.levien.com/type/myfonts/ofl.html -Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-century-catalogue.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-century-catalogue.git;a=summary +Maintainer: Debian Fonts Task Force +Uploaders: Nicolas Spalinger , + Daniel Glassey , + Hideki Yamane , +Build-Depends: debhelper-compat (= 13), + fontforge-nox | fontforge, +Standards-Version: 4.5.0 +Homepage: https://www.levien.com/type/myfonts/ofl.html +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-century-catalogue.git +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-century-catalogue +Rules-Requires-Root: no Package: fonts-century-catalogue Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} -Replaces: ttf-century-catalogue (<< 001.001-5) -Breaks: ttf-century-catalogue (<< 001.001-5) Description: century-style font revival This font is currently the closest to release, with a decent glyph complement. It's a straightforward revival of a somewhat forgotten, but handsome and diff -Nru fonts-century-catalogue-001.001/debian/docs fonts-century-catalogue-001.001/debian/docs --- fonts-century-catalogue-001.001/debian/docs 2013-04-29 06:00:14.000000000 +0000 +++ fonts-century-catalogue-001.001/debian/docs 2020-08-12 11:24:19.000000000 +0000 @@ -1,3 +1 @@ -*.txt -*.png -*.pdf +OFL-FAQ.txt diff -Nru fonts-century-catalogue-001.001/debian/preinst fonts-century-catalogue-001.001/debian/preinst --- fonts-century-catalogue-001.001/debian/preinst 2013-04-29 06:00:14.000000000 +0000 +++ fonts-century-catalogue-001.001/debian/preinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -#!/bin/sh - -set -e - -VERSION=001.001-2 -PKG=ttf-century-catalogue -FILE=/etc/defoma/hints/${PKG}.hints - -# Remove a no-longer used conffile -rm_conffile() { - local PKGNAME="$1" - local CONFFILE="$2" - [ -e "$CONFFILE" ] || return 0 - - local md5sum="$(md5sum $CONFFILE | sed -e 's/ .*//')" - local old_md5sum="$(dpkg-query -W -f='${Conffiles}' $PKGNAME | \ - sed -n -e "\' $CONFFILE ' { s/ obsolete$//; s/.* //; p }")" - if [ "$md5sum" != "$old_md5sum" ]; then - echo "Obsolete conffile $CONFFILE has been modified by you." - echo "Saving as $CONFFILE.dpkg-bak ..." - mv -f "$CONFFILE" "$CONFFILE".dpkg-bak - else - echo "Removing obsolete conffile $CONFFILE ..." - rm -f "$CONFFILE" - fi -} - -case "$1" in -install|upgrade) - if dpkg --compare-versions "$2" lt-nl "$VERSION"; then - if [ -f $FILE ]; then - if [ -x /usr/bin/defoma-font ]; then - defoma-font purge-all $FILE || true - fi - fi - rm_conffile $PKG $FILE - fi -esac - -#DEBHELPER# diff -Nru fonts-century-catalogue-001.001/debian/rules fonts-century-catalogue-001.001/debian/rules --- fonts-century-catalogue-001.001/debian/rules 2013-04-29 06:00:14.000000000 +0000 +++ fonts-century-catalogue-001.001/debian/rules 2020-08-12 11:24:19.000000000 +0000 @@ -7,6 +7,3 @@ chmod u+x debian/scripts/ConvertFont.ff debian/scripts/convertfonts.sh dh_install - -override_dh_builddeb: - dh_builddeb -- -Zxz -Sextreme -z9 diff -Nru fonts-century-catalogue-001.001/debian/salsa-ci.yml fonts-century-catalogue-001.001/debian/salsa-ci.yml --- fonts-century-catalogue-001.001/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ fonts-century-catalogue-001.001/debian/salsa-ci.yml 2020-08-12 11:24:19.000000000 +0000 @@ -0,0 +1,8 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + SALSA_CI_DISABLE_BLHC: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1