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

Daniel Leidert daniel.leidert.spam at gmx.net
Sun Feb 28 17:12:39 UTC 2010


SVN commit 4896 by dleidert-guest:

* debian/rules (clean): Fix target to not remove README.source.
* debian/source.lintian-overrides: Added to hide a lintian limitation.

 M  +2 -0      arpack/trunk/debian/changelog  
 M  +1 -2      arpack/trunk/debian/rules  
 A             arpack/trunk/debian/source.lintian-overrides  


--- arpack/trunk/debian/changelog #4895:4896
@@ -6,6 +6,8 @@
     (Standards-Version): Bumped to 3.8.4.
     (Depends): Fixed weak-library-dev-dependency.
     (Section): libarpack2-dbg is `debug' now.
+  * debian/rules (clean): Fix target to not remove README.source.
+  * debian/source.lintian-overrides: Added to hide a lintian limitation.
   * debian/README.source: Added.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sun, 22 Mar 2009 16:58:00 +0100
--- arpack/trunk/debian/rules #4895:4896
@@ -51,5 +51,4 @@
 
 clean::
 	-$(RM) -r objs pobjs
-	-find $(DEB_BUILDDIR) -name "*.a" -delete
-	-find $(DEB_BUILDDIR) -name "*.so*" -delete
+	-find $(DEB_BUILDDIR) \( -name "*.a" -o -name "*.so" -o -name "*.so.*" \) -delete



More information about the Pkg-scicomp-commits mailing list