]> git.donarmstrong.com Git - roundcube.git/commitdiff
Move .htaccess to /etc/roundcube and use a symlink (Closes: #591369).
authorVincent Bernat <bernat@debian.org>
Sat, 8 Jan 2011 15:00:02 +0000 (15:00 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 19:23:39 +0000 (21:23 +0200)
debian/changelog
debian/rules

index 8cb64f21fef684a933a0210c49a1fc8f1db0a8d2..76cb39859b7266e5b983d7e737c4a1d75aec7ff5 100644 (file)
@@ -10,6 +10,7 @@ roundcube (0.5~rc-1) UNRELEASED; urgency=low
        use of Mail_Mime 1.8.0 in place of 1.8.1 which is not available in
        Debian. We depends on jQuery 1.4.2 because 1.4.4 is not available in
        Debian.
+  * Move .htaccess to /etc/roundcube and use a symlink (Closes: #591369).
 
  -- Vincent Bernat <bernat@debian.org>  Sat, 08 Jan 2011 15:15:56 +0100
 
index 1b31316ada41395fe457da524a30350eaa8d4ed3..d521ef136760eed3b5dff32b3c7af6c9e9bef90f 100755 (executable)
@@ -23,9 +23,11 @@ binary-install/roundcube-core::
        # Install config files
        install -m 0640 $(CURDIR)/config/db.inc.php.dist $(CURDIR)/debian/roundcube-core/etc/roundcube/db.inc.php
        install -m 0640 $(CURDIR)/config/main.inc.php.dist $(CURDIR)/debian/roundcube-core/usr/share/roundcube
+       install -m 0640 $(CURDIR)/.htaccess $(CURDIR)/debian/roundcube-core/etc/roundcube/htaccess
        for c in $(CURDIR)/debian/roundcube-core/etc/roundcube/*.php; do \
                dh_link -proundcube-core etc/roundcube/$$(basename $$c) var/lib/roundcube/config/$$(basename $$c) ; \
        done
+       dh_link -proundcube-core etc/roundube/htaccess var/lib/roundcube/.htaccess
 
        # Database related files
        # Install empty tables and updates for each db type