]> git.donarmstrong.com Git - roundcube.git/commitdiff
Do not ship .htaccess files. Restrictions are set in Apache or
authorVincent Bernat <bernat@debian.org>
Sat, 27 Sep 2008 08:38:25 +0000 (08:38 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:55:20 +0000 (19:55 +0200)
Lighttpd configuration files (Closes: #500202).

debian/changelog
debian/rules

index 3b5ac9dcc0a912f5a5289582096bc7aa81d84dd3..a7afc1502b9c382cacba8da4be2d1dc84d333225 100644 (file)
@@ -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 <bernat@debian.org>  Wed, 17 Sep 2008 20:46:00 +0200
+ -- Vincent Bernat <bernat@debian.org>  Sat, 27 Sep 2008 10:38:09 +0200
 
 roundcube (0.2~alpha-2) experimental; urgency=low
 
index acba5c651079bc17f8224ce01d15e3c75f67c923..0b48aa1e895f2c47fef77fef6111f1f63c603e6b 100755 (executable)
@@ -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