[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: webgui -- Content management platform to maintain complex web sites



On Sat, 12 Jul 2008 22:55:10 +0200, gregor herrmann wrote:

> * debian/rules:
>   When the package is built with -j X the install-stamp target is run
>   twice; binary-arch is mandated by policy 4.9
>   --> attachment rules.diff

Second try to remember attaching the file before sending the mail :)

Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian gnu/linux user, admin & developer - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-    NP: Tom Waits: I Never Talk To Strangers
Index: debian/rules
===================================================================
--- debian/rules	(revision 10684)
+++ debian/rules	(working copy)
@@ -70,7 +70,10 @@
 	find $(TMP)/usr/share/webgui/t       -type f -exec chmod 644 {} \;
 	touch install-stamp
 
-binary-indep: install
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
@@ -89,5 +92,5 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep
-.PHONY: build clean binary-indep binary install
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Attachment: signature.asc
Description: Digital signature


Reply to: