From c066c84ff7ed3a6f910406d77ccac4ad5ef42b83 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 13 Aug 2019 12:56:29 +0200 Subject: [PATCH] exclude cacert-boardvoting from dh_dwz --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b0f0c4b..0ace538 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 12 Aug 2019 19:57:13 +0200 diff --git a/debian/rules b/debian/rules index ee4ee9e..25ef0e1 100755 --- a/debian/rules +++ b/debian/rules @@ -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