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
|
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
|
/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
|
linbpq (6.0.24.27-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Permissions fix for web-config-editor users
|
* Permissions fix for web-config-editor users
|
||||||
|
|
|
@ -3,7 +3,7 @@ Section: hamradio
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
||||||
Uploaders:
|
Uploaders:
|
||||||
Dave Hibberd <d@vehibberd.com>,
|
Dave Hibberd <hibby@debian.org>,
|
||||||
Standards-Version: 4.6.2.0
|
Standards-Version: 4.6.2.0
|
||||||
Vcs-Browser:
|
Vcs-Browser:
|
||||||
Vcs-Git:
|
Vcs-Git:
|
||||||
|
@ -13,6 +13,6 @@ Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: linbpq
|
Package: linbpq
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
|
||||||
Description: Packet node and ax25 stack
|
Description: Packet node and ax25 stack
|
||||||
LINBPQ is a Linux version of the BPQ32 Node, BBS and Chat Server components.
|
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
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ "$1" = configure ]; then
|
if [ "$1" = configure ]; then
|
||||||
|
|
||||||
# if ! getent group linbpq >/dev/null; 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