From fbf9f4e802fa66327b60cdae1136c549b6344b8c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Nov 2024 10:30:30 -0600 Subject: add mirrors.wit.com example. add noarch --- examples/protoc-gen-go/Makefile | 5 +++++ examples/protoc-gen-go/control | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'examples/protoc-gen-go') diff --git a/examples/protoc-gen-go/Makefile b/examples/protoc-gen-go/Makefile index 92a3852..d28f0e1 100644 --- a/examples/protoc-gen-go/Makefile +++ b/examples/protoc-gen-go/Makefile @@ -4,3 +4,8 @@ all: build build: go-deb --repo . + +# use the ncurses gui (only kinda works still) +ncurses: + go-deb --gui gocui --repo . + diff --git a/examples/protoc-gen-go/control b/examples/protoc-gen-go/control index df51b5d..c1090d5 100644 --- a/examples/protoc-gen-go/control +++ b/examples/protoc-gen-go/control @@ -1,12 +1,13 @@ Source: google.golang.org.protobuf Build-Depends: golang -Package: protoc-gen-go-new +Package: protoc-gen-go-wit Maintainer: Jeff Carr Packager: Jeff Carr Architecture: amd64 -Depends: +Depends: protobuf-compiler URL: https://go.wit.com/ Recommends: -Version: 0.1 +Version: 0.0.3 Description: protoc-gen-go from google.golang.org/protobuf You need this one until the debian sid packages are updated + I didn't change anything, it's a straight build from the sources. -- cgit v1.2.3