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

Sylvestre Ledru sylvestre.ledru at inria.fr
Mon Sep 14 14:50:04 UTC 2009


SVN commit 4590 by sylvestre-guest:

already some fixes

 M  +11 -0     atlas/trunk/debian/changelog  
 M  +1 -0      atlas/trunk/debian/control  
 M  +1 -3      atlas/trunk/debian/rules  


--- atlas/trunk/debian/changelog #4589:4590
@@ -1,3 +1,14 @@
+atlas (3.8.3-2) UNRELEASED; urgency=low
+
+  * Fixes some warnings:
+	- at the end of the debian/rules
+	- dh-clean-k-is-deprecated
+	- debhelper-but-no-misc-depends on libatlas-doc
+  * For the record, the upload 3.8.3-1 has been done on the sep 14 16:27
+    Sorry for not updating the timestamp
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 14 Sep 2009 16:44:53 +0200
+
 atlas (3.8.3-1) experimental; urgency=low
 
   * New upstream version (Closes: #382880)
--- atlas/trunk/debian/control #4589:4590
@@ -89,6 +89,7 @@
 
 Package: libatlas-doc
 Section: doc
+Depends: ${misc:Depends}
 Conflicts: atlas-doc, atlas3-doc
 Replaces: atlas-doc, atlas3-doc
 Architecture: all
--- atlas/trunk/debian/rules #4589:4590
@@ -173,7 +173,6 @@
 install-indep-stamp:
 		dh_testdir
 		dh_testroot
-		dh_clean -k -i 
 		dh_installdirs -i
 		for ext in $(ARCHS); do					\
 			targetName=`echo $$ext|sed -e "s|\(.*\)_.*_.*|atlas-\1|g"`;		\
@@ -189,7 +188,6 @@
 install-arch-stamp:
 		dh_testdir
 		dh_testroot
-#		dh_clean -k -s 
 
 #		rm -rf $(CURDIR)/debian/libatlas-dev/usr/lib/atlas/include/ $(CURDIR)/debian/libatlas-dev/etc/ $(CURDIR)/debian/libatlas-dev/usr/share/ $(CURDIR)/debian/libatlas-dev/usr/bin/
 
@@ -200,7 +198,7 @@
 #		dh_install -s --sourcedir=$(CURDIR)/debian/atlas --list-missing
 
 binary: binary-indep binary-arch
-	if test $(ARCHS) != "base__"; then \
+	if test "$(ARCHS)" != "base__"; then \
 		cp $(CURDIR)/debian/control.in $(CURDIR)/debian/control; \
 	fi
 



More information about the Pkg-scicomp-commits mailing list