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

Ondrej Certik ondrej at certik.cz
Tue Jul 31 13:42:05 UTC 2007


SVN commit 1769 by certik-guest:

Lintian/linda warnings fixed


 D             blzpack/trunk/debian/README.Debian  
 M  +1 -1      blzpack/trunk/debian/changelog  
 M  +5 -5      blzpack/trunk/debian/control  
 M  +2 -0      blzpack/trunk/debian/rules  


--- blzpack/trunk/debian/changelog #1768:1769
@@ -1,6 +1,6 @@
 blzpack (0.0.20020101.dfsg-0oc1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #435394)
 
  -- Ondrej Certik <ondrej at certik.cz>  Tue, 31 Jul 2007 14:46:08 +0200
 
--- blzpack/trunk/debian/control #1768:1769
@@ -8,12 +8,12 @@
 Package: blzpack-dev
 Section: libdevel
 Architecture: any
-Depends: blzpack1 (= ${Source-Version})
+Depends: blzpack1 (= ${binary:Version})
 Description: library for solving large sparse eigenproblems
  BLZPACK (for Block LancZos PACKage, release 04/00) is a standard Fortran 77
  implementation of the block Lanczos algorithm intended for the solution of the
- standard eigenvalue problem Ax=µx or the generalized eigenvalue problem
- Ax=µBx, where A and B are real, sparse symmetric matrices, µ an eigenvalue and
+ standard eigenvalue problem Ax=mx or the generalized eigenvalue problem
+ Ax=mBx, where A and B are real, sparse symmetric matrices, m an eigenvalue and
  x an eigenvector. 
  .
  The development of this eigensolver was motivated by the need to solve large,
@@ -34,8 +34,8 @@
 Description: library for solving large sparse eigenproblems
  BLZPACK (for Block LancZos PACKage, release 04/00) is a standard Fortran 77
  implementation of the block Lanczos algorithm intended for the solution of the
- standard eigenvalue problem Ax=µx or the generalized eigenvalue problem
- Ax=µBx, where A and B are real, sparse symmetric matrices, µ an eigenvalue and
+ standard eigenvalue problem Ax=mx or the generalized eigenvalue problem
+ Ax=mBx, where A and B are real, sparse symmetric matrices, m an eigenvalue and
  x an eigenvector. 
  .
  The development of this eigensolver was motivated by the need to solve large,
--- blzpack/trunk/debian/rules #1768:1769
@@ -64,6 +64,7 @@
 
 	# Add here commands to install the package into debian/tmp
 	cp $(CURDIR)/src/double/libblzpack.a $(CURDIR)/debian/blzpack-dev/usr/lib
+	#rm $(CURDIR)/debian/blzpack-dev/usr/share/doc/blzpack-dev/license.txt
 
 
 # Build architecture-independent files here.
@@ -76,6 +77,7 @@
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
+	rm $(CURDIR)/debian/blzpack-dev/usr/share/doc/blzpack-dev/license.txt
 	dh_installexamples
 #	dh_install
 #	dh_installmenu



More information about the Pkg-scicomp-devel mailing list