mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-28 15:40:14 +00:00
Changes to Debian packaging for 0.9.9.4 release.
This commit is contained in:
parent
9805a040c8
commit
752df2906f
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
davical (0.9.9.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Run update-davical-database in postinst (closes: #578357)
|
||||
* Remove ancient references to rscds package.
|
||||
|
||||
-- Andrew McMillan <awm@debian.org> Sat, 25 Dec 2010 16:07:44 +1300
|
||||
|
||||
davical (0.9.9.3-0) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
3
debian/control
vendored
3
debian/control
vendored
@ -10,9 +10,8 @@ Homepage: http://davical.org/
|
||||
|
||||
Package: davical
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, debconf (>= 1.0.32), php5-pgsql, postgresql-client-9.0 | postgresql-client-8.4 | postgresql-client-8.3 | postgresql-client-8.2 | postgresql-client-8.1, libawl-php (= 0.45-0), libdbd-pg-perl, libyaml-perl
|
||||
Depends: ${misc:Depends}, debconf (>= 1.0.32), php5-pgsql, postgresql-client-9.0 | postgresql-client-8.4 | postgresql-client-8.3 | postgresql-client-8.2 | postgresql-client-8.1, libawl-php (= 0.46-1), libdbd-pg-perl, libyaml-perl
|
||||
Recommends: postgresql (>= 8.1)
|
||||
Conflicts: rscds
|
||||
Description: The DAViCal CalDAV Server
|
||||
The DAViCal CalDAV Server is designed to trivially store
|
||||
CalDAV calendars, such as those from Evolution, Sunbird/Lightning,
|
||||
|
||||
12
debian/davical.postinst
vendored
12
debian/davical.postinst
vendored
@ -6,18 +6,6 @@ set -e
|
||||
PACKAGE=::package::
|
||||
[ -n "${DEBUG}" ] && echo "PostInst Parameters: $@"
|
||||
|
||||
#
|
||||
# Migrate directory location to /etc/davical from /etc/rscds
|
||||
#
|
||||
if [ -d /etc/rscds -a -d /etc/davical -a ! -h /etc/rscds ]; then
|
||||
for CNFFILE in /etc/rscds/*; do
|
||||
if [ -f "${CNFFILE}" ]; then
|
||||
mv "${CNFFILE}" /etc/davical
|
||||
fi
|
||||
done
|
||||
rmdir /etc/rscds
|
||||
fi
|
||||
|
||||
case $1 in
|
||||
configure)
|
||||
# Attempt to run the database upgrade script with default
|
||||
|
||||
4
debian/rscds.docs
vendored
4
debian/rscds.docs
vendored
@ -1,4 +0,0 @@
|
||||
README
|
||||
TODO
|
||||
INSTALL
|
||||
CREDITS
|
||||
5
debian/rscds.install
vendored
5
debian/rscds.install
vendored
@ -1,5 +0,0 @@
|
||||
dba htdocs inc locale usr/share/rscds
|
||||
debian/keepme etc/davical/.keep
|
||||
config/example-config.php usr/share/doc/rscds/examples/davical-conf.php
|
||||
config/example-administration.yml usr/share/doc/rscds/examples/administration.yml
|
||||
config/debug-config.php config/other-config.php usr/share/doc/rscds/examples
|
||||
27
debian/rscds.postinst
vendored
27
debian/rscds.postinst
vendored
@ -1,27 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
[ -n "${DEBUG}" ] && set -o xtrace
|
||||
PACKAGE=::package::
|
||||
[ -n "${DEBUG}" ] && echo "PostInst Parameters: $@"
|
||||
|
||||
#
|
||||
# Migrate directory location to /etc/davical from /etc/rscds
|
||||
#
|
||||
if [ -d /etc/rscds -a -d /etc/davical -a ! -h /etc/rscds ]; then
|
||||
for CNFFILE in /etc/rscds/*; do
|
||||
if [ -f "${CNFFILE}" ]; then
|
||||
mv "${CNFFILE}" /etc/davical
|
||||
fi
|
||||
done
|
||||
rmdir /etc/rscds
|
||||
ln -s /etc/davical /etc/rscds
|
||||
fi
|
||||
|
||||
case $1 in
|
||||
configure)
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
15
debian/rscds.postrm
vendored
15
debian/rscds.postrm
vendored
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
[ -n "${DEBUG}" ] && set -o xtrace
|
||||
PACKAGE=::package::
|
||||
|
||||
[ -n "${DEBUG}" ] && echo "PostRM Parameters: $@"
|
||||
|
||||
case $1 in
|
||||
purge)
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
15
debian/rscds.prerm
vendored
15
debian/rscds.prerm
vendored
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
[ -n "${DEBUG}" ] && set -o xtrace
|
||||
PACKAGE=::package::
|
||||
|
||||
[ -n "${DEBUG}" ] && echo "PreRM Parameters: $@"
|
||||
|
||||
case $1 in
|
||||
remove)
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
Loading…
x
Reference in New Issue
Block a user