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

Rafael Laboissiere rafael at debian.org
Sat Feb 14 12:03:52 UTC 2009


SVN commit 4139 by rafael:

Adjust the Lintian overrides after the colamd split


 M  +11 -0     suitesparse/trunk/debian/changelog  
 M  +1 -1      suitesparse/trunk/debian/compat  
 M  +1 -1      suitesparse/trunk/debian/control  
 A             suitesparse/trunk/debian/libcolamd-3.2.0.lintian-overrides  
 A             suitesparse/trunk/debian/libsuitesparse-3.2.0.lintian-overrides  
 D             suitesparse/trunk/debian/libsuitesparse.overrides  
 M  +1 -5      suitesparse/trunk/debian/rules  
 A             suitesparse/trunk/debian/source.lintian-overrides  


--- suitesparse/trunk/debian/changelog #4138:4139
@@ -3,6 +3,17 @@
   * Merge from Ubuntu: Split out colamd, in order to reduce the footsprint
     of openoffice.org.  Thanks to Chris Cheney for the patch.
     Closes: #513415.
+  * Adjust the Lintian overrides after the colamd split:
+    + debian/compat, debian/control: Bump the build-dependency on
+       debhelper to >= 6.0.7 and cdbs to >= 0.4.52, such that dh_lintian
+       is used
+    + debian/libsuitesparse-3.2.0.lintian-overrides,
+      debian/libcolamd-3.2.0.lintian-overrides,
+      debian/source.lintian-overrides: Add files
+    + debian/libsuitesparse.overrides: Drop file
+    + debian/rules (binary-post-install/libsuitesparse-$(VERSION)): Drop
+      this rule, since installation of Lintian overrides is done now by
+      dh_lintian
 
  -- Rafael Laboissiere <rafael at debian.org>  Sat, 14 Feb 2009 11:56:05 +0100
 
--- suitesparse/trunk/debian/compat #4138:4139
@@ -1 +1 @@
-5
+6
--- suitesparse/trunk/debian/control #4138:4139
@@ -6,7 +6,7 @@
  Daniel Rus Morales <danirus at tol-project.org>,
  Rafael Laboissiere <rafael at debian.org>,
  Ondrej Certik <ondrej at certik.cz>
-Build-Depends: cdbs, debhelper (>= 5.0.0), dpatch, gfortran,
+Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), dpatch, gfortran,
  libblas-dev, liblapack-dev
 Standards-Version: 3.8.0
 Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/
--- suitesparse/trunk/debian/rules #4138:4139
@@ -20,10 +20,6 @@
 
 VERSION=3.2.0
 
-binary-post-install/libsuitesparse-$(VERSION)::
-	install -d debian/libsuitesparse-$(VERSION)/usr/share/lintian/overrides
-	install -m 644 debian/libsuitesparse.overrides debian/libsuitesparse-$(VERSION)/usr/share/lintian/overrides/libsuitesparse-$(VERSION)
-
 build/libsuitesparse-$(VERSION)::
 	-( cd AMD/Doc      && mv ChangeLog AMD_ChangeLog )
 	-( cd CAMD/Doc     && mv ChangeLog CAMD_ChangeLog )
@@ -68,4 +64,4 @@
 	-find $(DEB_BUILDDIR) -name "*.so*" | xargs rm
 
 get-orig-source:
-	uscan --force-download 
+	uscan --force-download



More information about the Pkg-scicomp-commits mailing list