Projects
Kolab:16:Enterprise
kolab-freebusy
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
kolab-freebusy.spec
Changed
@@ -92,6 +92,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d cp -pr %SOURCE1 %{buildroot}%{_sysconfdir}/logrotate.d/kolab-freebusy +sed -i -e 's/apache apache/%{httpd_user} %{httpd_group}/g' \ + %{buildroot}%{_sysconfdir}/logrotate.d/kolab-freebusy + install -pm 644 doc/kolab-freebusy.conf %{buildroot}/%{_ap_sysconfdir}/conf.d/%{name}.conf cp -a lib %{buildroot}/%{_datadir}/%{name}/lib
View file
debian.control
Changed
@@ -2,7 +2,7 @@ Section: mail Priority: extra Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> -Build-Depends: debhelper (>= 8.0.0) +Build-Depends: debhelper (>= 8.0.0), composer, psa | bash Standards-Version: 3.9.3 Homepage: http://www.kolab.org Vcs-Git: git://git.kolabsys.com/git/apt/kolab-freebusy
View file
debian.rules
Changed
@@ -3,19 +3,32 @@ export DH_VERBOSE=1 %: - dh $@ + dh $@ + +override_dh_auto_configure: + if -f "/etc/plesk-release" ; then \ + sed -i -e 's/www-data adm/roundcube_sysuser roundcube_sysgroup/g' debian/kolab-freebusy.logrotate ; \ + fi override_dh_install: - if -f composer.json-dist ; then rm -rf composer.json; mv composer.json-dist composer.json; fi - mkdir -p $HOME/.composer/ - echo '{}' > $HOME/.composer/composer.json + if -f composer.json-dist ; then \ + rm -rf composer.json ; \ + mv composer.json-dist composer.json ; \ + fi + mkdir -p $$HOME/.composer/ + echo '{}' > $$HOME/.composer/composer.json composer -vvv dumpautoload --optimize + dh_install --list-missing -XLICENSE - # install sample config + + # install sample config install -m 644 $(CURDIR)/config/config.ini.sample $(CURDIR)/debian/kolab-freebusy/etc/kolab-freebusy/config.ini - # Install apache2 configuration - mkdir -p $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available - install -pm 644 $(CURDIR)/debian/apache2.conf $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available/kolab-freebusy.conf + + if ! -f "/etc/plesk-release" ; then \ + # Install apache2 configuration + mkdir -p $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available ; \ + install -pm 644 $(CURDIR)/debian/apache2.conf $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available/kolab-freebusy.conf ; \ + fi override_dh_link: # These become links
View file
kolab-freebusy.dsc
Changed
@@ -8,9 +8,9 @@ Standards-Version: 3.9.3 Vcs-Browser: http://git.kolabsys.com/apt/kolab-freebusy Vcs-Git: git://git.kolabsys.com/git/apt/kolab-freebusy -Build-Depends: debhelper (>= 8.0.0), composer -Package-List: +Build-Depends: debhelper (>= 8.0.0), composer, psa | bash +Package-List: kolab-freebusy deb mail extra -Files: +Files: 00000000000000000000000000000000 0 kolab-freebusy-1.1.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
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
.