re-disable the pst plugin as libpst is pretty old in Debian

git-svn-id: file:///svn/pkg-evolution/experimental/evolution@2201 ed03ce00-e4f4-0310-9448-ee38221cb277
This commit is contained in:
Jeremy Bicha
2012-06-01 13:05:23 +00:00
parent 4e5728512d
commit 9c770c48c7
3 changed files with 2 additions and 4 deletions

2
debian/changelog vendored
View File

@ -11,7 +11,7 @@ evolution (3.4.2-2) UNRELEASED; urgency=low
* Make evolution-dev depend on libevolution instead of evolution.
[ Jeremy Bicha ]
* Enable python module and pst-import plugin (Closes: #491320)
* Enable python module
* debian/evolution-common.gsettings-override: (Closes: #656678)
- Correct the path to spamd as /usr/sbin/spamd

2
debian/control vendored
View File

@ -61,7 +61,6 @@ Build-Depends: debhelper (>= 9),
libytnef0-dev,
libgdata-dev (>= 0.10),
libical-dev,
libpst-dev,
libsm-dev,
libice-dev,
libgstreamer0.10-dev,
@ -204,7 +203,6 @@ Description: standard plugins for Evolution
- mail-to-task
- mailing-list-actions
- prefer-plain
- pst-import
- mail-notification
- attachment-reminder
- backup-restore

2
debian/rules vendored
View File

@ -29,7 +29,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--enable-plugins=experimental \
--enable-pst-import \
--disable-pst-import \
--enable-python \
--enable-contact-maps \
--disable-image-inline \