[pkg-wine-party] [SCM] Debian Wine documentation packaging branch, master, updated. c2627132eff3ed30a9462b81d3b268bd49b34ed5

Ove Kaaven ovek at arcticnet.no
Sun Jun 15 04:56:07 UTC 2008


The following commit has been merged in the master branch:
commit aa04e5ad03a68c0bacbd650c80d888f1044495ce
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sun Jun 15 06:54:10 2008 +0200

    Preserve po4a/Makefile in debian/rules clean.

diff --git a/debian/rules b/debian/rules
index d9fd46d..6167ca9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,10 @@ clean:
 	dh_testroot
 	rm -f build-indep-stamp configure-stamp
 
+	# distclean accidentally destroys po4a/Makefile, need to save it
+	mv po4a/Makefile po4a/Makefile.in
 	-$(MAKE) distclean
+	mv po4a/Makefile.in po4a/Makefile
 
 	dh_clean
 

-- 
Debian Wine documentation packaging



More information about the pkg-wine-party mailing list