]> git.ipfire.org Git - location/debian/libloc-database.git/log
location/debian/libloc-database.git
2 weeks agoMerge branch 'compat-14-single-binary' into 'master' master
Valters Jansons [Fri, 10 Jul 2026 13:59:23 +0000 (13:59 +0000)] 
Merge branch 'compat-14-single-binary' into 'master'

Avoid implicit activation of single-binary addon

See merge request debian/libloc-database!8

2 weeks agoAvoid implicit activation of single-binary addon
Valters Jansons [Fri, 10 Jul 2026 13:48:12 +0000 (22:48 +0900)] 
Avoid implicit activation of single-binary addon

Historically, dh auto-install behavior depended on whether the
source was building just one package. If so, then all the files
were automatically installed as that package. However, when two
or more packages were configured, then the installable files had
to be defined explicitly. This kind of automagical helper behavior
sounded good in theory, but resulted in accidentally broken builds
when a second package was being added.

With compat 15, this behavior will not be automatically determined,
and instead, single-binary behavior will be an opt-in. And trying
to keep single-binary enabled for multiple packages will be breaking.
This will ensure maintainers can benefit from this helper, while also
adding safeguards against future breakage.

In compat 14, when dh sees a single package, it enables the legacy
behavior, and shouts a warning block to inform about this behavior
change. In our case, we already have d/*.install, so we can safely
adopt the compat 15 behavior which supports multiple packages.

For suppressing the compat 14 warning, this commit simply adds a
`--without single-binary` flag to dh. This will be removable in
compat 15, as this behavior will be the default without a warning.

2 weeks agoMerge branch 'uploaders-vj' into 'master' debian/0_20260628_0345-1
Hans-Christoph Steiner [Fri, 10 Jul 2026 11:00:12 +0000 (11:00 +0000)] 
Merge branch 'uploaders-vj' into 'master'

Add Valters Jansons as Uploader

See merge request debian/libloc-database!7

2 weeks agoAdd Valters Jansons as Uploader
Valters Jansons [Fri, 10 Jul 2026 11:00:11 +0000 (11:00 +0000)] 
Add Valters Jansons as Uploader

4 weeks agoMerge branch 'changelog/0_20260628_0345' into 'master'
Valters Jansons [Sun, 28 Jun 2026 14:19:47 +0000 (14:19 +0000)] 
Merge branch 'changelog/0_20260628_0345' into 'master'

Update d/changelog for upload

See merge request debian/libloc-database!6

4 weeks agoUpdate d/changelog for upload
Valters Jansons [Sun, 28 Jun 2026 14:09:18 +0000 (23:09 +0900)] 
Update d/changelog for upload

4 weeks agoMerge branch 'upstream' into 'master'
Valters Jansons [Sun, 28 Jun 2026 14:03:23 +0000 (14:03 +0000)] 
Merge branch 'upstream' into 'master'

Update upstream source from tag 'upstream/0_20260628_0345'

See merge request debian/libloc-database!5

4 weeks agoNew upstream version 0~20260628~0345 upstream upstream/0_20260628_0345
Valters Jansons [Sun, 28 Jun 2026 13:59:27 +0000 (22:59 +0900)] 
New upstream version 0~20260628~0345

4 weeks agoMerge branch 'lintian-202606' into 'master'
Valters Jansons [Sun, 28 Jun 2026 13:50:49 +0000 (13:50 +0000)] 
Merge branch 'lintian-202606' into 'master'

House-keep for Lintian tags

See merge request debian/libloc-database!4

4 weeks agoHouse-keep for Lintian tags
Valters Jansons [Sun, 28 Jun 2026 13:37:59 +0000 (22:37 +0900)] 
House-keep for Lintian tags

* I: older-debian-watch-file-standard 4 [debian/watch]
  d/watch now follows RFC822 similar to other d/ files.

* I: out-of-date-standards-version 4.6.1 (released 2022-05-11) (current is 4.7.4)
  Reading the changelog, we seem to be safe to mark compatibility.

* P: package-uses-old-debhelper-compat-version 13
  The latest recommended level is v14, and we do not have any breaking
  changes according to debhelper-compat-upgrade-checklist. Updating
  our debhelper references accordingly.

* P: redundant-priority-optional-field [debian/control:9]
  This key-value is redundant. "optional" is the default.
  Furthermore, Standards-Version 4.7.3: 5.6.6: Specifying the Priority
  field in source package control fields is no longer recommended
  unless the priority needs to be changed from the default.

* P: redundant-rules-requires-root-no-field [debian/control:26]
  This key-value is redundant. "no" is the default.

12 months agoMerge branch 'get-orig=source' into 'master'
Hans-Christoph Steiner [Fri, 11 Jul 2025 11:28:13 +0000 (11:28 +0000)] 
Merge branch 'get-orig=source' into 'master'

add get-orig-source target for preparing orig tarball

See merge request debian/libloc-database!3

12 months agoKeep import instructions consistent
Valters Jansons [Mon, 30 Jun 2025 16:26:09 +0000 (16:26 +0000)] 
Keep import instructions consistent

12 months agoAvoid relative member names for `tar`
Valters Jansons [Mon, 30 Jun 2025 16:17:17 +0000 (16:17 +0000)] 
Avoid relative member names for `tar`

12 months agoAvoid repacking errors in `uscan`
Valters Jansons [Mon, 30 Jun 2025 15:56:55 +0000 (15:56 +0000)] 
Avoid repacking errors in `uscan`

12 months agoUse `@echo` to avoid double `echo` line output
Valters Jansons [Mon, 30 Jun 2025 15:49:19 +0000 (15:49 +0000)] 
Use `@echo` to avoid double `echo` line output

12 months agoUse consistent regex from get-orig-source in versionmangle
Valters Jansons [Mon, 30 Jun 2025 15:42:09 +0000 (15:42 +0000)] 
Use consistent regex from get-orig-source in versionmangle

16 months agoupdate debian/changelog for upload debian/0_20250326_0345-1
Hans-Christoph Steiner [Wed, 26 Mar 2025 13:04:32 +0000 (14:04 +0100)] 
update debian/changelog for upload

16 months agoUpdate upstream source from tag 'upstream/0_20250326_0345'
Hans-Christoph Steiner [Wed, 26 Mar 2025 12:57:19 +0000 (13:57 +0100)] 
Update upstream source from tag 'upstream/0_20250326_0345'

Update to upstream version '0~20250326~0345'
with Debian dir 064a8797f05c157936af02709407a5a1ec1e90ab

16 months agoNew upstream version 0~20250326~0345 upstream/0_20250326_0345
Hans-Christoph Steiner [Wed, 26 Mar 2025 12:56:58 +0000 (13:56 +0100)] 
New upstream version 0~20250326~0345

16 months agoadd get-orig-source target for preparing orig tarball
Hans-Christoph Steiner [Wed, 26 Mar 2025 08:22:33 +0000 (09:22 +0100)] 
add get-orig-source target for preparing orig tarball

16 months agoMerge branch 'watch-date-time' into 'master'
Hans-Christoph Steiner [Wed, 26 Mar 2025 05:48:24 +0000 (05:48 +0000)] 
Merge branch 'watch-date-time' into 'master'

Update `versionmangle` to handle time in filename

See merge request debian/libloc-database!2

16 months agoUpdate `versionmangle` to handle time in filename
Valters Jansons [Mon, 17 Mar 2025 18:12:09 +0000 (20:12 +0200)] 
Update `versionmangle` to handle time in filename

Since 2024-03-19, the database files have a time component in their
filenames. Previously, versionmange handled the date component,
dropping the dashes from 2024-03-19 to 0~20240319. However, now the
time component gets added as a Debian revision, and messes the logic
up. So with this commit the versionmange transforms timestamp into
a similar upstream component, from -03:45 to ~0345.

Upstream filename 2024-03-20-03:45 now becomes 0~20240320~0345,
while retaining 2024-03-19 as 0~20240319 for backwards compatibility.

2 years agoUpdate changelog for 0~20240319 release debian/0_20240319-1
Hans-Christoph Steiner [Wed, 3 Apr 2024 09:16:39 +0000 (11:16 +0200)] 
Update changelog for 0~20240319 release

2 years agoUpdate upstream source from tag 'upstream/0_20240319'
Hans-Christoph Steiner [Wed, 3 Apr 2024 09:15:06 +0000 (11:15 +0200)] 
Update upstream source from tag 'upstream/0_20240319'

Update to upstream version '0~20240319'
with Debian dir 5f63665de19fedc6688e6ec51d3b19642915e6cd

2 years agoNew upstream version 0~20240319 upstream/0_20240319
Hans-Christoph Steiner [Wed, 3 Apr 2024 09:14:40 +0000 (11:14 +0200)] 
New upstream version 0~20240319

3 years agoUpdate changelog for 0~20221029-1 release debian/0_20221029-1
Jochen Sprickerhof [Sat, 29 Oct 2022 16:51:09 +0000 (18:51 +0200)] 
Update changelog for 0~20221029-1 release

3 years agoUpdate upstream source from tag 'upstream/0_20221029'
Jochen Sprickerhof [Sat, 29 Oct 2022 16:50:30 +0000 (18:50 +0200)] 
Update upstream source from tag 'upstream/0_20221029'

Update to upstream version '0~20221029'
with Debian dir 095784c71caa072491320b81e1cc72d619d6c257

3 years agoNew upstream version 0~20221029 upstream/0_20221029
Jochen Sprickerhof [Sat, 29 Oct 2022 16:50:09 +0000 (18:50 +0200)] 
New upstream version 0~20221029

3 years agoMerge branch 'lintian-fixes' into 'master'
Jochen Sprickerhof [Fri, 21 Oct 2022 20:20:31 +0000 (20:20 +0000)] 
Merge branch 'lintian-fixes' into 'master'

Trim trailing whitespace

See merge request debian/libloc-database!1

3 years agoTrim trailing whitespace.
Debian Janitor [Sat, 15 Oct 2022 08:44:07 +0000 (08:44 +0000)] 
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

3 years agoUpdate changelog for 0~20220926-1 release debian/0_20220926-1
Jochen Sprickerhof [Mon, 26 Sep 2022 19:11:54 +0000 (21:11 +0200)] 
Update changelog for 0~20220926-1 release

3 years agoUpdate upstream source from tag 'upstream/0_20220926'
Jochen Sprickerhof [Mon, 26 Sep 2022 16:04:23 +0000 (18:04 +0200)] 
Update upstream source from tag 'upstream/0_20220926'

Update to upstream version '0~20220926'
with Debian dir 4c971d588e9f3c9f6a34257de3fa6cd34f6f5733

3 years agoNew upstream version 0~20220926 upstream/0_20220926
Jochen Sprickerhof [Mon, 26 Sep 2022 16:04:01 +0000 (18:04 +0200)] 
New upstream version 0~20220926

3 years agoAdd MA from the MA hinter
Jochen Sprickerhof [Sat, 20 Aug 2022 21:16:28 +0000 (23:16 +0200)] 
Add MA from the MA hinter

4 years agoUpdate changelog for 0~20220722-1 release debian/0_20220722-1
Jochen Sprickerhof [Fri, 22 Jul 2022 19:20:31 +0000 (21:20 +0200)] 
Update changelog for 0~20220722-1 release

4 years agoUpdate upstream source from tag 'upstream/0_20220722'
Jochen Sprickerhof [Fri, 22 Jul 2022 19:20:14 +0000 (21:20 +0200)] 
Update upstream source from tag 'upstream/0_20220722'

Update to upstream version '0~20220722'
with Debian dir 9cabc9c15dae14500cfbe9f3443d0f0f55111237

4 years agoNew upstream version 0~20220722 upstream/0_20220722
Jochen Sprickerhof [Fri, 22 Jul 2022 19:19:54 +0000 (21:19 +0200)] 
New upstream version 0~20220722

4 years agoUpdate Maintainer/Uploaders debian/0_20220706-1
Jochen Sprickerhof [Fri, 8 Jul 2022 14:41:16 +0000 (16:41 +0200)] 
Update Maintainer/Uploaders

4 years agoImprove package description
Timo Röhling [Fri, 8 Jul 2022 12:30:48 +0000 (14:30 +0200)] 
Improve package description

4 years agoInitial debianization
Jochen Sprickerhof [Wed, 6 Jul 2022 21:47:31 +0000 (23:47 +0200)] 
Initial debianization

4 years agoNew upstream version 0~20220706 upstream/0_20220706
Jochen Sprickerhof [Wed, 6 Jul 2022 21:45:08 +0000 (23:45 +0200)] 
New upstream version 0~20220706