New upstream
This commit is contained in:
parent
2dd6d1f7bf
commit
733afdfcbc
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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]
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = configure ]; then
|
||||
|
||||
# if ! getent group linbpq >/dev/null; then
|
||||
|
|
|
@ -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]
|
Loading…
Reference in New Issue