uffi/debian rules,1.44,1.45

"Kevin M. Rosenberg" <[email protected]> Tue, 29 Apr 2003 08:08:04 -0600
Newsgroups gmane.lisp.uffi.cvs
Message-ID <[email protected]>
Update of /pubcvs/uffi/debian
In directory boa.b9.com:/tmp/cvs-serv17013/debian

Modified Files:
	rules 
Log Message:


Index: rules
===================================================================
RCS file: /pubcvs/uffi/debian/rules,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** rules	29 Apr 2003 12:57:10 -0000	1.44
--- rules	29 Apr 2003 14:08:02 -0000	1.45
***************
*** 62,66 ****
  	dh_install -p $(debpkg-tests) $(pkg-tests).asd $(clc-tests)
  	dh_install -p $(debpkg-tests) "tests/*.lisp" $(clc-tests)/tests
! 	dh_install -p $(debpkg-tests) "tests/c-test-fns.so" $(lib-dir)
  	dh_link -p $(debpkg-tests) $(clc-tests)/$(pkg-tests).asd $(clc-systems)/$(pkg-tests).asd
  
--- 62,66 ----
  	dh_install -p $(debpkg-tests) $(pkg-tests).asd $(clc-tests)
  	dh_install -p $(debpkg-tests) "tests/*.lisp" $(clc-tests)/tests
! 	dh_install -p $(debpkg-tests) "tests/uffi-c-test-lib.so" $(lib-dir)
  	dh_link -p $(debpkg-tests) $(clc-tests)/$(pkg-tests).asd $(clc-systems)/$(pkg-tests).asd