Projects
home:sicherha:branches:Kolab:16
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 11
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1.4.0~kolab51) unstable; urgency=low + + * Add missing watermark.html assets + + -- Christoph Erhardt <kolab@sicherha.de> Tue, 02 Oct 2018 08:41:25 +0200 + roundcubemail (1.4-0~kolab50) unstable; urgency=low * Require -skin-plesk on Plesk, -skin-chameleon on community, -kolab or -enterprise on Enterprise
View file
debian.rules
Changed
@@ -94,6 +94,14 @@ cp -avf $${file} $${asset_loc}/$$(basename $${file}); \ done + # The watermark.html is an asset, too + for skin in classic elastic larry; do \ + if [ -f "$(CURDIR)/skins/$${skin}/watermark.html" ]; then \ + cp -av $(CURDIR)/skins/$${skin}/watermark.html \ + $(CURDIR)/public_html/assets/skins/$${skin}/watermark.html ; \ + fi ; \ + done + for plugin in `find $(CURDIR)/plugins/ -type d -mindepth 1 -maxdepth 1 -exec basename {} \;) | sort -u`; do \ pkgname=$$(echo $${plugin} | sed -e 's/_/-/g') ; \ if [ -f "$(CURDIR)/debian/roundcubemail-plugin-$${pkgname}.install" ]; then \
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.4-0~kolab50 +Version: 1:1.4-0~kolab51 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> 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
.