]> git.donarmstrong.com Git - roundcube.git/commitdiff
Don't ship any plugins for now but ship an empty plugins directory.
authorVincent Bernat <bernat@debian.org>
Sun, 27 Sep 2009 07:48:07 +0000 (07:48 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 18:24:30 +0000 (20:24 +0200)
debian/changelog
debian/roundcube-core.dirs
debian/rules

index 353e9bec299cdf186d7634ad3d3ded8774b7cf7d..dfd65bc415c3bfd2ba005abe691a7219773b5420 100644 (file)
@@ -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 <bernat@debian.org>  Wed, 16 Sep 2009 22:32:29 +0200
 
index 2bcbe8c8985b7fb7a921130fcced91ead94c3a44..a008a6e149cd6ac9bf67722778828a19c6341231 100644 (file)
@@ -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
index 0d9aead33d7a4de49f3d36441ecc08b53043a8fc..f87ce91a461a9b86a22b794fe650a6cb48cd47ce 100755 (executable)
@@ -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 \