Projects
Kolab:16:Testing:Candidate
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 8
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-plugins-kolab (1:3.3.0-0~kolab2) unstable; urgency=low + + * Add proper individual plugin dependencies + + -- Christoph Erhardt <kolab@sicherha.de> Sat, 08 Apr 2017 10:50:25 +0200 + roundcubemail-plugins-kolab (1:3.3.0-0~kolab1) unstable; urgency=low * Release version 3.3.0
View file
debian.control
Changed
@@ -14,12 +14,10 @@ php-http-request2, php-net-url2, php5-cli, - php5-curl, - php-endroid-qrcode, php-kolab (>= 0.5), php-kolabformat (>= 1.1), - php-spomky-labs-otphp, - php-enygma-yubikey, + php-mail-mime (>= 1.8.5), + php-net-ldap3, roundcubemail-plugin-calendar, roundcubemail-plugin-kolab-activesync, roundcubemail-plugin-kolab-addressbook, @@ -58,3 +56,145 @@ - ldap_authentication . They should be enabled in the configuration of Roundcube. + +Package: roundcubemail-plugin-calendar +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-libcalendaring, + roundcubemail-plugin-libkolab +Description: calendar plugin for Roundcube + +Package: roundcubemail-plugin-html-converter +Architecture: all +Depends: roundcubemail-core +Description: html_converter plugin for Roundcube + +Package: roundcubemail-plugin-kolab-2fa +Architecture: all +Depends: roundcubemail-core, + php-endroid-qrcode, + php-spomky-labs-otphp, + php-enygma-yubikey +Description: kolab_2fa plugin for Roundcube + +Package: roundcubemail-plugin-kolab-activesync +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-jqueryui, + roundcubemail-plugin-libkolab +Description: kolab_activesync plugin for Roundcube + +Package: roundcubemail-plugin-kolab-addressbook +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-libkolab +Description: kolab_addressbook plugin for Roundcube + +Package: roundcubemail-plugin-kolab-auth +Architecture: all +Depends: roundcubemail-core +Description: kolab_auth plugin for Roundcube + +Package: roundcubemail-plugin-kolab-config +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-libkolab +Description: kolab_config plugin for Roundcube + +Package: roundcubemail-plugin-kolab-delegation +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-kolab-auth, + roundcubemail-plugin-libkolab +Description: kolab_delegation plugin for Roundcube + +Package: roundcubemail-plugin-kolab-files +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-libkolab, + php5-curl +Description: kolab_files plugin for Roundcube + +Package: roundcubemail-plugin-kolab-folders +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-libkolab +Description: kolab_folders plugin for Roundcube + +Package: roundcubemail-plugin-kolab-notes +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-acl, + roundcubemail-plugin-libkolab +Description: kolab_notes plugin for Roundcube + +Package: roundcubemail-plugin-kolab-shortcuts +Architecture: all +Depends: roundcubemail-core +Description: kolab_shortcuts plugin for Roundcube + +Package: roundcubemail-plugin-kolab-tags +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-libkolab +Description: kolab_tags plugin for Roundcube + +Package: roundcubemail-plugin-ldap-authentication +Architecture: all +Depends: roundcubemail-core +Description: ldap_authentication plugin for Roundcube + +Package: roundcubemail-plugin-libcalendaring +Architecture: all +Depends: roundcubemail-core, + php-sabre-vobject-3 +Description: libcalendaring plugin for Roundcube + +Package: roundcubemail-plugin-libkolab +Architecture: all +Depends: roundcubemail-core +Description: libkolab plugin for Roundcube + +Package: roundcubemail-plugin-loginfail +Architecture: all +Depends: roundcubemail-core +Description: loginfail plugin for Roundcube + +Package: roundcubemail-plugin-logon-page +Architecture: all +Depends: roundcubemail-core +Description: logon_page plugin for Roundcube + +Package: roundcubemail-plugin-odfviewer +Architecture: all +Depends: roundcubemail-core +Description: odfviewer plugin for Roundcube + +Package: roundcubemail-plugin-pdfviewer +Architecture: all +Depends: roundcubemail-core +Description: pdfviewer plugin for Roundcube + +Package: roundcubemail-plugin-piwik-analytics +Architecture: all +Depends: roundcubemail-core +Description: piwik_analytics plugin for Roundcube + +Package: roundcubemail-plugin-tasklist +Architecture: all +Depends: roundcubemail-core, + roundcubemail-plugin-acl, + roundcubemail-plugin-jqueryui, + roundcubemail-plugin-libcalendaring, + roundcubemail-plugin-libkolab +Description: tasklist plugin for Roundcube + +Package: roundcubemail-plugin-tinymce-config +Architecture: all +Depends: roundcubemail-core +Description: tinymce_config plugin for Roundcube + +Package: roundcubemail-plugin-wap-client +Architecture: all +Depends: roundcubemail-core +Description: wap_client plugin for Roundcube
View file
debian.rules
Changed
@@ -84,14 +84,6 @@ fi ; \ echo "usr/share/roundcubemail/plugins/$${plugin}" >> debian/roundcubemail-plugin-$${pkgname}.dirs ; \ echo "plugins/$${plugin} usr/share/roundcubemail/plugins/" >> debian/roundcubemail-plugin-$${pkgname}.install ; \ - echo "" >> debian/control ; \ - echo "Package: roundcubemail-plugin-$${pkgname}" >> debian/control ; \ - echo "Architecture: all" >> debian/control ; \ - echo "Depends: roundcubemail-core" >> debian/control ; \ - echo "Description: $${plugin}} plugin for Roundcube" >> debian/control ; \ - echo "" >> debian/control ; \ - sed -i -e "/Files:/ i\ - roundcubemail-plugin-$${plugin} deb web extra" debian/control ; \ done if -f "/etc/plesk-release" ; then \
View file
roundcubemail-plugins-kolab.dsc
Changed
@@ -2,13 +2,37 @@ Source: roundcubemail-plugins-kolab Binary: roundcubemail-plugins-kolab Architecture: all -Version: 1:3.3.0-0~kolab1 +Version: 1:3.3.0-0~kolab2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3 Build-Depends: cssmin, debhelper (>= 8), node-uglify, psa | bash Package-List: roundcubemail-plugins-kolab deb web extra + roundcubemail-plugin-calendar deb web extra + roundcubemail-plugin-html-converter deb web extra + roundcubemail-plugin-kolab-2fa deb web extra + roundcubemail-plugin-kolab-activesync deb web extra + roundcubemail-plugin-kolab-addressbook deb web extra + roundcubemail-plugin-kolab-auth deb web extra + roundcubemail-plugin-kolab-config deb web extra + roundcubemail-plugin-kolab-delegation deb web extra + roundcubemail-plugin-kolab-files deb web extra + roundcubemail-plugin-kolab-folders deb web extra + roundcubemail-plugin-kolab-notes deb web extra + roundcubemail-plugin-kolab-shortcuts deb web extra + roundcubemail-plugin-kolab-tags deb web extra + roundcubemail-plugin-ldap-authentication deb web extra + roundcubemail-plugin-libcalendaring deb web extra + roundcubemail-plugin-libkolab deb web extra + roundcubemail-plugin-loginfail deb web extra + roundcubemail-plugin-logon-page deb web extra + roundcubemail-plugin-odfviewer deb web extra + roundcubemail-plugin-pdfviewer deb web extra + roundcubemail-plugin-piwik-analytics deb web extra + roundcubemail-plugin-tasklist deb web extra + roundcubemail-plugin-tinymce-config deb web extra + roundcubemail-plugin-wap-client deb web extra Files: 00000000000000000000000000000000 0 roundcubemail-plugins-kolab-3.3.0.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.