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

Sylvestre Ledru sylvestre.ledru at inria.fr
Wed Sep 16 08:26:27 UTC 2009


SVN commit 4594 by sylvestre-guest:

cleanup

 M  +0 -20     atlas/trunk/debian/rules  


--- atlas/trunk/debian/rules #4593:4594
@@ -83,9 +83,6 @@
 	-v 2											\
 	-Si cputhrchk 0
 
-# Avoid postinst-has-useless-call-to-ldconfig
-# DEB_DH_MAKESHLIBS_ARGS_v-sim-plugins := -n
-
 custom: custom-stamp
 
 # Build a custom package optimized for the current arch
@@ -126,7 +123,6 @@
 			cd -;										\
 		done
 		touch $@
-#		(mkdir -p build/static; cd build/static; CFLAGS="$(CFLAGS)" ../../configure $(COMMON_CONFIG_PARAMS) $(STATIC_CONFIG_PARAMS))
 
 
 build: build-arch build-indep
@@ -189,14 +185,6 @@
 		dh_testdir
 		dh_testroot
 
-#		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/
-
-		# Strip rpath info from all executables and libraries
-#		find debian/atlas/ -type f -perm -+x -a ! -name '*.la' -a ! -name '*.mod' -exec chrpath -d '{}' \;
-#		find debian/libatlas-dev/ -type f -name '*\.so*' -exec chrpath -d '{}' \;
-#		sed -i 's/3Atlas/3/' debian/atlas/usr/share/man/man3/*.3
-#		dh_install -s --sourcedir=$(CURDIR)/debian/atlas --list-missing
-
 binary: binary-indep binary-arch
 	if test "$(ARCHS)" != "base__"; then \
 		cp $(CURDIR)/debian/control.in $(CURDIR)/debian/control; \
@@ -227,19 +215,11 @@
 		dh_installexamples -a
 		dh_installman -a
 		dh_link -a
-#		dh_strip -a --dbg-package=libatlas-dbg
 		dh_compress  -a
 		dh_fixperms -a
-#		dh_makeshlibs -plibatlas1 
-#		dh_makeshlibs -n -plibatlas-dev
 		dh_installdeb -a
-#		dh_shlibdeps -a -l$(CURDIR)/debian/atlas/usr/lib/atlas/lib -Llibatlas1
 		dh_shlibdeps -a -l $$(pwd)
 
-#		dh_gencontrol -a
-#		dh_md5sums -a
-#		dh_builddeb -a
-
 .PHONY: build build-indep build-indep-stamp build-arch build-arch-stamp check clean binary binary-indep binary-arch configure-stamp configure custom custom-stamp
 
 



More information about the Pkg-scicomp-commits mailing list