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
|
Source: opennds
Section: net
Priority: optional
Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>,
Build-Depends: debhelper-compat (= 13),
dpkg-dev (>= 1.16.1~),
libmicrohttpd-dev (>= 0.9.51),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/opennds/opennds
Vcs-Git: https://salsa.debian.org/debian-edu-pkg-team/opennds.git
Vcs-Browser: https://salsa.debian.org/debian-edu-pkg-team/opennds/
Package: opennds
Architecture: all
Depends: ${misc:Depends},
opennds-daemon (>= ${source:Version}),
Description: manage access to public internet access
openNDS controls access to a public Internet connection and offers
a simple way to open a Hotspot for wireless networks. It provides a
captive portal to inform users about the services and optionally have
them acknowledge the terms and conditions of its use.
.
This package contains all architecture independent files of openNDS.
Package: opennds-daemon
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
opennds-daemon-common (>= ${source:Version}),
Description: manage access to public internet access (service daemon)
openNDS controls access to a public Internet connection and offers
a simple way to open a Hotspot for wireless networks. It provides a
captive portal to inform users about the services and optionally have
them acknowledge the terms and conditions of its use.
.
This package contains the openNDS service daemon.
Package: opennds-daemon-common
Architecture: all
Depends: ${misc:Depends},
Description: manage access to public internet access (service helper scripts)
openNDS controls access to a public Internet connection and offers
a simple way to open a Hotspot for wireless networks. It provides a
captive portal to inform users about the services and optionally have
them acknowledge the terms and conditions of its use.
.
This package contains helper scripts for the openNDS service daemon.
|