]> git.donarmstrong.com Git - roundcube.git/commitdiff
Remove *.js.src which are not needed at runtime.
authorVincent Bernat <bernat@debian.org>
Sun, 5 Jul 2009 08:20:13 +0000 (08:20 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 18:20:59 +0000 (20:20 +0200)
debian/changelog
debian/rules

index cda879da2ca9d9a87f7dbb44ece48e6a613f7203..347ce0854adf5b05b5e5a9deb75bfcabff314d38 100644 (file)
@@ -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:
index 17cb1828feefe7e756b28df9176e7956ff768e60..c04db2896c9ccc0014846bc6e68ea28babcb732c 100755 (executable)
@@ -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