[SCM] WebKit Debian packaging branch, debian/unstable, updated. 0+svn29752-1-1645-gd3fe478

Mike Hommey glandium at debian.org
Sat Apr 12 19:56:55 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit e1598b6beff3fe680a37c63cfda21ab5b57fbfc6
Author: Mike Hommey <glandium at debian.org>
Date:   Sat Apr 12 17:32:49 2008 +0200

    Clean-up autotools generated files in the debian/rules clean target.

diff --git a/debian/changelog b/debian/changelog
index 6e2596a..5254e1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ webkit (0~svn31841-1) UNRELEASED; urgency=low
     qmake anymore.
   * JavaScriptCore/wtf/ASCIICType.h: Revert what were warning fixes, to avoid
     diverging too much from upstream.
+  * debian/rules: Clean-up autotools generated files in the clean target.
 
  -- Mike Hommey <glandium at debian.org>  Sat, 12 Apr 2008 11:47:32 +0200
 
diff --git a/debian/rules b/debian/rules
index d5068e7..8c9952f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ clean:
 	rm -f build-stamp install-stamp
 	rm -rf build
 
+	rm -f GNUmakefile.in INSTALL README aclocal.m4 aconfig.h.in compile config.guess config.sub configure depcomp install-sh ltmain.sh missing
+	rm -rf autom4te.cache
+
 	dh_clean
 
 build: build-stamp

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list