New upstream

This commit is contained in:
Hibby 2024-02-12 23:41:07 +00:00
parent 2dd6d1f7bf
commit 733afdfcbc
Signed by: hibby
SSH Key Fingerprint: SHA256:Y6XbnzN0FEB1R/exPF5hUbHUgE/Nn7M1uT566fxo6pE
6 changed files with 24 additions and 3 deletions

2
debian/NEWS vendored
View File

@ -1,4 +1,4 @@
linbpq (6.0.24.22-2) UNRELEASED; urgency=medium
linbpq (6.0.24.22-2) unstable; urgency=medium
This is quite a big update, with config moving from /opt/oarc/bpq/bpq32.cfg to
/etc/bpq32.cfg. The system shall do this automatically for you, however

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
linbpq (6.0.24.29-1) UNRELEASED; urgency=medium
* Upstream bump
* Added my new details
* Tidied up some packaging errors
-- Dave Hibberd <hibby@debian.org> Mon, 12 Feb 2024 23:40:43 +0000
linbpq (6.0.24.27-2) unstable; urgency=medium
* Permissions fix for web-config-editor users

4
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders:
Dave Hibberd <d@vehibberd.com>,
Dave Hibberd <hibby@debian.org>,
Standards-Version: 4.6.2.0
Vcs-Browser:
Vcs-Git:
@ -13,6 +13,6 @@ Rules-Requires-Root: no
Package: linbpq
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: Packet node and ax25 stack
LINBPQ is a Linux version of the BPQ32 Node, BBS and Chat Server components.

8
debian/lintian-overrides vendored Normal file
View File

@ -0,0 +1,8 @@
# weirdness from oarc packaging
linbpq: dir-or-file-in-opt [opt/oarc/]
linbpq: dir-or-file-in-opt [opt/oarc/bpq/]
# these are ok, just held within the program
linbpq: embedded-library libminiupnpc [usr/sbin/linbpq]
linbpq: embedded-library libpng [usr/sbin/linbpq]
# i know!
linbpq: no-manual-page [usr/sbin/linbpq]

2
debian/postinst vendored
View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
if [ "$1" = configure ]; then
# if ! getent group linbpq >/dev/null; then

View File

@ -0,0 +1,3 @@
# i don't care that much on this
linbpq source: source-contains-prebuilt-windows-binary [PG/Loop.exe]
linbpq source: source-contains-prebuilt-windows-binary [PG/PGTest.exe]