Projects
Kolab:3.4
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 30
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-plugins-kolab (1:3.1.7-0~kolab2) unstable; urgency=low + + * If both kolab.inc.php and libkolab.inc.php exist (in postinst), make sure only libkolab.inc.php exists + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Fri, 22 Nov 2013 18:41:13 +0200 + roundcubemail-plugins-kolab (1:3.1.7-0~kolab1.1) unstable; urgency=low * include kolab_logo.png in the debian.tar.gz file, no absolute reference to build directory
View file
debian.tar.gz/postinst
Changed
@@ -13,6 +13,10 @@ case $1 in *) fix_permissions + if [ -f "/etc/roundcubemail/kolab.inc.php" -a -f "/etc/roundcubemail/libkolab.inc.php" ]; then + rm -rf /etc/roundcubemail/libkolab.inc.php + mv /etc/roundcubemail/kolab.inc.php /etc/roundcubemail/libkolab.inc.php + fi ;; esac
View file
roundcubemail-plugins-kolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-plugins-kolab Binary: roundcubemail-plugins-kolab Architecture: all -Version: 1:3.1.7-0~kolab1.1 +Version: 1:3.1.7-0~kolab2 Maintainer: Christoph Wickert <wickert@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3
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
.