exclude cacert-boardvoting from dh_dwz
This commit is contained in:
parent
f6770602ef
commit
c066c84ff7
2 changed files with 4 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -5,6 +5,7 @@ cacert-boardvoting (0.6.0-2) UNRELEASED; urgency=medium
|
||||||
* update to debhelper 12
|
* update to debhelper 12
|
||||||
* use /usr/share/dpkg/pkg-info.mk
|
* use /usr/share/dpkg/pkg-info.mk
|
||||||
* fix maintainer-script-should-not-use-recursive-chown-or-chmod
|
* fix maintainer-script-should-not-use-recursive-chown-or-chmod
|
||||||
|
* exclude cacert-boardvoting from dh_dwz
|
||||||
|
|
||||||
-- Jan Dittberner <jandd@cacert.org> Mon, 12 Aug 2019 19:57:13 +0200
|
-- Jan Dittberner <jandd@cacert.org> Mon, 12 Aug 2019 19:57:13 +0200
|
||||||
|
|
||||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
DEB_BUILD_OPTIONS = nostrip
|
|
||||||
DPKG_EXPORT_BUILDFLAGS = 1
|
DPKG_EXPORT_BUILDFLAGS = 1
|
||||||
include /usr/share/dpkg/buildflags.mk
|
include /usr/share/dpkg/buildflags.mk
|
||||||
include /usr/share/dpkg/pkg-info.mk
|
include /usr/share/dpkg/pkg-info.mk
|
||||||
|
@ -14,3 +13,6 @@ override_dh_auto_build:
|
||||||
GOPATH=$(CURDIR)/tmp/gocode \
|
GOPATH=$(CURDIR)/tmp/gocode \
|
||||||
go get -u -v github.com/shulhan/go-bindata/cmd/go-bindata ; \
|
go get -u -v github.com/shulhan/go-bindata/cmd/go-bindata ; \
|
||||||
PATH=$(CURDIR)/tmp/gocode/bin:$(PATH) $(MAKE) GOCACHE=$(CURDIR)/tmp/.cache GOPATH=$(CURDIR)/tmp/gocode VERSION=$(DEB_VERSION)
|
PATH=$(CURDIR)/tmp/gocode/bin:$(PATH) $(MAKE) GOCACHE=$(CURDIR)/tmp/.cache GOPATH=$(CURDIR)/tmp/gocode VERSION=$(DEB_VERSION)
|
||||||
|
|
||||||
|
override_dh_dwz:
|
||||||
|
dh_dwz -X cacert-boardvoting
|
||||||
|
|
Loading…
Reference in a new issue