Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 27
View file
debian.changelog
Changed
@@ -1,3 +1,10 @@ +roundcubemail (1:1.2~dev20160328-0~kolab1mic1) unstable; urgency=medium + + * update to newer debian debhelper compat version + * add composer autoloader scripts + + -- hede <kolab983@der-he.de> Mon, 27 Jun 2016 11:18:01 +0200 + roundcubemail (1:1.2~dev20160328-0~kolab1) unstable; urgency=low * fix secure URL regex for debian
View file
debian.control
Changed
@@ -3,7 +3,7 @@ Priority: extra 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> -Build-Depends: debhelper (>= 8) +Build-Depends: composer, python-support (>= 0.5.3), debhelper (>= 8) Homepage: http://www.roundcube.net/ Standards-Version: 3.9.3 Vcs-Git: git://git.kolabsys.com/git/apt/roundcubemail/ @@ -20,6 +20,7 @@ php-net-smtp, php-net-socket, php-net-sieve, + php-sabre-vobject (>= 3.4.5), php5, php5-cli, php5-gd,
View file
debian.rules
Changed
@@ -1,7 +1,14 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python_support + +override_dh_auto_build: + mkdir -p $HOME/.composer + echo '{}' > $HOME/.composer/composer.json + patch -p1 < debian/patches/add-composer-autoloader.diff + composer.sh -vvv dumpautoload --optimize + dh_auto_build override_dh_install: mkdir -p $(CURDIR)/debian/roundcubemail/usr/share/roundcubemail/ @@ -12,6 +19,7 @@ program \ public_html \ skins \ + vendor \ $(CURDIR)/debian/roundcubemail/usr/share/roundcubemail/ rm -rf $(CURDIR)/debian/roundcubemail/usr/share/roundcubemail/public_html/.htaccess
View file
debian.tar.gz/compat
Changed
@@ -1,1 +1,1 @@ -5 +8
View file
debian.tar.gz/patches
Added
+(directory)
View file
debian.tar.gz/patches/add-composer-autoloader.diff
Added
@@ -0,0 +1,16 @@ +Index: roundcubemail-1.2~dev20160328/composer.json +=================================================================== +--- /dev/null ++++ roundcubemail-1.2~dev20160328/composer.json +@@ -0,0 +1,11 @@ ++{ ++ "name": "kolab/roundcubemail", ++ "description": "Roundcube Webmail for Kolab", ++ "license": "GPL-3.0", ++ "require": { "php": ">=5.3.3" }, ++ "autoload": { ++ "psr-0": { "": "/usr/share/pear/" }, ++ "psr-4": { "": "/usr/share/php/" } ++ } ++} ++
View file
roundcubemail.dsc
Changed
@@ -2,14 +2,14 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.2~dev20160328-0~kolab1 +Version: 1:1.2~dev20160328-0~kolab1mic1 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/ Standards-Version: 3.9.3 Vcs-Browser: http://git.kolabsys.com/apt/roundcubemail/ Vcs-Git: git://git.kolabsys.com/git/apt/roundcubemail/ -Build-Depends: debhelper (>= 8) +Build-Depends: composer, python-support (>= 0.5.3), debhelper (>= 8) Package-List: roundcubemail deb web 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
.