Compare commits
No commits in common. "3acb91fbb98d17cdbcf870e7adbe7367b2750134" and "3959b6c328fc335475f2e9df8aaabbc9a1ca7c43" have entirely different histories.
3acb91fbb9
...
3959b6c328
|
@ -1,3 +1 @@
|
||||||
control-panel-dns
|
control-panel-dns
|
||||||
/files/*
|
|
||||||
/*.deb
|
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -14,8 +14,3 @@ update:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm control-panel-dns
|
rm control-panel-dns
|
||||||
|
|
||||||
deb:
|
|
||||||
cd debian && make
|
|
||||||
# -wit mirrors
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Source: control-panel-dns
|
Source: go-wit-gui
|
||||||
Build-Depends: golang
|
Build-Depends: golang
|
||||||
Package: control-panel-dns
|
Package: go-wit-gui
|
||||||
Maintainer: Jeff Carr <jcarr@wit.com>
|
Maintainer: Jeff Carr <jcarr@wit.com>
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends:
|
Depends:
|
||||||
Recommends: libgtk-3-0
|
Recommends: libgtk-3-0
|
||||||
Description: a control panel for DNS and IPv6 settings
|
Description: a abstraction layer for Go visual elements (GTK, QT, etc)
|
||||||
Goals: show the settings, validate & update DNS
|
Package gui implements a abstraction layer for Go visual elements.
|
||||||
|
|
Loading…
Reference in New Issue