r45054 - in /packages/lapack/trunk/debian: changelog rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Sat Jun 16 22:56:05 UTC 2012


Author: sylvestre
Date: Sat Jun 16 22:56:04 2012
New Revision: 45054

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45054
Log:
Remove debug messages

Modified:
    packages/lapack/trunk/debian/changelog
    packages/lapack/trunk/debian/rules

Modified: packages/lapack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/changelog?rev=45054&op=diff
==============================================================================
--- packages/lapack/trunk/debian/changelog (original)
+++ packages/lapack/trunk/debian/changelog Sat Jun 16 22:56:04 2012
@@ -1,3 +1,9 @@
+lapack (3.4.1-3) UNRELEASED; urgency=low
+
+  * Remove debug messages
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 17 Jun 2012 00:51:39 +0200
+
 lapack (3.4.1-2) unstable; urgency=low
 
   [ Sylvestre Ledru ]

Modified: packages/lapack/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/rules?rev=45054&op=diff
==============================================================================
--- packages/lapack/trunk/debian/rules (original)
+++ packages/lapack/trunk/debian/rules Sat Jun 16 22:56:04 2012
@@ -112,17 +112,14 @@
 	mkdir -p tmp; \
 	cd tmp && ar x ../$< && cd -; \
 	$(GCC) -shared -Wl,-soname=liblapacke.so.$(SO) -o $@ tmp/*.o  -L.. -lblas -llapack; \
-	ls -al; \
 	rm -rf tmp
 
 liblapacke.so.$(SO): liblapacke.so.$(VERS)
 	cd lapacke; \
-	ls -al; \
 	ln -snf $< $@
 
 liblapacke.so: liblapacke.so.$(SO)
 	cd lapacke; \
-	ls -al; \
 	ln -snf $< $@
 
 liblapacke.a: make.inc testing/Makefile




More information about the debian-science-commits mailing list