* [PATCH] debian: Include bash-completion when packaging
@ 2023-07-13 17:46 Valters Jansons
0 siblings, 0 replies; only message in thread
From: Valters Jansons @ 2023-07-13 17:46 UTC (permalink / raw)
To: location
[-- Attachment #1: Type: text/plain, Size: 963 bytes --]
dh_missing for a standard `debuild` run on latest `master` commit
complains about the bash-completion file created for location package.
This file should be listed as for inclusion in location package
accordingly, so that auto-built Debian package picks it up properly.
---
Sorry about not including this in the previously provided patch.
I was looking at the 0.9.16 version and the changes that were missing
from that, and overlooked that more recent changes (after the tag)
also had changes in the output file structure.
Thank you for the continued support on the project!
debian/location.install | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/location.install b/debian/location.install
index cde47cd..deb6c4d 100644
--- a/debian/location.install
+++ b/debian/location.install
@@ -1,4 +1,5 @@
usr/bin
+usr/share/bash-completion/completions/location
var/lib/location/database.db
var/lib/location/signing-key.pem
lib/systemd/system
--
2.41.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-13 17:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13 17:46 [PATCH] debian: Include bash-completion when packaging Valters Jansons
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox