Projects
Kolab:16:TestingLinked
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 14
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -roundcubemail (1.2.4-0~kolab2) unstable; urgency=low +roundcubemail (1.2.4-0~kolab2.3) unstable; urgency=low * Fix packaging semantics
View file
debian.rules
Changed
@@ -9,7 +9,11 @@ mkdir -p $$HOME/.composer echo '{}' > $$HOME/.composer/composer.json patch -p1 < debian/patches/add-composer-autoloader.diff || : - composer.sh -vvv dumpautoload --optimize + if -x "$$(which composer.sh 2>/dev/null)" ; then \ + composer.sh -vvv dumpautoload --optimize ; \ + else \ + composer -vvv dumpautoload --optimize ; \ + fi sed -i -e "s|.baseDir . '/../../../share|'/usr/share|" $(CURDIR)/vendor/composer/autoload_psr4.php sed -i -e "s|.baseDir . '/../../../share|'/usr/share|" $(CURDIR)/vendor/composer/autoload_namespaces.php sed -i -e "s|.baseDir . '/../../../share|'/usr/share|" $(CURDIR)/vendor/composer/autoload_classmap.php @@ -120,13 +124,6 @@ install -pm 644 $(CURDIR)/debian/conf/roundcubemail.conf $(CURDIR)/debian/roundcubemail/etc/apache2/sites-available/roundcubemail.conf ; \ fi - for ifile in $$(ls -1 debian/*.install); do \ - echo "$${ifile}:" ; \ - cat $${ifile} ; \ - done - - pwd - dh_install override_dh_compress:
View file
debian.tar.gz/roundcubemail-core.install
Changed
@@ -2,6 +2,7 @@ config/config.inc.php etc/roundcubemail config/defaults.inc.php etc/roundcubemail config/mimetypes.php etc/roundcubemail +index.php usr/share/roundcubemail program usr/share/roundcubemail public_html/assets/program usr/share/roundcubemail/public_html/assets public_html/assets/skins usr/share/roundcubemail/public_html/assets
View file
debian.tar.gz/roundcubemail-core.postinst
Changed
@@ -16,6 +16,7 @@ /var/lib/roundcubemail \ /var/log/roundcubemail + group=$(getent group roundcube_sysgroup >/dev/null 2>&1 && echo "roundcube_sysgroup" || echo "www-data") chown -R root:${group} /etc/roundcubemail find /etc/roundcubemail -type d -exec chmod u+rwx,g+rx,g-w,o-rwx {} \;
View file
plesk.config.inc.php
Changed
@@ -12,9 +12,9 @@ $domain = implode('.', $components); $config'session_domain' = $domain; */ - $config'support_url' = "https://kolabenterprise.com/support"; + $config'support_url' = "https://www.plesk.com/support/"; - $config'product_name' = "Kolab 16"; + $config'product_name' = "Plesk Premium Mail, powered by Kolab"; $config'use_secure_urls' = true;
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.2.4-0~kolab2 +Version: 1:1.2.4-0~kolab2.3 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/
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
.