From: thijs Date: Mon, 23 Feb 2009 20:38:28 +0000 (+0000) Subject: Fix build error when only building the binary package X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=4fa442ad671e887ce4c15d047b259fa30fbc13c5 Fix build error when only building the binary package by fixing the build-arch target (Closes: #516804). git-svn-id: svn://svn.debian.org/pgp-tools/trunk@419 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/debian/changelog b/debian/changelog index 6158738..89e239e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +signing-party (1.1-2) unstable; urgency=low + + * Fix build error when only building the binary package + by fixing the build-arch target (Closes: #516804). + + -- Thijs Kinkhorst Mon, 23 Feb 2009 21:37:20 +0100 + signing-party (1.1-1) unstable; urgency=low [ Franck Joncourt ] diff --git a/debian/rules b/debian/rules index 89c67f1..cfcea3c 100755 --- a/debian/rules +++ b/debian/rules @@ -57,10 +57,10 @@ install: build $(INSTALL_PROGRAM) $(GPGWRAP_DIR)/$(GPGWRAP_PROG) $(DESTDIR_BIN) $(INSTALL_DATA) $(GPGWRAP_DIR)/NEWS $(DESTDIR_DOC)/changelog.gpgwrap - # ignore errors with older debhelper versions - -dh_lintian + dh_lintian binary-indep: build install +binary-arch: build install dh_testdir dh_testroot dh_installdocs @@ -78,8 +78,6 @@ binary-indep: build install dh_md5sums dh_builddeb -# Build architecture-dependent files here. -binary-arch: build install +binary: binary-indep binary-arch -binary: binary-indep .PHONY: build clean binary-indep binary-arch binary install configure