Run of lintian-fixes for libmspack
Try this locally (using the lintian-brush package):
debcheckout libmspack
cd libmspack
lintian-brush
Merge these changes:
git pull https://janitor.debian.net/git/libmspack lintian-fixes/main
Summary
- Trim trailing whitespace. (file-contains-trailing-whitespace)
- Move source package lintian overrides to debian/source. (package-uses-deprecated-source-override-location)
- Bump debhelper from old 11 to 12. (package-uses-old-debhelper-compat-version)
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2019-03-05 10:03:38 +0000
+++ b/debian/changelog 2019-12-16 01:41:28 +0000
@@ -1,3 +1,12 @@
+libmspack (0.10.1-2) UNRELEASED; urgency=medium
+
+ * Trim trailing whitespace.
+ * Move source package lintian overrides to debian/source.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk> Mon, 16 Dec 2019 01:40:19 +0000
+
libmspack (0.10.1-1) unstable; urgency=medium
* New upstream release:
=== removed file 'debian/compat'
--- a/debian/compat 2018-04-12 09:55:34 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-11
=== modified file 'debian/control'
--- a/debian/control 2018-11-06 05:01:36 +0000
+++ b/debian/control 2019-12-16 01:41:28 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Standards-Version: 4.2.1
-Build-Depends: dpkg-dev (>= 1.16.1.1), debhelper (>= 11)
+Build-Depends: dpkg-dev (>= 1.16.1.1), debhelper-compat (= 12)
Build-Depends-indep: doxygen, graphviz
Vcs-Browser: https://salsa.debian.org/debian/libmspack
Vcs-Git: https://salsa.debian.org/debian/libmspack.git
@@ -48,4 +48,3 @@
Microsoft Help (.HLP), COMPRESS.EXE [KWAJ], Microsoft Cabinet (.CAB),
HTML Help (.CHM), Microsoft eBook (.LIT), Windows Imaging Format (.WIM),
Exchange Offline Address Book (.LZX).
-
=== modified file 'debian/rules'
--- a/debian/rules 2018-11-06 13:35:47 +0000
+++ b/debian/rules 2019-12-16 01:40:28 +0000
@@ -19,4 +19,3 @@
override_dh_strip:
dh_strip --dbgsym-migration='libmspack-dbg (<< 0.6-1~)'
-
=== renamed file 'debian/source.lintian-overrides' => 'debian/source/lintian-overrides'
Publish History
- 2020-01-12T20:21: Merge proposal updated (Succesfully updated)
- 2019-12-16T03:11: Merge proposal updated (Success)