Projects
Kolab:3.4
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 78
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1:1.1~dev20150114-0~kolab4) unstable; urgency=low + + * put watermark.html in the right place + + -- Timotheus Pokorra <tp@tbits.net> Mon, 19 Jan 2015 07:15:39 +0200 + roundcubemail (1:1.1~dev20150114-0~kolab3) unstable; urgency=low * put assets in the right place
View file
debian.rules
Changed
@@ -58,7 +58,14 @@ ); do \ asset_loc=$$(dirname $$(echo $$file | sed -e "s|/usr/share/roundcubemail/|/usr/share/roundcubemail/assets/|g")) ; \ install -pm 755 -d $$asset_loc ; \ - mv -vf $$file $$asset_loc/$$(basename $$file); \ + mv -f $$file $$asset_loc/$$(basename $$file); \ + done + + # The watermark.html is an asset, too + for file in $$(find $(CURDIR)/debian/roundcubemail/usr/share/roundcubemail/ -type f -name "watermark.html" ); do \ + asset_loc=$$(dirname $$(echo $$file | sed -e "s|/usr/share/roundcubemail/|/usr/share/roundcubemail/assets/|g")) ; \ + install -pm 755 -d $$asset_loc ; \ + mv -f $$file $$asset_loc/$$(basename $$file); \ done mv $(CURDIR)/debian/roundcubemail/usr/share/roundcubemail/assets/ \
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.1~dev20150114-0~kolab3 +Version: 1:1.1~dev20150114-0~kolab4 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org> Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>, Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, 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
.