X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=bc3776a4fba9c027035f2fe738be5b0d84f67aeb;hb=48e244a464574aa732ef5ab3fe759f1e05665b3d;hp=195617e7ad54afdc6812d647fd5783ae7e2c08bb;hpb=186fca2e47a1c76d29de43208a43585b5a27879f;p=roundcube.git diff --git a/debian/rules b/debian/rules index 195617e..bc3776a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,11 @@ include /usr/share/cdbs/1/rules/debhelper.mk DEB_INSTALL_CHANGELOGS_ALL=CHANGELOG +DEB_DH_INSTALL_ARGS = \ + --exclude=chgsaslpasswd.c \ + --exclude=chgvirtualminpasswd.c \ + --exclude=chpass-wrapper.py + 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 @@ -37,8 +42,10 @@ binary-install/roundcube-core:: 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 # Remove jquery as well - rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/jquery-1.4.min.js - dh_link -proundcube-core usr/share/javascript/jquery/jquery.min.js usr/share/roundcube/program/js/jquery-1.4.min.js + rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/jquery.min.js + dh_link -proundcube-core usr/share/javascript/jquery/jquery.min.js usr/share/roundcube/program/js/jquery.min.js + # Remove GnuPG PEAR module + rm -rf $(CURDIR)/debian/roundcube-plugins/usr/share/roundcube/plugins/enigma/lib/Crypt binary-install/roundcube-plugins:: # Plugins are in usr/share/roundcube/plugins, for each plugin