[Pgp-tools-commit] r419 - trunk/debian

thijs at alioth.debian.org thijs at alioth.debian.org
Mon Feb 23 20:38:28 UTC 2009


Author: thijs
Date: 2009-02-23 20:38:28 +0000 (Mon, 23 Feb 2009)
New Revision: 419

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Fix build error when only building the binary package
by fixing the build-arch target (Closes: #516804).

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-02-22 17:06:18 UTC (rev 418)
+++ trunk/debian/changelog	2009-02-23 20:38:28 UTC (rev 419)
@@ -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 <thijs at debian.org>  Mon, 23 Feb 2009 21:37:20 +0100
+
 signing-party (1.1-1) unstable; urgency=low
 
   [ Franck Joncourt ]

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-02-22 17:06:18 UTC (rev 418)
+++ trunk/debian/rules	2009-02-23 20:38:28 UTC (rev 419)
@@ -57,10 +57,10 @@
 	$(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 @@
 	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




More information about the Pgp-tools-commit mailing list