[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.0-rc1-1-6-gb16c81e

Ove Kaaven ovek at arcticnet.no
Wed May 21 10:27:25 UTC 2008


The following commit has been merged in the master branch:
commit b16c81e9d03aa5bfa487670e7ddf36fc5171f2e7
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Wed May 21 12:23:44 2008 +0200

    debian/rules clean now depends unconditionally on clean-arch32 and clean-arch64.
    This should allow the clean rule to do its job even outside of a chroot.

diff --git a/debian/rules b/debian/rules
index 302547a..6c75314 100755
--- a/debian/rules
+++ b/debian/rules
@@ -157,7 +157,7 @@ else
 	mv build64 /tmp || true
 endif
 
-clean: $(patsubst build%,clean-arch%,$(BUILDS))
+clean: clean-arch32 clean-arch64
 	dh_testdir
 	dh_testroot
 	rm -f install-arch-stamp build-indep-stamp

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list