1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: ax25-tools
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Patrick Ouellette <pouelle@debian.org>,
Dave Hibberd <hibby@debian.org>,
Francois Marier <francois@debian.org>,
Section: hamradio
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: libncurses-dev,
zlib1g-dev,
libfltk1.3-dev,
libxext-dev,
libx11-dev,
libax25-dev,
libxt-dev,
libxi-dev,
libice-dev,
libsm-dev,
libgl-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/ax25-tools
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/ax25-tools.git
Homepage: https://linux-ax25.in-berlin.de/wiki/Main_Page
Package: ax25-tools
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: net-tools
Suggests: talkd,
ax25-apps,
login
Description: tools for AX.25 interface configuration
These are hamradio specific tools for setting up and configuring hamradio
ports that use AX.25 Net/ROM or ROSE network protocols.
.
This package is created separately for those who do not want to install tools
that need X to run.
Package: ax25-xtools
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: talkd,
ax25-apps,
ax25-tools
Description: tools for AX.25 interface configuration -- X11-based
These are hamradio specific tools for setting up and configuring hamradio
ports that use AX.25 Net/ROM or ROSE network protocols.
.
This package is created separately for those who want to install tools
that need X to run.
|