[Pkg-ace-commits] [pkg-ace] r687 - trunk/debian

Thomas Girard tgg at alioth.debian.org
Sun May 16 08:17:39 UTC 2010


Author: tgg
Date: 2010-05-16 08:17:38 +0000 (Sun, 16 May 2010)
New Revision: 687

Modified:
   trunk/debian/mpc-ace.install
   trunk/debian/rules
Log:
Install PerlACE using prj_install


Modified: trunk/debian/mpc-ace.install
===================================================================
--- trunk/debian/mpc-ace.install	2010-05-16 08:06:32 UTC (rev 686)
+++ trunk/debian/mpc-ace.install	2010-05-16 08:17:38 UTC (rev 687)
@@ -5,4 +5,3 @@
 ../../ACE_wrappers/MPC/templates           usr/share/ace/MPC
 ../../ACE_wrappers/MPC/*.pl                usr/share/ace/MPC
 ../../ACE_wrappers/MPC/ChangeLog           usr/share/ace/MPC
-../../ACE_wrappers/bin/PerlACE             usr/share/ace/bin

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-05-16 08:06:32 UTC (rev 686)
+++ trunk/debian/rules	2010-05-16 08:17:38 UTC (rev 687)
@@ -122,6 +122,7 @@
 	rm -Rf $(CURDIR)/$(DT)/usr/include/apps/gperf
 
 	cd $(ACE_ROOT)/protocols && ../MPC/prj_install.pl $(PRJ_INSTALL_ALL) $(CURDIR)/$(DT) ace
+	cd $(ACE_ROOT)/bin/PerlACE && ../../MPC/prj_install.pl -s script_files -b script_files=usr/share/ace/bin/PerlACE $(CURDIR)/$(DT) PerlACE.ins
 
 #	Install TAO files in $(CURDIR)/$(DT)
 	for p in tao orbsvcs; do \




More information about the Pkg-ace-commits mailing list