diff options
author | Daniel Gollub <dgollub@att.com> | 2019-11-11 15:07:38 +0100 |
---|---|---|
committer | Vyatta Package Maintainers <DL-vyatta-help@att.com> | 2019-11-13 17:08:02 +0000 |
commit | 822c8f60b72cca97fb2c86db37835a60917d1c7e (patch) | |
tree | d5593a4ed1cbb8e9709411679974355a41f0289e /debian/control | |
download | tacplusd-master.tar.gz tacplusd-master.zip |
DANOS ImportHEADdebian/1.19danos/1908master
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f44f209 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: tacplusd +Section: contrib/net +Priority: extra +Maintainer: Vyatta Package Maintainers <DL-vyatta-help@att.com> +Build-Depends: debhelper (>= 9), autoconf, automake, autotools-dev, + libsystemd-dev, libtac-dev (>= 1.3.9-0vyatta11), libglib2.0-dev, + pkg-config, cpio, dh-systemd, dh-autoreconf, cpputest, libcpputest-dev +Standards-Version: 3.9.8 + +Package: tacplusd +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, lsb-base (>= 3.0-6) +Provides: vyatta-tacplus-daemon +Replaces: vyatta-tacplus-daemon +Conflicts: vyatta-tacplus-daemon +Description: TACACS+ daemon used to forward and relay TACACS+ + requests and responses to dbus clients. + +Package: tacplusd-dbg +Architecture: any +Priority: extra +Section: contrib/debug +Depends: ${misc:Depends}, tacplusd (= ${binary:Version}) +Description: tacplusd debugging symbols + The debugging symbols for tacplusd package. |