* debian/rules:
- disable nm on kfreebsd, fix FTBFS, thanks Petr Salinger. closes: # 555304 * debian/control: - build-dep on hal on kfreebsd. git-svn-id: file:///svn/pkg-evolution/unstable/evolution@1406 ed03ce00-e4f4-0310-9448-ee38221cb277
This commit is contained in:
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
evolution (2.28.1-2) UNRELEASED; urgency=low
|
||||
|
||||
* debian/rules:
|
||||
- disable nm on kfreebsd, fix FTBFS, thanks Petr Salinger. closes: # 555304
|
||||
* debian/control:
|
||||
- build-dep on hal on kfreebsd.
|
||||
|
||||
-- Yves-Alexis Perez <corsac@debian.org> Tue, 10 Nov 2009 07:59:43 +0100
|
||||
|
||||
evolution (2.28.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -49,8 +49,8 @@ Build-Depends: debhelper (>= 5.0.0),
|
||||
libgconf2-dev,
|
||||
libgnomeprint2.2-dev (>= 2.7.0),
|
||||
libgnomeprintui2.2-dev (>= 2.2.1),
|
||||
libhal-dev (>= 0.5.4) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
|
||||
libcamel1.2-dev (>= 2.28.0),
|
||||
libhal-dev (>= 0.5.4) [!hurd-i386],
|
||||
libedataserver1.2-dev (>= 2.28.0),
|
||||
libegroupwise1.2-dev (>= 2.28.0),
|
||||
libedataserverui1.2-dev (>= 2.28.0),
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -36,6 +36,10 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
|
||||
--libexecdir=/usr/lib \
|
||||
--enable-plugins=experimental
|
||||
|
||||
ifneq ($(DEB_HOST_ARCH_OS),linux)
|
||||
DEB_CONFIGURE_EXTRA_FLAGS += --disable-nm
|
||||
endif
|
||||
|
||||
clean::
|
||||
debconf-updatepo
|
||||
find -name '*.schemas' | xargs rm -f
|
||||
|
Reference in New Issue
Block a user