Compare commits

..

No commits in common. "3acb91fbb98d17cdbcf870e7adbe7367b2750134" and "3959b6c328fc335475f2e9df8aaabbc9a1ca7c43" have entirely different histories.

3 changed files with 4 additions and 11 deletions

2
.gitignore vendored
View File

@ -1,3 +1 @@
control-panel-dns
/files/*
/*.deb

View File

@ -14,8 +14,3 @@ update:
clean:
rm control-panel-dns
deb:
cd debian && make
# -wit mirrors

8
debian/control vendored
View File

@ -1,9 +1,9 @@
Source: control-panel-dns
Source: go-wit-gui
Build-Depends: golang
Package: control-panel-dns
Package: go-wit-gui
Maintainer: Jeff Carr <jcarr@wit.com>
Architecture: amd64
Depends:
Recommends: libgtk-3-0
Description: a control panel for DNS and IPv6 settings
Goals: show the settings, validate & update DNS
Description: a abstraction layer for Go visual elements (GTK, QT, etc)
Package gui implements a abstraction layer for Go visual elements.