debian: House-keep for Lintian
Commit Message
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
---
debian/changelog | 6 +++---
debian/control | 6 +-----
2 files changed, 4 insertions(+), 8 deletions(-)
@@ -2,7 +2,7 @@ libloc (0.9.19-1) unstable; urgency=medium
[ 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
@@ -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
- * 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
@@ -47,7 +47,7 @@ libloc (0.9.19-1) unstable; urgency=medium
* 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
@@ -1,7 +1,6 @@
Source: libloc
Maintainer: Stefan Schantl <stefan.schantl@ipfire.org>
Section: net
-Priority: optional
Standards-Version: 4.6.1
Build-Depends:
debhelper-compat (= 13),
@@ -10,12 +9,11 @@ Build-Depends:
liblua5.4-dev,
libssl-dev,
libsystemd-dev,
- pkg-config,
+ pkgconf,
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
@@ -86,7 +84,6 @@ Description: ${source:Synopsis} (Python 3 bindings)
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.
@@ -94,7 +91,6 @@ Description: transitional package
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.