Projects
Kolab:16:Enterprise
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
iRony.spec
Changed
@@ -168,6 +168,9 @@ %attr(0770,%{httpd_user},%{httpd_group}) %{_localstatedir}/log/%{name} %changelog +* Wed May 10 2017 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.4.0-2 +- Fix log rotation on Plesk + * Tue May 2 2017 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.4.0-1 - Release of version 0.4.0
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.4.0-0~kolab2) unstable; urgency=low + + * Fix log rotation on Plesk + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 10 May 2017 12:12:13 +0100 + irony (0.4.0-0~kolab1) unstable; urgency=low * Release of version 0.4.0
View file
debian.rules
Changed
@@ -6,9 +6,19 @@ %: dh $@ +override_dh_auto_configure: + if -f "/etc/plesk-release" ; then \ + sed -i -e 's/www-data adm/roundcube_sysuser roundcube_sysgroup/g' debian/irony.logrotate ; \ + fi + override_dh_install: + if ! -f "/etc/plesk-release" ; then \ + mkdir -p $(CURDIR)/debian/irony/etc/apache2/sites-available ; \ + cp -a $(CURDIR)/debian/iRony.conf \ + $(CURDIR)/debian/irony/etc/apache2/sites-available/irony.conf ; \ + fi + mkdir -p $(CURDIR)/debian/irony/etc/iRony/ - cp -a $(CURDIR)/debian/iRony.conf $(CURDIR)/debian/irony/etc/iRony/apache.conf cp -a config/dav.inc.php.sample $(CURDIR)/debian/irony/etc/iRony/dav.inc.php mkdir -p $(CURDIR)/debian/irony/usr/share/iRony/config mkdir -p $(CURDIR)/debian/irony/usr/share/iRony/lib
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.4.0-0~kolab1 +Version: 0.4.0-0~kolab2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
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
.