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

Bernd Zeimetz bzed at debian.org
Fri Jul 25 08:56:32 UTC 2008


SVN commit 2627 by bzed:

Use the changelog from liblapack-dev to find the current lapack version as
we don't build-depend on the lapack3 package.

 M  +3 -1      atlas/trunk/debian/changelog  
 M  +1 -1      atlas/trunk/debian/rules  


--- atlas/trunk/debian/changelog #2626:2627
@@ -5,8 +5,10 @@
   * XS-DM-Upload-Allowed: yes field added
   * Splitted patches out of the diff.gz and integrated them as dpatch patches.
   * Removing debian/used_lapack_version in clean
+  * Use the changelog from liblapack-dev to find the current lapack version as
+    we don't build-depend on the lapack3 package.
 
- -- Bernd Zeimetz <bzed at debian.org>  Fri, 25 Jul 2008 00:48:31 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Fri, 25 Jul 2008 10:55:46 +0200
 
 atlas (3.6.0-21.5) unstable; urgency=low
 
--- atlas/trunk/debian/rules #2626:2627
@@ -1065,7 +1065,7 @@
 	cat /proc/cpuinfo >>$@
 	cat $^ >>$@
 
-$(LPV): /usr/share/doc/lapack3/changelog.Debian.gz
+$(LPV): /usr/share/doc/liblapack-dev/changelog.Debian.gz
 
 	echo "These atlas libraries were build using the following Debian lapack source package:" >$@
 	zcat $< | head -1l >>$@



More information about the Pkg-scicomp-commits mailing list