[Pkg-ace-commits] [pkg-ace] r729 - trunk/debian/patches

Thomas Girard tgg at alioth.debian.org
Tue Dec 28 22:16:16 UTC 2010


Author: tgg
Date: 2010-12-28 22:16:16 +0000 (Tue, 28 Dec 2010)
New Revision: 729

Modified:
   trunk/debian/patches/13-install-netsvcs.dpatch
Log:
install netsvcs configuration files in ace-netsvcs

Remaining: install headers of libnetsvcs-dev in /usr/include/netsvcs
(and *not* /usr/include/lib).


Modified: trunk/debian/patches/13-install-netsvcs.dpatch
===================================================================
--- trunk/debian/patches/13-install-netsvcs.dpatch	2010-12-28 21:34:08 UTC (rev 728)
+++ trunk/debian/patches/13-install-netsvcs.dpatch	2010-12-28 22:16:16 UTC (rev 729)
@@ -16,14 +16,25 @@
    sharedname    = netsvcs
    dynamicflags += ACE_BUILD_SVC_DLL
 --- ACE_wrappers.orig/netsvcs/servers/servers.mpc	2010-08-26 15:08:43.000000000 +0200
-+++ ACE_wrappers/netsvcs/servers/servers.mpc	2010-12-28 20:36:20.435133215 +0100
++++ ACE_wrappers/netsvcs/servers/servers.mpc	2010-12-28 23:03:38.597927826 +0100
 @@ -1,7 +1,8 @@
  // -*- MPC -*-
  // $Id: servers.mpc 91489 2010-08-26 13:08:43Z johnnyw $
  
 -project(Netsvcs_server) : aceexe, avoids_ace_for_tao {
 +project(Netsvcs_server) : aceexe, avoids_ace_for_tao, install {
-+  install = $(ACE_ROOT)/bin
++  install  = $(ACE_ROOT)/bin
    exename  = ace_netsvcs
    libs     += netsvcs
    after    += netsvcs
+@@ -13,4 +14,10 @@
+   Source_Files {
+     main.cpp
+   }
++
++  InstallData_Files {
++    gendir = ../ace-netsvcs
++    svc.conf
++    svc.conf.xml
++  }
+ }




More information about the Pkg-ace-commits mailing list