Lintian Fixes - fontmatrix
Ready changes
Merge these changes:
git pull https://janitor.debian.net/git/fontmatrix lintian-fixes/main
Summary
- Trim trailing whitespace. (trailing-whitespace)
- Bump debhelper from old 11 to 12. (package-uses-old-debhelper-compat-version)
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
- Add missing debian/rules targets build-indep, build-arch. (debian-rules-missing-recommended-target)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2020-05-06 19:29:06 +0000
+++ b/debian/changelog 2020-08-29 19:40:20 +0000
@@ -1,3 +1,12 @@
+fontmatrix (0.9.99-3) UNRELEASED; urgency=low
+
+ * Trim trailing whitespace.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Add missing debian/rules targets build-indep, build-arch.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sat, 29 Aug 2020 19:37:41 -0000
+
fontmatrix (0.9.99-2) unstable; urgency=medium
[ Helmut Grohne ]
@@ -190,4 +199,3 @@
* Initial release (Closes: #454629).
-- Oleksandr Moskalenko <malex@debian.org> Sun, 09 Dec 2007 14:24:04 -0700
-
=== removed file 'debian/compat'
--- a/debian/compat 2020-01-10 13:58:55 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-11
=== modified file 'debian/control'
--- a/debian/control 2020-02-19 12:13:09 +0000
+++ b/debian/control 2020-08-29 19:39:32 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders: Gürkan Myczko <gurkan@phys.ethz.ch>
-Build-Depends: debhelper (>= 11), libfreetype6-dev, qtbase5-dev, cmake, libfontconfig1-dev, libicu-dev, libpuzzle-dev, libqt5webkit5-dev, libqt5svg5-dev, libqt5webkit5-dev, qtdeclarative5-dev, qttools5-dev
+Build-Depends: debhelper-compat (= 12), libfreetype6-dev, qtbase5-dev, cmake, libfontconfig1-dev, libicu-dev, libpuzzle-dev, libqt5webkit5-dev, libqt5svg5-dev, libqt5webkit5-dev, qtdeclarative5-dev, qttools5-dev
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/fonts-team/fontmatrix.git
Vcs-Browser: https://salsa.debian.org/fonts-team/fontmatrix
=== modified file 'debian/rules'
--- a/debian/rules 2020-05-06 19:29:06 +0000
+++ b/debian/rules 2020-08-29 19:40:20 +0000
@@ -34,7 +34,7 @@
build: build-stamp
-build-stamp: configure-stamp
+build-stamp: configure-stamp
dh_testdir
cd $(BUILD_DIR) && $(MAKE)
touch $@
@@ -91,4 +91,8 @@
find . -name ".svn*" -exec rm -rf {} \;
binary: binary-indep binary-arch
-.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure build-indep build-arch
+
+build-indep:
+
+build-arch: build
Debdiff
[The following lists of changes regard files as different if they have different names, permissions or owners.]
Files in second set of .debs but not in first
-rw-r--r-- root/root /usr/lib/debug/.build-id/41/27461c5715df5dd0ed416b2ef094f26bb57424.debug
Files in first set of .debs but not in second
-rw-r--r-- root/root /usr/lib/debug/.build-id/ca/a4bcbd970129097d86984a5c72bff3c4291dcd.debug
No differences were encountered between the control files of package fontmatrix
Control files of package fontmatrix-dbgsym: lines which differ (wdiff format)
Build-Ids: caa4bcbd970129097d86984a5c72bff3c4291dcd 4127461c5715df5dd0ed416b2ef094f26bb57424
Run locally
Try this locally (using the lintian-brush package):
debcheckout fontmatrix
cd fontmatrix
lintian-brush