diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-01-05 00:15:33 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-01-05 00:15:33 +0000 |
commit | 603a72e648ced831cebd9f401fe1af2a20ccac6b (patch) | |
tree | 1bfaf384bf53c9c1a0f31c6e4df60664169d5086 /debian_package/setnet-0.2/debian/control | |
parent | 7601025d906f7a79df47f42e5009b74738d64e2e (diff) |
version 0.2 releasedrelease-0.2
Diffstat (limited to 'debian_package/setnet-0.2/debian/control')
-rw-r--r-- | debian_package/setnet-0.2/debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian_package/setnet-0.2/debian/control b/debian_package/setnet-0.2/debian/control new file mode 100644 index 0000000..fdf5de7 --- /dev/null +++ b/debian_package/setnet-0.2/debian/control @@ -0,0 +1,19 @@ +Source: setnet +Section: unknown +Priority: optional +Maintainer: Vincenzo (KatolaZ) Nicosia <katolaz@freaknet.org> +Build-Depends: debhelper (>=9) +Standards-Version: 3.9.8 +Homepage: http://kalos.mine.nu/setnet +#Vcs-Git: git://anonscm.debian.org/collab-maint/setnet.git +#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/setnet.git + +Package: setnet +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, bash | busybox | dash | ksh | mksh | posh | yash , dhcp-client, dialog, iproute2, wireless-tools +Suggests: wpasupplicant, pastebinit, net-tools, iputils-ping, bind9-host, traceroute +Description: simple shell/dialog tool to configure networks + setnet is a shell script with a dialog UI to configure ethernet + and wifi connections. It is meant to be POSIX-compliant, and has + been tested on bash, busybox, dash, ksh, mksh, posh, and yash. + |