[Pkg-scicomp-devel] arpack/trunk/debian

Rafael Laboissiere rafael at debian.org
Sat Mar 1 17:58:46 UTC 2008


SVN commit 2231 by rafael:

Set variables PSRCdir and PUTILdir for the invokation of "make clean"

 M  +9 -0      arpack/trunk/debian/changelog  
 M  +1 -1      arpack/trunk/debian/rules  


--- arpack/trunk/debian/changelog #2230:2231
@@ -1,3 +1,12 @@
+arpack (2.1+parpack96-3) UNRELEASED; urgency=low
+
+  * debian/rules: Set variables PSRCdir and PUTILdir for the invokation of
+    "make clean".  We cannot rely on parpack-clean-dirs.patch for doing
+    this and the previous version was still causing problems with the
+    buildds.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 01 Mar 2008 18:58:19 +0100
+
 arpack (2.1+parpack96-2) unstable; urgency=low
 
   [ Christophe Prud'homme ]
--- arpack/trunk/debian/rules #2230:2231
@@ -12,7 +12,7 @@
 DEB_SRCDIR := $(CURDIR)/
 DEB_BUILDDIR := $(DEB_SRCDIR)/
 
-DEB_MAKE_CLEAN_TARGET    := clean
+DEB_MAKE_CLEAN_TARGET    := clean PSRCdir=SRC PUTILdir=UTIL
 DEB_MAKE_BUILD_TARGET    := default
 DEB_COMPRESS_EXCLUDE     := .pdf
 #DH_COMPAT=5



More information about the Pkg-scicomp-devel mailing list