[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.2.1-2-29-g5dbcb1c
Michael Gilbert
michael.s.gilbert at gmail.com
Tue Jun 29 04:09:38 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 4677f9d325f9761cf8e2dcd9177b05b4f4eec0d5
Author: Michael Gilbert <michael.s.gilbert at gmail.com>
Date: Sun Jun 27 13:44:20 2010 -0400
cleanup rules
diff --git a/debian/rules b/debian/rules
index 9e26d28..00755ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,11 +27,7 @@ clean:
dh_testroot
rm -f build-stamp install-stamp
- -test -d build/WebKit/gtk/docs && \
- cd build/WebKit/gtk/docs && \
- make maintainer-clean
rm -rf build
- rm -f WebKit/gtk/docs/version.xml
dh_clean
@@ -63,8 +59,6 @@ build-stamp:
# Awesome hack to get the docs built! For some reason, the
# first call to make docs fails mid-work, but the second
# succeeds.
- ln -fs ../../../build/WebKit/gtk/docs/version.xml \
- WebKit/gtk/docs/
cd build/WebKit/gtk/docs && make docs
touch $@
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list