[Pkg-ace-commits] [pkg-ace] r538 - in trunk/debian: . patches

tgg at alioth.debian.org tgg at alioth.debian.org
Wed Nov 7 22:12:29 UTC 2007


Author: tgg
Date: 2007-11-07 22:12:28 +0000 (Wed, 07 Nov 2007)
New Revision: 538

Added:
   trunk/debian/patches/07-use-short-names-for-ace-doxygen.dpatch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/00list
   trunk/debian/rules
Log:
shorten doxygen filenames, pass -is_release when generating doc


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-11-07 13:55:45 UTC (rev 537)
+++ trunk/debian/changelog	2007-11-07 22:12:28 UTC (rev 538)
@@ -1,4 +1,4 @@
-ace (5.6.1-1) UNRELEASED; urgency=low
+ace (5.6.1-1) experimental; urgency=low
 
   * New upstream release.
   * Generate .am files instead of patching them; hence drop:
@@ -10,8 +10,10 @@
   * New patch, 05-5.6-compat.dpatch, to use a x.6 SONAME because ACE+TAO+CIAO
     x.6.1 is ABI compatible with ACE+TAO+CIAO 5.6
   * Enable symbol visibility.
+  * Patches taken from SVN:
+    o 07-use-short-names-for-ace-doxygen.dpatch to reduce generated filenames
 
- -- Thomas Girard <thomas.g.girard at free.fr>  Tue, 06 Nov 2007 19:52:37 +0100
+ -- Thomas Girard <thomas.g.girard at free.fr>  Wed, 07 Nov 2007 23:07:50 +0100
 
 ace (5.5.9-1) experimental; urgency=low
 

Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list	2007-11-07 13:55:45 UTC (rev 537)
+++ trunk/debian/patches/00list	2007-11-07 22:12:28 UTC (rev 538)
@@ -4,6 +4,7 @@
 04-reduce-opt
 05-5.6-compat.dpatch
 06-revert-mpc-kokyu-change.dpatch
+07-use-short-names-for-ace-doxygen.dpatch
 08-fix-perl-shebang
 12-autoconf-ACE_HAS_POSIX_SEM_TIMEOUT_test
 15-fix-fltk-include

Added: trunk/debian/patches/07-use-short-names-for-ace-doxygen.dpatch
===================================================================
--- trunk/debian/patches/07-use-short-names-for-ace-doxygen.dpatch	                        (rev 0)
+++ trunk/debian/patches/07-use-short-names-for-ace-doxygen.dpatch	2007-11-07 22:12:28 UTC (rev 538)
@@ -0,0 +1,13 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## DP: Produces shorted doxygen filenames for ACE. Taken from SVN.
+ at DPATCH@
+--- ACE_wrappers.orig/etc/ace.doxygen
++++ ACE_wrappers/etc/ace.doxygen
+@@ -34,6 +34,7 @@
+ DISTRIBUTE_GROUP_DOC  = YES
+ TAB_SIZE              = 8
+ ENABLED_SECTIONS      =
++SHORT_NAMES           = YES
+ 
+ #---------------------------------------------------------------------------
+ # configuration options related to warning and progress messages

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-11-07 13:55:45 UTC (rev 537)
+++ trunk/debian/rules	2007-11-07 22:12:28 UTC (rev 538)
@@ -115,7 +115,7 @@
 	touch $@
 
 doxygen-stamp: extract-stamp
-	cd $(ACE_ROOT) && bin/generate_doxygen.pl
+	cd $(ACE_ROOT) && bin/generate_doxygen.pl -is_release
 	find $(ACE_ROOT)/html/ace -name '*.tag' -o -name '*.md5' -o -name '*.dot' -o -name '*.idx' | xargs -r rm -f
 	find $(ACE_ROOT)/html/tao -name '*.tag' -o -name '*.md5' -o -name '*.dot' -o -name '*.idx' | xargs -r rm -f
 	touch $@




More information about the Pkg-ace-commits mailing list