From 4fa442ad671e887ce4c15d047b259fa30fbc13c5 Mon Sep 17 00:00:00 2001 From: thijs Date: Mon, 23 Feb 2009 20:38:28 +0000 Subject: [PATCH] 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 --- debian/changelog | 7 +++++++ debian/rules | 8 +++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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 -- 2.30.2