From 81088bdaa0ec095c4a245be3575bc347c9d5dc35 Mon Sep 17 00:00:00 2001 From: Martin Andre Date: Wed, 11 Oct 2006 10:29:02 +0000 Subject: [PATCH] Can now build Debian package with the ant "deb" task. --- build.xml | 32 +++++++++++++++++++++++++++++++- release/.cvsignore | 2 ++ resources/install/debian/rules | 4 ++-- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 06d161593..078b3c022 100644 --- a/build.xml +++ b/build.xml @@ -23,7 +23,8 @@ - + + @@ -34,6 +35,13 @@ + + + + + + + @@ -334,6 +342,28 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/release/.cvsignore b/release/.cvsignore index 9e275ffa9..47cf1a47b 100644 --- a/release/.cvsignore +++ b/release/.cvsignore @@ -1,3 +1,5 @@ generic linux windows +debian +macosx diff --git a/resources/install/debian/rules b/resources/install/debian/rules index 9cd6bc975..6b291e03c 100755 --- a/resources/install/debian/rules +++ b/resources/install/debian/rules @@ -28,7 +28,7 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - -$(ANT) -file $(BASEDIR)/build.xml rebuild + #-$(ANT) -file $(BASEDIR)/build.xml rebuild touch $@ @@ -38,7 +38,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(ANT) -file $(BASEDIR)/build.xml clean + #-$(ANT) -file $(BASEDIR)/build.xml clean dh_clean