Projects
Kolab:Winterfell
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
add-sabre21-path-for-debian.patch
Added
@@ -0,0 +1,16 @@ +diff -u iRony-0.4.orig/composer.json-dist iRony-0.4/composer.json-dist +--- iRony-0.4.orig/composer.json-dist 2016-03-13 23:48:10.000000000 +0100 ++++ iRony-0.4/composer.json-dist 2016-12-07 10:22:02.000000000 +0100 +@@ -11,6 +11,7 @@ + "": "/usr/share/pear/" + }, + "psr-4": { ++ "Sabre\\": "/usr/share/php/sabre21/", + "": "/usr/share/php/" + } + } +Common subdirectories: iRony-0.4.orig/config and iRony-0.4/config +Common subdirectories: iRony-0.4.orig/doc and iRony-0.4/doc +Common subdirectories: iRony-0.4.orig/lib and iRony-0.4/lib +Common subdirectories: iRony-0.4.orig/public_html and iRony-0.4/public_html +Common subdirectories: iRony-0.4.orig/test and iRony-0.4/test
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.4~dev20160321-0~kolab3) unstable; urgency=low + + * Updated Autoloader Composer Path + + -- Daniel Hoffend <dh@dotlan.net> Wed, 06 Dec 2016 23:23:00 +0100 + irony (0.4~dev20160321-0~kolab2) unstable; urgency=low * Changed Requirements from sabre-vobject to sabre-vobject-3, sabre-av
View file
debian.control
Changed
@@ -3,7 +3,7 @@ Priority: extra Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> -Build-Depends: debhelper (>= 8), composer +Build-Depends: debhelper (>= 8), composer, php-sabre-dav-2.1 (>= 2.1.3) Standards-Version: 3.9.3 Homepage: http://www.kolab.org/ Vcs-Browser: http://git.kolabsys.com/apt/iRony/
View file
debian.rules
Changed
@@ -11,6 +11,10 @@ mkdir -p $HOME/.composer/ echo '{}' > $HOME/.composer/composer.json composer.sh -vvv dumpautoload --optimize + sed -i -e "s|.baseDir . '/../../../share|'/usr/share|" $(CURDIR)/vendor/composer/autoload_psr4.php + sed -i -e "s|.baseDir . '/../../../share|'/usr/share|" $(CURDIR)/vendor/composer/autoload_namespaces.php + sed -i -e "s|.baseDir . '/../../../share|'/usr/share|" $(CURDIR)/vendor/composer/autoload_classmap.php + #sed -i -e "s|__DIR__ . '/../..' . '/../../../share|'/usr/share|" $(CURDIR)/vendor/composer/autoload_static.php 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
View file
debian.series
Changed
@@ -0,0 +1,1 @@ +add-sabre21-path-for-debian.patch -p1
View file
iRony.dsc
Changed
@@ -2,14 +2,14 @@ Source: irony Binary: irony Architecture: all -Version: 0.4~dev20160321-0~kolab2 +Version: 0.4~dev20160321-0~kolab3 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/ Standards-Version: 3.9.3 Vcs-Browser: http://git.kolabsys.com/apt/iRony/ Vcs-Git: git://git.kolabsys.com/git/apt/iRony -Build-Depends: debhelper (>= 8), composer +Build-Depends: debhelper (>= 8), composer, php-sabre-dav-2.1 (>= 2.1.3) Package-List: iRony deb admin extra Files:
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
.