]> git.ipfire.org Git - location/libloc.git/commitdiff
debian: Housekeep location.install and changelog
authorValters Jansons <valter.jansons@gmail.com>
Wed, 12 Jul 2023 18:57:00 +0000 (21:57 +0300)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Jul 2023 09:25:50 +0000 (09:25 +0000)
In order to run `debuild` for an easy Debian package locally, the
debian/*.install files must list all build results. For version 0.9.16
there is a new pre-built database.db file that belongs with `location`
package, and the `man8` pages have been moved to `man1`.

Additionally, the changelog is added for version 0.9.16 as to maintain
the centralized reference (inside this upstream repository). The
author/timestamp is based on the 0.9.16 tag metadata tracked in Git.

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

index 87699a3d180c16d9fb76649c75e438864344163e..eff5c1d5922ded8c0e47ae6bf8e52a7dec5ca69a 100644 (file)
@@ -1,3 +1,33 @@
+libloc (0.9.16-1) unstable; urgency=medium
+
+  [ Peter Müller ]
+  * location-importer.in: Conduct sanity checks per DROP list
+  * location-importer.in: Add new Amazon region codes
+
+  [ Michael Tremer ]
+  * importer: Fix potential SQL command injection
+  * configure: Fix incorrect database path
+  * python: Export __version__ in location module
+  * writer: Add an empty string to the stringpool
+  * export: Fix generating file names for ipset output
+  * database: Ship a recent default database
+  * tests: Drop the test database and use the distributed one
+  * database: Correct error code on verification
+  * writer: Fix typo in signature variable
+  * writer: Assign correct file descriptor for private keys
+  * database: Fix check if a signature is set
+  * configure: Drop superfluous bracket
+  * configure: Bump version to 0.9.16
+
+  [ Petr Písař ]
+  * Move location manual from section 8 to section 1
+  * Remove shebangs from Python modules
+  * Move location manual from section 8 to section 1 in location-
+    update.service
+  * Install Perl files to Perl vendor directory
+
+ -- Michael Tremer <michael.tremer@ipfire.org>  Sat, 29 Oct 2022 13:25:36 +0000
+
 libloc (0.9.15-1) unstable; urgency=medium
 
   [ Peter Müller ]
index f9cb8947cc32be7770c4eab6912e5b2f4eb9cb5c..cde47cd6bb744e9ed08c549e6c9347cd5cd3f9c5 100644 (file)
@@ -1,4 +1,5 @@
 usr/bin
+var/lib/location/database.db
 var/lib/location/signing-key.pem
 lib/systemd/system
-usr/share/man/man8
+usr/share/man/man1