[Pkg-ace-devel] r477 - in /trunk/debian: mpc-ace.docs rules

tgg-guest at users.alioth.debian.org tgg-guest at users.alioth.debian.org
Mon Feb 12 09:38:51 CET 2007


Author: tgg-guest
Date: Mon Feb 12 09:38:51 2007
New Revision: 477

URL: http://svn.debian.org/wsvn/pkg-ace/?sc=1&rev=477
Log:
Fix mpc-ace.docs and debian/rules. Heck, I still have problem w/ $(ACE_ROOT).

Modified:
    trunk/debian/mpc-ace.docs
    trunk/debian/rules

Modified: trunk/debian/mpc-ace.docs
URL: http://svn.debian.org/wsvn/pkg-ace/trunk/debian/mpc-ace.docs?rev=477&op=diff
==============================================================================
--- trunk/debian/mpc-ace.docs (original)
+++ trunk/debian/mpc-ace.docs Mon Feb 12 09:38:51 2007
@@ -1,3 +1,3 @@
 ACE_wrappers/MPC/ChangeLog
-ACE_wrappers/MPC/README
-ACE_wrappers/MPC/USAGE
+ACE_wrappers/MPC/docs/README
+ACE_wrappers/MPC/docs/USAGE

Modified: trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ace/trunk/debian/rules?rev=477&op=diff
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Mon Feb 12 09:38:51 2007
@@ -182,6 +182,7 @@
 
 #       We don't install .la files
 	find $(DT) -name '*.la' -print0 | xargs -0 rm
+	rm -f $(DT)/usr/bin/TAO_Service
 	dh_install --sourcedir=$(DT) --fail-missing
 
 binary-indep: build install




More information about the Pkg-ace-devel mailing list