exclude cacert-boardvoting from dh_dwz

This commit is contained in:
Jan Dittberner 2019-08-13 12:56:29 +02:00
parent f6770602ef
commit c066c84ff7
2 changed files with 4 additions and 1 deletions

1
debian/changelog vendored
View file

@ -5,6 +5,7 @@ cacert-boardvoting (0.6.0-2) UNRELEASED; urgency=medium
* update to debhelper 12
* use /usr/share/dpkg/pkg-info.mk
* 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

4
debian/rules vendored
View file

@ -1,7 +1,6 @@
#!/usr/bin/make -f
DEB_BUILD_MAINT_OPTIONS = hardening=+all
DEB_BUILD_OPTIONS = nostrip
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
include /usr/share/dpkg/pkg-info.mk
@ -14,3 +13,6 @@ override_dh_auto_build:
GOPATH=$(CURDIR)/tmp/gocode \
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)
override_dh_dwz:
dh_dwz -X cacert-boardvoting