From: Vincent Bernat Date: Sun, 27 Sep 2009 07:48:07 +0000 (+0000) Subject: Don't ship any plugins for now but ship an empty plugins directory. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=5cf186cef2f8572bd0e326a783374c6d594f0130;p=roundcube.git Don't ship any plugins for now but ship an empty plugins directory. --- diff --git a/debian/changelog b/debian/changelog index 353e9be..dfd65bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ roundcube (0.3-1) UNRELEASED; urgency=low to specify the default language. Update postinst to reflect this change. Thanks to Richard van den Berg for noticing this. Closes: #544579. * Depends on libjs-jquery (>= 1.3) since this is now used by roundcube. + * Don't ship any plugins for now but ship an empty plugins directory. -- Vincent Bernat Wed, 16 Sep 2009 22:32:29 +0200 diff --git a/debian/roundcube-core.dirs b/debian/roundcube-core.dirs index 2bcbe8c..a008a6e 100644 --- a/debian/roundcube-core.dirs +++ b/debian/roundcube-core.dirs @@ -6,4 +6,5 @@ usr/share/dbconfig-common/data/roundcube/upgrade/sqlite etc/roundcube var/log/roundcube var/lib/roundcube/config +var/lib/roundcube/plugins etc/default diff --git a/debian/rules b/debian/rules index 0d9aead..f87ce91 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,9 @@ DEB_INSTALL_CHANGELOGS_ALL=CHANGELOG # Then check manually if everything's ok binary-install/roundcube-core:: + # Remove plugins + rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/plugins + # Symlink all that is in /usr/share/roundcube to /var/lib/roundcube find debian/roundcube-core/usr/share/roundcube -maxdepth 1 -mindepth 1 | \ while read i; do \