Lintian Fixes - quadrule

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 607947c..75651a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,20 @@
+quadrule (0~20121001-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Bump debhelper from deprecated 9 to 10.
+  * Change priority extra to priority optional.
+  * Drop unnecessary dependency on dh-autoreconf.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 04 Mar 2023 21:53:47 -0000
+
 quadrule (0~20121001-2) unstable; urgency=low
 
   [ Mike Neish ]
   * Add AM_PROG_AR to configure.ac (Closes: #713337)
 
   [ Anton Gladky ]
-  * Set canonical VCS-field. 
+  * Set canonical VCS-field.
 
  -- Mike Neish <neishm@atmosp.physics.utoronto.ca>  Tue, 02 Jul 2013 13:26:53 -0400
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index cc1e16b..f8fc0c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: quadrule
-Priority: extra
+Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: Mike Neish <neishm@atmosp.physics.utoronto.ca>
-Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf
+Build-Depends: debhelper (>= 10~), autotools-dev
 Standards-Version: 3.9.4
 Section: math
 Homepage: http://people.sc.fsu.edu/~jburkardt/c_src/quadrule/quadrule.html
@@ -23,7 +23,7 @@ Description: Development files for quadrule
  generally Gauss-Legendre quadrature, but other rules offer special features,
  including the ability to handle certain weight functions, to approximate an
  integral on an infinite integration region, or to estimate the approximation
- error. 
+ error.
  .
  This package provides everything needed for compiling C programs that call
  quadrule functions.
@@ -44,4 +44,3 @@ Description: Quadrature rules and numerical integration routines
  including the ability to handle certain weight functions, to approximate an
  integral on an infinite integration region, or to estimate the approximation
  error.
- 
diff --git a/debian/copyright b/debian/copyright
index 288fc50..e73b408 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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: QUADRULE
 Source: Original upstream source is at http://people.sc.fsu.edu/~jburkardt/c_src/quadrule/quadrule.html.  A re-packaged autotools version is at http://www.atmosp.physics.utoronto.ca/~neishm/quadrule/quadrule.html.
 
diff --git a/debian/rules b/debian/rules
index bace6e8..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with autoreconf
+	dh $@

Debdiff

File lists identical (after any substitutions)

Control files of package libquadrule-dev: lines which differ (wdiff format)

  • Priority: extra optional

Control files of package libquadrule1: lines which differ (wdiff format)

  • Priority: extra optional

No differences were encountered between the control files of package libquadrule1-dbgsym

Run locally

More details

Full run details