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

tgg at alioth.debian.org tgg at alioth.debian.org
Tue Jul 17 20:54:08 UTC 2007


Author: tgg
Date: 2007-07-17 20:54:08 +0000 (Tue, 17 Jul 2007)
New Revision: 516

Added:
   trunk/debian/libtao-dev.dirs
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/libace-dev.install
   trunk/debian/libtao-dev.install
   trunk/debian/mpc-ace.install
   trunk/debian/rules
Log:
add missing MPC files into libtao-dev, and move some into libace-dev


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-07-09 20:19:44 UTC (rev 515)
+++ trunk/debian/changelog	2007-07-17 20:54:08 UTC (rev 516)
@@ -21,6 +21,8 @@
     available in etch.
   * Generate doxygen documentation. Closes: #391011.
   * Enable ACE reactor notification queue.
+  * Move $ACE_ROOT/bin/MakeProjectCreator/config files into libace-dev.
+  * Install $TAO_ROOT/MPC files into libtao-dev.
 
  -- Thomas Girard <thomas.g.girard at free.fr>  Mon, 09 Jul 2007 21:16:44 +0200
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2007-07-09 20:19:44 UTC (rev 515)
+++ trunk/debian/control	2007-07-17 20:54:08 UTC (rev 516)
@@ -59,7 +59,7 @@
 Section: libdevel
 Depends: libace-5.5.9 (= ${binary:Version})
 Suggests: libace-doc, libtao-dev, pkg-config
-Replaces: libace5.2-dev
+Replaces: libace5.2-dev, mpc-ace (<< 5.5.9-1)
 Conflicts: libace5.2-dev
 Description: C++ network programming framework development files
  This package contains the header files and static library for the ACE

Modified: trunk/debian/libace-dev.install
===================================================================
--- trunk/debian/libace-dev.install	2007-07-09 20:19:44 UTC (rev 515)
+++ trunk/debian/libace-dev.install	2007-07-17 20:54:08 UTC (rev 516)
@@ -2,3 +2,4 @@
 usr/include/ace/os_include
 usr/lib/libACE.so
 usr/lib/pkgconfig/ACE.pc
+usr/share/ace/MPC/config

Added: trunk/debian/libtao-dev.dirs
===================================================================
--- trunk/debian/libtao-dev.dirs	                        (rev 0)
+++ trunk/debian/libtao-dev.dirs	2007-07-17 20:54:08 UTC (rev 516)
@@ -0,0 +1 @@
+usr/share/ace/TAO/MPC

Modified: trunk/debian/libtao-dev.install
===================================================================
--- trunk/debian/libtao-dev.install	2007-07-09 20:19:44 UTC (rev 515)
+++ trunk/debian/libtao-dev.install	2007-07-17 20:54:08 UTC (rev 516)
@@ -91,3 +91,4 @@
 usr/include/tao/Valuetype
 usr/lib/libTAO_Valuetype.so
 usr/lib/pkgconfig/TAO_Valuetype.pc
+usr/share/ace/TAO/MPC/config

Modified: trunk/debian/mpc-ace.install
===================================================================
--- trunk/debian/mpc-ace.install	2007-07-09 20:19:44 UTC (rev 515)
+++ trunk/debian/mpc-ace.install	2007-07-17 20:54:08 UTC (rev 516)
@@ -3,4 +3,7 @@
 usr/share/ace/bin/depgen.pl
 usr/share/ace/bin/DependencyGenerator
 usr/share/ace/bin/MakeProjectCreator
-usr/share/ace/MPC
+usr/share/ace/MPC/modules
+usr/share/ace/MPC/templates
+usr/share/ace/MPC/*.pl
+usr/share/ace/MPC/ChangeLog

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-07-09 20:19:44 UTC (rev 515)
+++ trunk/debian/rules	2007-07-17 20:54:08 UTC (rev 516)
@@ -177,6 +177,7 @@
 	cp -a $(ACE_SUBDIR)/bin/DependencyGenerator $(DT)/usr/share/ace/bin
 	cp -a $(ACE_SUBDIR)/bin/MakeProjectCreator $(DT)/usr/share/ace/bin
 	cp -a $(ACE_SUBDIR)/MPC/config $(DT)/usr/share/ace/MPC
+	cp -a $(ACE_SUBDIR)/TAO/MPC/config $(DT)/usr/share/ace/TAO/MPC
 	cp -a $(ACE_SUBDIR)/MPC/modules $(DT)/usr/share/ace/MPC
 	cp -a $(ACE_SUBDIR)/MPC/templates $(DT)/usr/share/ace/MPC
 	cp -a $(ACE_SUBDIR)/MPC/*.pl $(DT)/usr/share/ace/MPC




More information about the Pkg-ace-commits mailing list