[Pkg-ace-devel] r313 - in /branches/manpages/debian: mpc-ace.links mpc-ace.manpages rules

tgg-guest at users.alioth.debian.org tgg-guest at users.alioth.debian.org
Sun May 14 11:15:53 UTC 2006


Author: tgg-guest
Date: Sun May 14 11:15:52 2006
New Revision: 313

URL: http://svn.debian.org/wsvn/pkg-ace/?sc=1&rev=313
Log:
Hook in mpc-ace and mwc-ace manpages.

Added:
    branches/manpages/debian/mpc-ace.manpages
Modified:
    branches/manpages/debian/mpc-ace.links
    branches/manpages/debian/rules

Modified: branches/manpages/debian/mpc-ace.links
URL: http://svn.debian.org/wsvn/pkg-ace/branches/manpages/debian/mpc-ace.links?rev=313&op=diff
==============================================================================
--- branches/manpages/debian/mpc-ace.links (original)
+++ branches/manpages/debian/mpc-ace.links Sun May 14 11:15:52 2006
@@ -1,3 +1,4 @@
 usr/bin/mpc.pl                  usr/share/ace/bin/mpc.pl
 usr/bin/mwc.pl                  usr/share/ace/bin/mwc.pl
 usr/bin/depgen.pl		usr/share/ace/bin/depgen.pl
+usr/share/man/man1/mpc-ace.1.gz usr/share/man/man1/mwc-ace.1.gz

Added: branches/manpages/debian/mpc-ace.manpages
URL: http://svn.debian.org/wsvn/pkg-ace/branches/manpages/debian/mpc-ace.manpages?rev=313&op=file
==============================================================================
--- branches/manpages/debian/mpc-ace.manpages (added)
+++ branches/manpages/debian/mpc-ace.manpages Sun May 14 11:15:52 2006
@@ -1,0 +1,1 @@
+debian/mpc-ace.1

Modified: branches/manpages/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ace/branches/manpages/debian/rules?rev=313&op=diff
==============================================================================
--- branches/manpages/debian/rules (original)
+++ branches/manpages/debian/rules Sun May 14 11:15:52 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