From fc2cf08fd3184788eb3679011753c62e549bcd83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 1 Mar 2009 22:45:22 +0000 Subject: [PATCH] * depend on ical >= 0.43 * remove unneded files from source deb --- webcit/buildpackages | 4 ++-- webcit/debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webcit/buildpackages b/webcit/buildpackages index 3ee4ac00d..8ca301b52 100755 --- a/webcit/buildpackages +++ b/webcit/buildpackages @@ -48,7 +48,7 @@ case $1 in mkdir tmp cp -rL webcit-$WEBCIT_VERSION tmp cd tmp/webcit-$WEBCIT_VERSION - rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.guess config.log config.status autom4te.cache + rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.guess config.log config.status autom4te.cache Makefile find -type f -exec chmod a-x {} \; chmod a+x configure debian/rules po/create-pot.sh mk_module_init.sh cd .. @@ -70,6 +70,6 @@ case $1 in cd po; ./create-pot.sh ;; *) - echo "Not yet implemented. we have: debian " + echo "Not yet implemented. we have: debian, sourcedist, i18n (needs ready compiled & installed webcit in your system)" ;; esac diff --git a/webcit/debian/control b/webcit/debian/control index 2a647aa3c..3e3ff62b9 100644 --- a/webcit/debian/control +++ b/webcit/debian/control @@ -2,7 +2,7 @@ Source: webcit Section: web Priority: extra Maintainer: Wilfried Goesgens -Build-Depends: debhelper (>= 4), po-debconf, libical-dev (>=0.30), gettext, locales, +Build-Depends: debhelper (>= 4), po-debconf, libical-dev (>=0.43), gettext, locales, libcitadel-dev (>= 7.37), quilt (>= 0.40), autotools-dev, libssl-dev Standards-Version: 3.8.0 -- 2.30.2