Lintian Fixes - dballe

Recent merge proposals

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 6d3cff6d..675e0bd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dballe (9.3-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 31 May 2023 00:32:33 -0000
+
 dballe (9.3-2) unstable; urgency=medium
 
   * Build-Depend on python3-dev instead of python3-all-dev (Closes: #1024255)
@@ -418,14 +424,14 @@ dballe (5.5-1) unstable; urgency=low
 
   * New upstream version
      - Fixed an issue with present but undefined values in the Fortran API
-     - Local B table change: B22042->B22043 
+     - Local B table change: B22042->B22043
      - Local B table change: removed B08001 (replaced with B08042)
        B08001 found in old generic BUFR messages will transparently be
        converted to B08042 on import.
      - Local B table change: removed B10009 GEOPOTENTIAL HEIGHT
        (redundant, since we already have B10008)
      - Lots of testing and fixes in WMO SYNOP templates import/export
-     - TEMP templates: all pressure imports now use B10004 
+     - TEMP templates: all pressure imports now use B10004
      - Local B table change: B07001->B07030
      - Autodetect ECMWF/WMO template to use if not explicitly requested
      - Imported past weather time range now is 3h or 6h depending on the
@@ -463,7 +469,7 @@ dballe (5.2-1) unstable; urgency=low
      - Reenabled generation if Python API docs
      - Handle all 2:x:x as TEMPs
      - Command line tools now properly turn exceptions into errors
-     - Ported rconvert to rpy2 
+     - Ported rconvert to rpy2
      - Fixed timeranges when importing synops
      - In fortran message API, treat levels and time ranges that are not set
        as "missing" instead of "leave as they were before"
@@ -593,7 +599,7 @@ dballe (4.0.10-1) unstable; urgency=low
        message sets
      - ship direction and ship speed flags were swapped when reading from AOF
      - Ignore CREX data when loading tables for BUFR decoding/encoding
-     - Handle negative heights in AOF aireps, somehow 
+     - Handle negative heights in AOF aireps, somehow
   * libdballe-doc is now Architecture: all.  Closes: #517607
   * Updated Standard-Version (no change required)
   * Build-Depend on ghostscript instead of gs
@@ -761,4 +767,3 @@ dballe (2.5-1) unstable; urgency=low
   * Initial upload.  Closes: bug#389776.
 
  -- Enrico Zini <enrico@debian.org>  Sat, 30 Sep 2006 17:42:22 +0200
-
diff --git a/debian/control b/debian/control
index 7a5fff24..95302fe0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
   libxapian-dev, libpopt-dev, gperf,
   gfortran | g77, g++ (>= 4:7),
   python3-dev, python3-numpy, python3-docutils
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/ARPA-SIMC/dballe
 Vcs-Git: https://github.com/ARPA-SIMC/dballe.git
 Vcs-Browser: https://github.com/ARPA-SIMC/dballe
@@ -103,7 +103,6 @@ Description: DB-ALL.e Python library for weather research
  These are the Python bindings.
 
 Package: dballe-common
-Section: misc
 Architecture: all
 Depends: ${misc:Depends}
 Description: Common data files for all DB-All.e modules
@@ -115,7 +114,6 @@ Description: Common data files for all DB-All.e modules
  descriptions.
 
 Package: dballe
-Section: misc
 Architecture: any
 Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
 Recommends: python3-dballe
diff --git a/debian/rules b/debian/rules
index 9e835fe4..a8fc5d4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python3 --without autoreconf -Smeson --parallel
+	dh $@ --with python3 --without autoreconf -Smeson
 
 override_dh_makeshlibs:
 	# For new symbols when compiled with GCC 7. See: #871272
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 00000000..12274a4b
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/ARPA-SIMC/dballe/issues
+Bug-Submit: https://github.com/ARPA-SIMC/dballe/issues/new
+Repository-Browse: https://github.com/ARPA-SIMC/dballe

Run locally

More details

Full run details

Historical runs