diff -Nru fonts-arphic-gkai00mp-2.11/debian/changelog fonts-arphic-gkai00mp-2.11/debian/changelog --- fonts-arphic-gkai00mp-2.11/debian/changelog 2016-01-03 07:45:49.000000000 +0000 +++ fonts-arphic-gkai00mp-2.11/debian/changelog 2020-07-18 02:37:11.000000000 +0000 @@ -1,3 +1,20 @@ +fonts-arphic-gkai00mp (2.11-16) unstable; urgency=medium + + * debian/control + - Remove Christian Perrier from Uploaders + (Closes: #927599) + - set Vcs-* to point salsa.debian.org + - set Standards-Version: 4.5.0 + - add Rules-Requires-Root: no + - use dh13 + - drop Breaks and Replaces for ttf-arphic-gkai00mp, it was 2011 for + "squeeze" release, can be removed safely. + * drop preinst script and Pre-Depends setting for defoma + * debian/rules: use default compression + * add debian/salsa-ci.yml + + -- Hideki Yamane Sat, 18 Jul 2020 11:37:11 +0900 + fonts-arphic-gkai00mp (2.11-15) unstable; urgency=medium * fix regression in debian/preinst diff -Nru fonts-arphic-gkai00mp-2.11/debian/compat fonts-arphic-gkai00mp-2.11/debian/compat --- fonts-arphic-gkai00mp-2.11/debian/compat 2016-01-03 07:45:49.000000000 +0000 +++ fonts-arphic-gkai00mp-2.11/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru fonts-arphic-gkai00mp-2.11/debian/control fonts-arphic-gkai00mp-2.11/debian/control --- fonts-arphic-gkai00mp-2.11/debian/control 2016-01-03 07:45:49.000000000 +0000 +++ fonts-arphic-gkai00mp-2.11/debian/control 2020-07-18 02:37:11.000000000 +0000 @@ -2,20 +2,18 @@ Section: fonts Priority: optional Maintainer: Debian Fonts Task Force -Uploaders: Christian Perrier , Hideki Yamane -Build-Depends: debhelper (>= 9.20120518~) -Standards-Version: 3.9.6 +Uploaders: Hideki Yamane +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.0 Homepage: http://www.arphic.com.tw/ -Vcs-Git: https://anonscm.debian.org/git/pkg-fonts/fonts-arphic-gkai00mp.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fonts/fonts-arphic-gkai00mp.git/ +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-arphic-gkai00mp.git +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-arphic-gkai00mp +Rules-Requires-Root: no Package: fonts-arphic-gkai00mp Architecture: all Multi-Arch: foreign -Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} Depends: ${misc:Depends} -Breaks: ttf-arphic-gkai00mp (<< 2.11-10) -Replaces: ttf-arphic-gkai00mp (<< 2.11-10) Description: "AR PL KaitiM GB" Chinese TrueType font by Arphic Technology "AR PL KaitiM GB" is a high-quality Chinese TrueType font (gkai00mp.ttf) generously provided by Arphic Technology to the Free diff -Nru fonts-arphic-gkai00mp-2.11/debian/preinst fonts-arphic-gkai00mp-2.11/debian/preinst --- fonts-arphic-gkai00mp-2.11/debian/preinst 2016-01-03 07:45:49.000000000 +0000 +++ fonts-arphic-gkai00mp-2.11/debian/preinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -#!/bin/sh - -set -e - -VERSION=2.11-8 -PKG=ttf-arphic-gkai00mp -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/.* //; s/newconffile//;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 -} - -pathfind() { - OLDIFS="$IFS" - IFS=: - for p in $PATH; do - if [ -x "$p/$*" ]; then - IFS="$OLDIFS" - return 0 - fi - done - IFS="$OLDIFS" - return 1 -} - -case "$1" in -install|upgrade) - if dpkg --compare-versions "$2" lt-nl "$VERSION"; then - if [ -f $FILE ]; then - if `pathfind defoma-font`; then - defoma-font purge-all $FILE || true - fi - fi - rm_conffile $PKG $FILE - fi -esac - -#DEBHELPER# diff -Nru fonts-arphic-gkai00mp-2.11/debian/rules fonts-arphic-gkai00mp-2.11/debian/rules --- fonts-arphic-gkai00mp-2.11/debian/rules 2016-01-03 07:45:49.000000000 +0000 +++ fonts-arphic-gkai00mp-2.11/debian/rules 2020-07-18 02:37:11.000000000 +0000 @@ -1,6 +1,3 @@ #!/usr/bin/make -f %: dh $@ - -override_dh_builddeb: - dh_builddeb -- -Zxz -Sextreme -z9 diff -Nru fonts-arphic-gkai00mp-2.11/debian/salsa-ci.yml fonts-arphic-gkai00mp-2.11/debian/salsa-ci.yml --- fonts-arphic-gkai00mp-2.11/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ fonts-arphic-gkai00mp-2.11/debian/salsa-ci.yml 2020-07-18 02:37:11.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