diff -Nru xfonts-efont-unicode-0.4.2/debian/changelog xfonts-efont-unicode-0.4.2/debian/changelog --- xfonts-efont-unicode-0.4.2/debian/changelog 2017-07-16 10:02:48.000000000 +0000 +++ xfonts-efont-unicode-0.4.2/debian/changelog 2018-02-10 01:14:38.000000000 +0000 @@ -1,3 +1,22 @@ +xfonts-efont-unicode (0.4.2-11) unstable; urgency=medium + + * debian/control + - move Section: x11 + - move Vcs-* to salsa.debian.org + - set debhelper (>= 11) + - set Standards-Version: 4.1.3 + - set Multi-Arch: foreign + * debian/compat + - set 11 + * debian/copyright + - sort order to eliminate lintian warning + - update copyright year + - use https + * debian/rules + - back compression level to default + + -- Hideki Yamane Sat, 10 Feb 2018 10:14:38 +0900 + xfonts-efont-unicode (0.4.2-10) unstable; urgency=medium * debian/control diff -Nru xfonts-efont-unicode-0.4.2/debian/compat xfonts-efont-unicode-0.4.2/debian/compat --- xfonts-efont-unicode-0.4.2/debian/compat 2017-07-16 10:02:48.000000000 +0000 +++ xfonts-efont-unicode-0.4.2/debian/compat 2018-02-10 01:14:38.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru xfonts-efont-unicode-0.4.2/debian/control xfonts-efont-unicode-0.4.2/debian/control --- xfonts-efont-unicode-0.4.2/debian/control 2017-07-16 10:02:48.000000000 +0000 +++ xfonts-efont-unicode-0.4.2/debian/control 2018-02-10 01:14:38.000000000 +0000 @@ -1,18 +1,19 @@ Source: xfonts-efont-unicode -Section: fonts +Section: x11 Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Hideki Yamane -Build-Depends-Indep: debhelper (>= 10), bdfresize (>= 1.4), xfonts-utils, gawk -Standards-Version: 4.0.0 +Build-Depends-Indep: debhelper (>= 11), bdfresize (>= 1.4), xfonts-utils, gawk +Standards-Version: 4.1.3 Homepage: http://openlab.ring.gr.jp/efont/unicode/ -Vcs-Git: https://anonscm.debian.org/git/pkg-fonts/xfonts-efont-unicode.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fonts/xfonts-efont-unicode.git/ +Vcs-Git: https://salsa.debian.org/fonts-team/xfonts-efont-unicode.git +Vcs-Browser: https://salsa.debian.org/fonts-team/xfonts-efont-unicode Package: xfonts-efont-unicode Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends} +Multi-Arch: foreign Suggests: xserver Recommends: xfonts-efont-unicode-ib Description: /efont/ Unicode fonts for X which cover various scripts @@ -31,6 +32,7 @@ Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends} +Multi-Arch: foreign Suggests: xserver Recommends: xfonts-efont-unicode Description: /efont/ Unicode fonts for X (italic and bold) diff -Nru xfonts-efont-unicode-0.4.2/debian/copyright xfonts-efont-unicode-0.4.2/debian/copyright --- xfonts-efont-unicode-0.4.2/debian/copyright 2017-07-16 10:02:48.000000000 +0000 +++ xfonts-efont-unicode-0.4.2/debian/copyright 2018-02-10 01:14:38.000000000 +0000 @@ -1,8 +1,14 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: efont-unicode-bdf Upstream-Contact: /efont/ The Electronic Font Open Laboratory Source: http://openlab.jp/efont/dist/unicode-bdf/ +Files: * +Copyright: 2000-2004 /efont/ The Electronic Font Open Laboratory + 2000-2004 Kazuhiko + 2000-2001 Kenji Kano +License: BSD-3-Clause + Files: Makefile.in Copyright: 2000-2004 /efont/ The Electronic Font Open Laboratory 2000-2004 Kazuhiko @@ -14,15 +20,9 @@ Copyright: 2001 SHINYAMA Yusuke License: BSD-3-Clause -Files: * -Copyright: 2000-2004 /efont/ The Electronic Font Open Laboratory - 2000-2004 Kazuhiko - 2000-2001 Kenji Kano -License: BSD-3-Clause - Files: debian/* Copyright: 2002- Tomohiro KUBOTA - 2010-2011 Hideki Yamane + 2010-2018 Hideki Yamane License: BSD-3-Clause License: BSD-3-Clause diff -Nru xfonts-efont-unicode-0.4.2/debian/.gitlab-ci.yml xfonts-efont-unicode-0.4.2/debian/.gitlab-ci.yml --- xfonts-efont-unicode-0.4.2/debian/.gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ xfonts-efont-unicode-0.4.2/debian/.gitlab-ci.yml 2018-02-10 01:14:38.000000000 +0000 @@ -0,0 +1,8 @@ +image: debian:sid + +before_script: + - echo "deb-src http://deb.debian.org/debian sid main" >> /etc/apt/sources.list && apt update -qq && apt build-dep -y -qq xfonts-efont-unicode && apt install -y -qq dpkg-dev + +build: + script: + - dpkg-buildpackage -us -uc -A diff -Nru xfonts-efont-unicode-0.4.2/debian/rules xfonts-efont-unicode-0.4.2/debian/rules --- xfonts-efont-unicode-0.4.2/debian/rules 2017-07-16 10:02:48.000000000 +0000 +++ xfonts-efont-unicode-0.4.2/debian/rules 2018-02-10 01:14:38.000000000 +0000 @@ -12,6 +12,3 @@ -@find $(CURDIR)/tools -mindepth 1 -name "*.in" -prune -o -name ChangeLog -o \ -exec rm {} \; dh_clean - -override_dh_builddeb: - dh_builddeb -- -Zxz -Sextreme -z9