[Pkg-scicomp-commits] superlu/trunk/debian

Daniel Leidert daniel.leidert.spam at gmx.net
Sun May 11 01:17:09 UTC 2008


SVN commit 2458 by dleidert-guest:

* debian/control: Added Homepage field.
  (Vcs-Svn): Fixed.
  (Depends): ${Source-Version} is deprecated (make the package binNMU safe).
* debian/rules (clean): Fixed debian-rules-ignores-make-clean-error.

 M  +9 -0      superlu/trunk/debian/changelog  
 M  +4 -3      superlu/trunk/debian/control  
 M  +2 -5      superlu/trunk/debian/rules  


--- superlu/trunk/debian/changelog #2457:2458
@@ -1,3 +1,12 @@
+superlu (3.0+20070106-4) UNRELEASED; urgency=low
+
+  * debian/control: Added Homepage field.
+    (Vcs-Svn): Fixed.
+    (Depends): ${Source-Version} is deprecated (make the package binNMU safe).
+  * debian/rules (clean): Fixed debian-rules-ignores-make-clean-error.
+
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sun, 11 May 2008 03:11:01 +0200
+
 superlu (3.0+20070106-3) unstable; urgency=low
 
   * debian/control: changed XS-Vcs-*  to Vcs-*
--- superlu/trunk/debian/control #2457:2458
@@ -3,15 +3,16 @@
 Section: devel
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: debhelper (>= 4.0.0), gcc( >= 3.0 ), libblas-dev
+Build-Depends: debhelper (>> 4), gcc (>= 3.0), libblas-dev
 Standards-Version: 3.7.3
-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/superlu/
+Homepage: http://crd.lbl.gov/~xiaoye/SuperLU/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/superlu/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/superlu/
 
 Package: libsuperlu3-dev
 Section: libdevel
 Architecture: any
-Depends: libsuperlu3 (= ${Source-Version}), libblas-dev
+Depends: libsuperlu3 ${binary:Version}, libblas-dev
 Description: Direct solution of large, sparse systems of linear equations
  SuperLU is a general purpose library for the direct solution of
  large, sparse, nonsymmetric systems of linear equations on high
--- superlu/trunk/debian/rules #2457:2458
@@ -58,13 +58,10 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
 	-rm -rf shared static
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean build-stamp configure-stamp
 
-	-$(MAKE) clean
-
-	dh_clean
-
 install: build
 	dh_testdir
 	dh_testroot



More information about the Pkg-scicomp-commits mailing list