[Pkg-ace-devel] r314 - in /trunk/debian: mpc-ace.links mpc-ace.manpages mpc.sgml rules

tgg-guest at users.alioth.debian.org tgg-guest at users.alioth.debian.org
Sun May 14 16:58:12 UTC 2006


Author: tgg-guest
Date: Sun May 14 16:58:11 2006
New Revision: 314

URL: http://svn.debian.org/wsvn/pkg-ace/?sc=1&rev=314
Log:
Merge branch manpages r292:313 into the trunk.

Added:
    trunk/debian/mpc-ace.manpages
      - copied unchanged from r313, branches/manpages/debian/mpc-ace.manpages
    trunk/debian/mpc.sgml
      - copied unchanged from r313, branches/manpages/debian/mpc.sgml
Modified:
    trunk/debian/mpc-ace.links
    trunk/debian/rules

Modified: trunk/debian/mpc-ace.links
URL: http://svn.debian.org/wsvn/pkg-ace/trunk/debian/mpc-ace.links?rev=314&op=diff
==============================================================================
--- trunk/debian/mpc-ace.links (original)
+++ trunk/debian/mpc-ace.links Sun May 14 16:58:11 2006
@@ -1,2 +1,3 @@
-usr/bin/mpc-ace usr/share/ace/bin/mpc.pl
-usr/bin/mwc-ace usr/share/ace/bin/mwc.pl
+usr/bin/mpc-ace                 usr/share/ace/bin/mpc.pl
+usr/bin/mwc-ace                 usr/share/ace/bin/mwc.pl
+usr/share/man/man1/mpc-ace.1.gz usr/share/man/man1/mwc-ace.1.gz

Modified: trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ace/trunk/debian/rules?rev=314&op=diff
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Sun May 14 16:58:11 2006
@@ -20,7 +20,8 @@
 	debian/Event_Logging_Service.1 \
 	debian/Notify_Logging_Service.1 \
 	debian/RTEvent_Logging_Service.1 \
-	debian/TAO_ORB_Options.1
+	debian/TAO_ORB_Options.1 \
+	debian/mpc-ace.1
 MAN5 :=
 
 ifneq (mpc-archive-missing,$(MPC_ARCHIVE))
@@ -59,6 +60,9 @@
 $(MPC_ROOT): $(MPC_ARCHIVE)
 	tar -xzf "$^"
 	touch "$@"
+
+debian/mpc-ace.sgml: debian/mpc.sgml
+	sed -e 's/mpc\.pl/mpc-ace/g' -e 's/mwc\.pl/mwc-ace/g' "$^" > "$@"
 
 debian/%.1 debian/%.5: debian/%.sgml
 	docbook-to-man "$^" > "$@"
@@ -195,7 +199,7 @@
 
 clean:
 	dh_testdir
-	rm -rf *-stamp *-stampT *.tmp $(ACE_SUBDIR) $(ACE_SUBDIR).orig $(MPC_SUBDIR) $(MPC_SUBDIR).orig debian/patched $(MAN1) $(MAN5) patch-perl-scripts extract
+	rm -rf *-stamp *-stampT *.tmp $(ACE_SUBDIR) $(ACE_SUBDIR).orig $(MPC_SUBDIR) $(MPC_SUBDIR).orig debian/patched $(MAN1) $(MAN5) patch-perl-scripts extract debian/mpc-ace.sgml
 
 	dh_clean
 




More information about the Pkg-ace-devel mailing list