]> git.ipfire.org Git - location/libloc.git/commitdiff
debian: House-keep for Lintian master
authorValters Jansons <valter.jansons@gmail.com>
Wed, 24 Jun 2026 18:00:13 +0000 (03:00 +0900)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Jul 2026 15:09:04 +0000 (15:09 +0000)
Lintian is reporting some small house-keeping tasks.
This commit pulls all of those in at the same time.

* W: build-depends-on-obsolete-package
  * Build-Depends: pkg-config => pkgconf
* W: spelling-error-in-changelog
  * Explicitely Explicitly
  * endianess endianness
* P: redundant-priority-optional-field
* P: redundant-rules-requires-root-no-field

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
debian/changelog
debian/control

index 9aac2325110d7dc1dee70fe3b34425611de92f9d..5e1f4ea006066ac9ab2b80553fe3c4036d1a5b45 100644 (file)
@@ -2,7 +2,7 @@ libloc (0.9.19-1) unstable; urgency=medium
 
   [ Michael Tremer ]
   * jenkins: Publish Debian packages for all supported architectures
 
   [ Michael Tremer ]
   * jenkins: Publish Debian packages for all supported architectures
-  * address: Fix endianess problem when fetching octets in IPv4
+  * address: Fix endianness problem when fetching octets in IPv4
     addresses
   * jenkins: Build for s390x again
   * jenkins: Try building for Alma Linux 9
     addresses
   * jenkins: Build for s390x again
   * jenkins: Try building for Alma Linux 9
@@ -17,7 +17,7 @@ libloc (0.9.19-1) unstable; urgency=medium
   * python: Cleanup the switch statement
   * database: Fix backtracking after no match was found at the end of
     the tree
   * python: Cleanup the switch statement
   * database: Fix backtracking after no match was found at the end of
     the tree
-  * jenkins: Explicitely install gettext/autopoint
+  * jenkins: Explicitly install gettext/autopoint
   * importer: Fix SyntaxWarning about regular expressions
   * importer: Accept ASNs larger than PostgreSQL's integer
   * po: Import the POT file and create a target to update it
   * importer: Fix SyntaxWarning about regular expressions
   * importer: Accept ASNs larger than PostgreSQL's integer
   * po: Import the POT file and create a target to update it
@@ -47,7 +47,7 @@ libloc (0.9.19-1) unstable; urgency=medium
   * tests: Ensure loc_database_lookup finds a match
 
   [ Adolf Belka ]
   * tests: Ensure loc_database_lookup finds a match
 
   [ Adolf Belka ]
-  * configure: Explicitely configure Gettext
+  * configure: Explicitly configure Gettext
 
  -- Michael Tremer <michael.tremer@ipfire.org>  Tue, 02 Jun 2026 14:38:57 +0000
 
 
  -- Michael Tremer <michael.tremer@ipfire.org>  Tue, 02 Jun 2026 14:38:57 +0000
 
index 2708136daa001ca477b95cec8177d11e1248fb99..bf3bf9e4b1b1d17764f05762bbf97fe374e67262 100644 (file)
@@ -1,7 +1,6 @@
 Source: libloc
 Maintainer: Stefan Schantl <stefan.schantl@ipfire.org>
 Section: net
 Source: libloc
 Maintainer: Stefan Schantl <stefan.schantl@ipfire.org>
 Section: net
-Priority: optional
 Standards-Version: 4.6.1
 Build-Depends:
  debhelper-compat (= 13),
 Standards-Version: 4.6.1
 Build-Depends:
  debhelper-compat (= 13),
@@ -10,12 +9,11 @@ Build-Depends:
  liblua5.4-dev,
  libssl-dev,
  libsystemd-dev,
  liblua5.4-dev,
  libssl-dev,
  libsystemd-dev,
- pkg-config,
+ pkgconf,
  python3-all-dev,
  systemd,
  xsltproc,
  docbook-xsl,
  python3-all-dev,
  systemd,
  xsltproc,
  docbook-xsl,
-Rules-Requires-Root: no
 Homepage: https://www.ipfire.org/location/
 Vcs-Git: https://salsa.debian.org/debian/libloc.git
 Vcs-Browser: https://salsa.debian.org/debian/libloc
 Homepage: https://www.ipfire.org/location/
 Vcs-Git: https://salsa.debian.org/debian/libloc.git
 Vcs-Browser: https://salsa.debian.org/debian/libloc
@@ -86,7 +84,6 @@ Description: ${source:Synopsis} (Python 3 bindings)
 Package: location-python
 Depends: python3-location, ${misc:Depends}
 Architecture: all
 Package: location-python
 Depends: python3-location, ${misc:Depends}
 Architecture: all
-Priority: optional
 Section: oldlibs
 Description: transitional package
  This is a transitional package. It can safely be removed.
 Section: oldlibs
 Description: transitional package
  This is a transitional package. It can safely be removed.
@@ -94,7 +91,6 @@ Description: transitional package
 Package: location-importer
 Depends: location, ${misc:Depends}
 Architecture: all
 Package: location-importer
 Depends: location, ${misc:Depends}
 Architecture: all
-Priority: optional
 Section: oldlibs
 Description: transitional package
  This is a transitional package. It can safely be removed.
 Section: oldlibs
 Description: transitional package
  This is a transitional package. It can safely be removed.