[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.1.5-137-g33c3199

Mike Hommey glandium at debian.org
Thu Apr 16 20:33:26 UTC 2009


The following commit has been merged in the debian/experimental branch:
commit 33c3199b7964b383ab6405c0c1ea4cd95afc53bd
Author: Mike Hommey <glandium at debian.org>
Date:   Thu Apr 16 22:33:10 2009 +0200

    debian/rules: Patch config.{sub|guess} in autotools/.

diff --git a/debian/changelog b/debian/changelog
index 3169085..d7457b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ webkit (1.1.5-1) UNRELEASED; urgency=low
   * debian/control:
   - Change libwebkit-1.0-common section and priority to fit override.
   - Bumped Standards-Version to 3.8.1.0. No changes required.
+  * debian/rules:
+  - Patch config.{sub|guess} in autotools/.
 
   [ Gustavo Noronha Silva ]
   * debian/copyright:
diff --git a/debian/rules b/debian/rules
index 036b927..f76ea69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ clean:
 	rm -rf build
 
 	for file in config.guess config.sub; do \
-		sed -i '2!b;/^exec "/ d' $$file ; \
+		sed -i '2!b;/^exec "/ d' autotools/$$file ; \
 	done
 
 	dh_clean
@@ -37,7 +37,7 @@ build-stamp:
 	dh_testdir
 
 	for file in config.guess config.sub; do \
-		sed -i '2!b;/^#/ i\exec "/usr/share/misc/'$$file'" "$$@"' $$file ; \
+		sed -i '2!b;/^#/ i\exec "/usr/share/misc/'$$file'" "$$@"' autotools/$$file ; \
 	done
 
 	[ ! -d build ] && mkdir build || true

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list