Monotone-Parent: cac9e2abd986a1cd4f20b31e0c48359b21028a7d

Monotone-Revision: 57d6964f28d741f062f7dd0eb4065411c322df25

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-11T13:48:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-04-11 13:48:28 +00:00
parent 0f5639f1b8
commit d19e0e8823
2 changed files with 22 additions and 2 deletions

View File

@@ -6,9 +6,12 @@ export DH_VERBOSE=1
DESTDIR=$(CURDIR)/debian/tmp
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
include /etc/GNUstep/GNUstep.conf
include /usr/share/GNUstep/Makefiles/common.make
config.make: configure
dh_testdir
./configure
./configure --prefix=$(GNUSTEP_SYSTEM_ROOT)
#Architecture
build: build-arch
@@ -26,6 +29,9 @@ clean:
dh_testdir
dh_testroot
rm -f build-arch-stamp
( cd Tests/Integration; make clean )
rm -f Tests/Integration/config.py
-find Tests -name "*.pyc" -exec rm -f {} \;
if [ -f config.make ]; \
then \
if pkg-config --atleast-version=1.0 libmapi; \
@@ -34,6 +40,10 @@ clean:
fi; \
make clean; \
fi
-rm -f OpenChange/MAPIStorePropertySelectors.*
-find OpenChange -type d -name "unrtf-*" -exec rm -rf {} \;
-rm -f OpenChange/unrtf*-stamp
-rm -f config.make
dh_clean
install: install-arch

12
debian/rules vendored
View File

@@ -5,9 +5,12 @@ export DH_VERBOSE=1
DESTDIR=$(CURDIR)/debian/tmp
include /etc/GNUstep/GNUstep.conf
include /usr/share/GNUstep/Makefiles/common.make
config.make: configure
dh_testdir
./configure
./configure --prefix=$(GNUSTEP_SYSTEM_ROOT)
#Architecture
build: build-arch
@@ -25,6 +28,9 @@ clean:
dh_testdir
dh_testroot
rm -f build-arch-stamp
( cd Tests/Integration; make clean )
rm -f Tests/Integration/config.py
-find Tests -name "*.pyc" -exec rm -f {} \;
if [ -f config.make ]; \
then \
if pkg-config --atleast-version=1.0 libmapi; \
@@ -33,6 +39,10 @@ clean:
fi; \
make clean; \
fi
-rm -f OpenChange/MAPIStorePropertySelectors.*
-find OpenChange -type d -name "unrtf-*" -exec rm -rf {} \;
-rm -f OpenChange/unrtf*-stamp
-rm -f config.make
dh_clean
install: install-arch