From 3fe9b391632e1558877d8d611465956c1dfd10eb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 5 Jul 2009 08:20:13 +0000 Subject: [PATCH] Remove *.js.src which are not needed at runtime. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index cda879d..347ce08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ roundcube (0.2.2-1) unstable; urgency=low * New upstream release * Bump Standards-Version. No changes required. + * Remove *.js.src which are not needed at runtime. * Don't send email contents to Google by default by using php5-pspell instead. Thanks to Anand Kumria. Closes: #529563. * Update debconf translations: diff --git a/debian/rules b/debian/rules index 17cb182..c04db28 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,7 @@ binary-install/roundcube-core:: rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin/*.sh find $(CURDIR)/debian/roundcube-core -name '._*' -print0 | xargs -r0 rm find $(CURDIR)/debian/roundcube-core -name '.htaccess' -print0 | xargs -r0 rm + find $(CURDIR)/debian/roundcube-core -name '*.js.src' -print0 | xargs -r0 rm # Remove files shipped in tinymce package rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/tiny_mce dh_link -proundcube-core usr/share/tinymce/www usr/share/roundcube/program/js/tiny_mce -- 2.39.2