[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 653 Remove src/out and "*.pyc" files in clean target. (Closes: #589160)

Giuseppe Iuculano iuculano at debian.org
Sat Jul 17 15:20:43 UTC 2010


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 653
Revision Id: iuculano at debian.org-20100717152043-amooqumz1p5b9ixz
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Remove src/out and "*.pyc" files in clean target. (Closes: #589160)
Thanks to Timo Juhani Lindfors.


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/rules

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-07-17 15:17:42 +0000
+++ b/debian/changelog	2010-07-17 15:20:43 +0000
@@ -2,8 +2,10 @@
 
   * Fix FTBFS with icu 4.4 (Closes: #589414)
   * Do not use armv4 incompatible code
+  * Remove src/out and "*.pyc" files in clean target. (Closes: #589160)
+    Thanks to Timo Juhani Lindfors.
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Sat, 17 Jul 2010 17:17:18 +0200
+ -- Giuseppe Iuculano <iuculano at debian.org>  Sat, 17 Jul 2010 17:19:16 +0200
 
 chromium-browser (5.0.375.99~r51029-3) unstable; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2010-07-08 10:51:49 +0000
+++ b/debian/rules	2010-07-17 15:20:43 +0000
@@ -370,6 +370,8 @@
 clean::
 	rm -f debian/configure-stamp debian/stamp-makefile-build-*
 	rm -f *.cdbs-config_list $(subst_files)
+	rm -fr src/out
+	find src/tools -name "*.pyc" | xargs rm -f
 
 # Install: there's no install rules in scons yet, do it manually
 common-install-prehook-impl::



More information about the Pkg-chromium-commit mailing list