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

Thomas Girard tgg at alioth.debian.org
Tue Dec 28 20:13:40 UTC 2010


Author: tgg
Date: 2010-12-28 20:13:34 +0000 (Tue, 28 Dec 2010)
New Revision: 726

Added:
   trunk/debian/patches/13-install-netsvcs.dpatch
Modified:
   trunk/debian/patches/00list
Log:
add new patch to fix ace_netsvcs installation


Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list	2010-12-27 14:18:57 UTC (rev 725)
+++ trunk/debian/patches/00list	2010-12-28 20:13:34 UTC (rev 726)
@@ -1,5 +1,6 @@
 11-promote-QtResource-to-qt4.dpatch
 12-add-DESTDIR-to-MPC.dpatch
+13-install-netsvcs.dpatch
 14-fix-tcl-flags.dpatch
 15-fix-lzo-flags.dpatch
 20-versioned_libs.dpatch

Added: trunk/debian/patches/13-install-netsvcs.dpatch
===================================================================
--- trunk/debian/patches/13-install-netsvcs.dpatch	                        (rev 0)
+++ trunk/debian/patches/13-install-netsvcs.dpatch	2010-12-28 20:13:34 UTC (rev 726)
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 13-install-netsvcs.dpatch by Thomas Girard <thomas.g.girard at free.fr>
+##
+## DP: mark ace_netsvcs and and libnetsvcs as installable
+
+ at DPATCH@
+--- ACE_wrappers.orig/netsvcs/lib/lib.mpc	2010-07-13 13:10:19.000000000 +0200
++++ ACE_wrappers/netsvcs/lib/lib.mpc	2010-12-28 20:47:37.843219230 +0100
+@@ -1,7 +1,7 @@
+ // -*- MPC -*-
+ // $Id: lib.mpc 91073 2010-07-13 11:10:19Z johnnyw $
+ 
+-project(netsvcs): ace_output, acelib {
++project(netsvcs): ace_output, acelib, install {
+   avoids       += ace_for_tao
+   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
+@@ -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
+   exename  = ace_netsvcs
+   libs     += netsvcs
+   after    += netsvcs


Property changes on: trunk/debian/patches/13-install-netsvcs.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Pkg-ace-commits mailing list