From: Vincent Bernat Date: Sat, 27 Sep 2008 08:38:25 +0000 (+0000) Subject: Do not ship .htaccess files. Restrictions are set in Apache or X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=37bf635deb9a0de7070f413b311d140f1fcec6d5;p=roundcube.git Do not ship .htaccess files. Restrictions are set in Apache or Lighttpd configuration files (Closes: #500202). --- diff --git a/debian/changelog b/debian/changelog index 3b5ac9d..a7afc15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,12 +5,14 @@ roundcube (0.2~alpha-3) UNRELEASED; urgency=low metapackages instead of virtual package (Closes: #495434). * Add robots.txt from upstream, even if in some configuration, it will not be considered (Closes: #499108). + * Do not ship .htaccess files. Restrictions are set in Apache or + Lighttpd configuration files (Closes: #500202). [ Romain Beauxis ] * Changed versioned dependency of rouncube from binary:Version to source:Version since these are all architecture independent packages. - -- Vincent Bernat Wed, 17 Sep 2008 20:46:00 +0200 + -- Vincent Bernat Sat, 27 Sep 2008 10:38:09 +0200 roundcube (0.2~alpha-2) experimental; urgency=low diff --git a/debian/rules b/debian/rules index acba5c6..0b48aa1 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ binary-install/roundcube-core:: # Remove useless file 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 # 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