attempt to build a package
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3959b6c328
commit
e1e2d1f76e
|
@ -1 +1,2 @@
|
||||||
control-panel-dns
|
control-panel-dns
|
||||||
|
/files/*
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -14,3 +14,8 @@ update:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm control-panel-dns
|
rm control-panel-dns
|
||||||
|
|
||||||
|
deb:
|
||||||
|
cd debian && make
|
||||||
|
# -wit mirrors
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Source: go-wit-gui
|
Source: control-panel-dns
|
||||||
Build-Depends: golang
|
Build-Depends: golang
|
||||||
Package: go-wit-gui
|
Package: control-panel-dns
|
||||||
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 abstraction layer for Go visual elements (GTK, QT, etc)
|
Description: a control panel for DNS and IPv6 settings
|
||||||
Package gui implements a abstraction layer for Go visual elements.
|
Goals: show the settings, validate & update DNS
|
||||||
|
|
Loading…
Reference in New Issue