- disable goa for now.

* debian/evolution-common.install:
  - drop /u/s/h/omf since it doesn't exist anymore

git-svn-id: file:///svn/pkg-evolution/unstable/evolution@2013 ed03ce00-e4f4-0310-9448-ee38221cb277
This commit is contained in:
Yves-Alexis Perez
2011-10-02 17:26:19 +00:00
parent 135b61a56a
commit 3da1fca44e
3 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View File

@ -10,12 +10,15 @@ evolution (3.2.0-1) UNRELEASED; urgency=low
- drop build-dep on libegroupwise.
* debian/rules:
- set hardening flags directly from cdbs
- disable goa for now.
* debian/patches:
- 01_message_id dropped, included upstream.
* debian/evolution.install:
- drop groupwise plugin since it doesn't exist anymore
* debian/evolution-common.install:
- drop /u/s/h/omf since it doesn't exist anymore
-- Yves-Alexis Perez <corsac@debian.org> Sat, 01 Oct 2011 00:01:50 +0200
-- Yves-Alexis Perez <corsac@debian.org> Sun, 02 Oct 2011 16:49:31 +0200
evolution (3.0.3-2) unstable; urgency=low

View File

@ -3,5 +3,4 @@ debian/tmp/usr/share/evolution
debian/tmp/usr/share/icons/hicolor
debian/tmp/usr/share/locale
debian/tmp/usr/share/gnome
debian/tmp/usr/share/omf
debian/lintian/evolution-common usr/share/lintian/overrides/

1
debian/rules vendored
View File

@ -31,6 +31,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
--disable-pst-import \
--disable-contacts-map \
--disable-image-inline \
--disable-goa \
--with-sub-version=-$(DEB_REVISION)
ifneq ($(DEB_HOST_ARCH_OS), linux)