Projects
Kolab:3.4
libkolabxml
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 38
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +libkolabxml (1.0.1-0~kolab4) unstable; urgency=low + + * php5dismod is not available on UCS 3.2, so invent a work-around for that + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 09 Apr 2014 16:38:05 +0200 + libkolabxml (1.0.1-0~kolab3) unstable; urgency=low * No need to require php-kolab any longer, resolving #1632
View file
debian.tar.gz/php-kolabformat.postrm
Changed
@@ -6,7 +6,7 @@ #DEBHELPER# if [ -d "/etc/php5/mods-available" ]; then - inidir=/etc/php5/mods-available + inidir=/etc/php5/mods-available/ else inidir=/etc/php5/conf.d/ fi @@ -19,21 +19,23 @@ # Query which package has this conffile registered if which ucfq >/dev/null; then -ucfp=$(ucfq -w ${inidir}/${inifile} | cut -f 2 -d:) + ucfp=$(ucfq -w ${inidir}/${inifile} | cut -f 2 -d:) fi # Only work with the config file if it still belongs to us if test "$ucfp" = ${package}; then if [ "$1" = "purge" ]; then for ext in '~' '%' .bak .ucf-new .ucf-old .ucf-dist; do - rm -f ${inidir}/${inifile}${ext} + rm -f ${inidir}/${inifile}${ext} done + rm -f ${inidir}/${inifile} + if which ucf >/dev/null; then - ucf --purge ${inidir}/${inifile} + ucf --purge ${inidir}/${inifile} fi if which ucfr >/dev/null; then - ucfr --purge ${package} ${inidir}/${inifile} + ucfr --purge ${package} ${inidir}/${inifile} fi fi fi
View file
debian.tar.gz/php-kolabformat.prerm
Changed
@@ -1,14 +1,26 @@ -#!/bin/sh +#!/bin/bash set -e #EXTRA# #DEBHELPER# +if [ -d "/etc/php5/mods-available" ]; then + inidir=/etc/php5/mods-available/ +else + inidir=/etc/php5/conf.d/ +fi + module=kolabformat +package=php-${module} +inifile=${module}.ini if [ "$1" = "remove" ]; then - php5dismod ${module} + if [ -x "$(which php5dismod 2>/dev/null)" ]; then + php5dismod ${module} + elif [ -f "${inidir}/${inifile}" ]; then + rm -f "${inidir}/${inifile}" + fi fi exit 0
View file
libkolabxml.dsc
Changed
@@ -2,7 +2,7 @@ Source: libkolabxml Binary: libkolabxml1, php-kolabformat, python-kolabformat, libkolabxml-dev Architecture: any -Version: 1.0.1-0~kolab3 +Version: 1.0.1-0~kolab4 Maintainer: Debian Kolab Maintainers <pkg-kolab-devel@lists.alioth.debian.org> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://git.kolab.org/libkolabxml
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
.