[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.16-3-1-g402fc21

Gustavo Noronha Silva kov at debian.org
Thu Nov 12 00:33:49 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 402fc21c429f91b161967ea145a4e05bd5993791
Author: Gustavo Noronha Silva <kov at debian.org>
Date:   Wed Nov 11 21:21:51 2009 -0200

    Make lintian happy by removing rpath from binaries

diff --git a/debian/changelog b/debian/changelog
index ab91d9d..94c42f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,12 @@ webkit (1.1.16-3) unstable; urgency=low
   * Fix building on kfresbsd-amd64 (Closes: #554718)
     - Patch by Petr Salinger <Petr.Salinger at seznam.cz>
   * Fix tightened dependency
+  * debian/rules:
+  - remove rpath from GtkLauncher and DumpRenderTree
+  * debian/control:
+  - depend on chrpath for change above
 
- -- Gustavo Noronha Silva <kov at debian.org>  Mon, 09 Nov 2009 11:39:42 -0200
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 11 Nov 2009 21:21:12 -0200
 
 webkit (1.1.16-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 0c12699..ce6a963 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: web
 Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>
 Uploaders: Mike Hommey <glandium at debian.org>, Gustavo Noronha Silva <kov at debian.org>
-Build-Depends: debhelper (>= 5.0), libgtk2.0-dev (>= 2.10), libpango1.0-dev (>= 1.16), libicu-dev, libxslt-dev, libsoup2.4-dev (>= 2.27.91), libsqlite3-dev, gperf, bison, flex, libjpeg62-dev, libpng12-dev, libxt-dev, autotools-dev, libgstreamer-plugins-base0.10-dev, libenchant-dev, gtk-doc-tools, libgail-dev
+Build-Depends: debhelper (>= 5.0), chrpath, libgtk2.0-dev (>= 2.10), libpango1.0-dev (>= 1.16), libicu-dev, libxslt-dev, libsoup2.4-dev (>= 2.27.91), libsqlite3-dev, gperf, bison, flex, libjpeg62-dev, libpng12-dev, libxt-dev, autotools-dev, libgstreamer-plugins-base0.10-dev, libenchant-dev, gtk-doc-tools, libgail-dev
 Standards-Version: 3.8.1.0
 Homepage: http://webkit.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-webkit/webkit.git
diff --git a/debian/rules b/debian/rules
index c68332d..9f3c1ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,9 @@ install-stamp: build-stamp
 	$(MAKE) -C build install DESTDIR="$(CURDIR)"/debian/tmp
 	[ ! -d debian/tmp/usr/lib/webkit-1.0-2/libexec ] && install -d -m 755 debian/tmp/usr/lib/webkit-1.0-2/libexec || true
 	build/libtool --mode=install install -m 755 build/Programs/DumpRenderTree "$(CURDIR)"/debian/tmp/usr/lib/webkit-1.0-2/libexec/DumpRenderTree
+	chrpath -d "$(CURDIR)"/debian/tmp/usr/lib/webkit-1.0-2/libexec/DumpRenderTree
 	build/libtool --mode=install install -m 755 build/Programs/GtkLauncher "$(CURDIR)"/debian/tmp/usr/lib/webkit-1.0-2/libexec/GtkLauncher
+	chrpath -d "$(CURDIR)"/debian/tmp/usr/lib/webkit-1.0-2/libexec/GtkLauncher
 
 	install -d -m 755 debian/tmp/usr/share/doc/libwebkit-dev/html
 	install -m 644 WebKit/gtk/docs/html/* \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list