diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-04-29 11:24:38 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-04-29 11:24:38 +0100 |
commit | caab1f7d3027403f03fae289629b7a2c2ae733b7 (patch) | |
tree | ea9b8ae581e94c42df28fe5231ba2800ff5fe8ad /debian/control | |
parent | 3b73cc10637a5d0b0bdd8c8379894130d6a7462c (diff) |
new devuan package for experimental
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4070ca4 --- /dev/null +++ b/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: 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. + |