diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-01-29 18:15:55 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-01-29 18:15:55 +0000 |
commit | ce29fd6f30e02fb5caf9e0a6ee409f387dbd1220 (patch) | |
tree | 023a22ea3b6dd3fa5f4dcf81f8c42f1c4c7b9a11 /debian_package/setnet-0.3/debian/control | |
parent | 33a4c4b01bd9aacec19533add10884171b608f5b (diff) |
Deb package version 0.3release-0.3
Diffstat (limited to 'debian_package/setnet-0.3/debian/control')
-rw-r--r-- | debian_package/setnet-0.3/debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian_package/setnet-0.3/debian/control b/debian_package/setnet-0.3/debian/control new file mode 100644 index 0000000..d34b76d --- /dev/null +++ b/debian_package/setnet-0.3/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 | zsh, dhcp-client, dialog, iproute2, iw +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, yash, and zsh. + |