Lintian Fixes - jnr-x86asm
Ready changes
Merge these changes:
git pull https://janitor.debian.net/git/jnr-x86asm lintian-fixes/main
Summary
- Trim trailing whitespace. (file-contains-trailing-whitespace)
- Use secure copyright file specification URI. (insecure-copyright-format-uri)
- Bump debhelper from deprecated 9 to 10. (package-uses-deprecated-debhelper-compat-version)
- Update Vcs-* headers to use salsa repository. (vcs-obsolete-in-debian-infrastructure)
- Remove unnecessary get-orig-source-target. (debian-rules-contains-unnecessary-get-orig-source-target)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2015-11-18 18:37:28 +0000
+++ b/debian/changelog 2020-06-06 04:03:03 +0000
@@ -1,3 +1,13 @@
+jnr-x86asm (1.0.2-6) UNRELEASED; urgency=low
+
+ * Trim trailing whitespace.
+ * Use secure copyright file specification URI.
+ * Bump debhelper from deprecated 9 to 10.
+ * Update Vcs-* headers to use salsa repository.
+ * Remove unnecessary get-orig-source-target.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sat, 06 Jun 2020 03:59:49 -0000
+
jnr-x86asm (1.0.2-5) unstable; urgency=medium
* Team upload.
=== modified file 'debian/compat'
--- a/debian/compat 2014-11-29 18:43:31 +0000
+++ b/debian/compat 2020-06-06 04:01:41 +0000
@@ -1,1 +1,1 @@
-9
+10
=== modified file 'debian/control'
--- a/debian/control 2015-11-18 18:37:28 +0000
+++ b/debian/control 2020-06-06 04:02:25 +0000
@@ -5,7 +5,7 @@
Uploaders: Torsten Werner <twerner@debian.org>,
tony mancill <tmancill@debian.org>,
Jakub Adam <jakub.adam@ktknet.cz>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
cdbs,
junit4,
maven-debian-helper,
@@ -13,8 +13,8 @@
default-jdk,
bnd (>= 2.1.0)
Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-x86asm.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jnr-x86asm.git
+Vcs-Git: https://salsa.debian.org/java-team/jnr-x86asm.git
+Vcs-Browser: https://salsa.debian.org/java-team/jnr-x86asm
Homepage: https://github.com/jnr/jnr-x86asm
Package: libjnr-x86asm-java
@@ -38,4 +38,3 @@
and MacOS). AsmJit has been also ported to other programming languages
including Java, Delphi and Smalltalk (although these ports are not official
part of AsmJit and was developed outside).
-
=== modified file 'debian/copyright'
--- a/debian/copyright 2015-07-07 15:38:03 +0000
+++ b/debian/copyright 2020-06-06 04:00:59 +0000
@@ -1,4 +1,4 @@
-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: jnr-x86asm
Upstream-Contact: Wayne Meissner
Source: https://github.com/jnr/jnr-x86asm
=== modified file 'debian/rules'
--- a/debian/rules 2015-11-18 18:37:28 +0000
+++ b/debian/rules 2020-06-06 04:03:03 +0000
@@ -11,6 +11,3 @@
# Generate OSGi metadata for jffi.jar
bnd wrap --properties debian/jnr-x86asm.bnd --output $(JAR).tmp $(JAR)
mv $(JAR).tmp $(JAR)
-
-get-orig-source:
- uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
Debdiff
File lists identical (after any substitutions)
No differences were encountered in the control files
Run locally
Try this locally (using the lintian-brush package):
debcheckout jnr-x86asm
cd jnr-x86asm
lintian-brush --exclude=upstream-metadata-file