summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-11 06:32:48 -0600
committerJeff Carr <[email protected]>2024-02-11 06:32:48 -0600
commite4e12ae90dd2f9775b1d45c1d083a4e44817a655 (patch)
tree8e368c2e9fad9a6f0d2e7543fc7bf2f208a85bf0 /control
parente78fd84d74158731e5cb2ae32ffc1699e5e1cfba (diff)
specify repo on command line works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'control')
-rw-r--r--control10
1 files changed, 7 insertions, 3 deletions
diff --git a/control b/control
index 12f6b3b..6c48021 100644
--- a/control
+++ b/control
@@ -4,6 +4,10 @@ Package: go-deb
Maintainer: Jeff Carr <[email protected]>
Architecture: amd64
Depends:
-Recommends: libgtk-3-0, ddclient, ddupdate
-Description: a control panel for DNS and IPv6 settings
- Goals: show the settings, validate & update DNS
+Recommends: go-gui-toolkits
+Description: create distribution packages for golang repositories
+ Hopefully, this can make compatible and correct source
+ packages for things like debuild or the incoming queue since
+ golang applications are more strict then the traditional C
+ libraries and binaries that require lots of scripting.
+ A person can dream anyway.