rev 18623 - in trunk/packages/kde3libs/debian: . patches

Modestas Vainius modax at alioth.debian.org
Sat Aug 7 20:50:12 UTC 2010


Author: modax
Date: 2010-08-07 20:50:12 +0000 (Sat, 07 Aug 2010)
New Revision: 18623

Added:
   trunk/packages/kde3libs/debian/patches/02_exclude_pc_from_dox.diff
Modified:
   trunk/packages/kde3libs/debian/changelog
   trunk/packages/kde3libs/debian/patches/series
Log:
Do not recurse into dot directories (.pc in particular) with doxygen
(patch debian/patches/02_exclude_pc_from_dox.diff).

Modified: trunk/packages/kde3libs/debian/changelog
===================================================================
--- trunk/packages/kde3libs/debian/changelog	2010-08-07 20:20:16 UTC (rev 18622)
+++ trunk/packages/kde3libs/debian/changelog	2010-08-07 20:50:12 UTC (rev 18623)
@@ -1,4 +1,4 @@
-kdelibs (4:3.5.10.dfsg.1-5) UNRELEASED; urgency=medium
+kdelibs (4:3.5.10.dfsg.1-5) unstable; urgency=medium
 
   * Change by email address to @debian.org.
   * Drop common HTML docs from kdelibs-data package. Instead suggest
@@ -14,9 +14,11 @@
   * Support opening of KDE 4 khelpcenter in Help -> Handbook. (Closes: #525621)
     Thanks to Ben Burton for the patch.
   * Enable parallel building: set DEB_BUILD_PARALLEL to yes in debian-qt-kde.mk.
+  * Do not recurse into dot directories (.pc in particular) with doxygen
+    (patch debian/patches/02_exclude_pc_from_dox.diff).
   * Urgency=medium due to multiple RC bug fixes.
 
- -- Modestas Vainius <modax at debian.org>  Sat, 07 Aug 2010 10:08:47 +0300
+ -- Modestas Vainius <modax at debian.org>  Sat, 07 Aug 2010 23:20:21 +0300
 
 kdelibs (4:3.5.10.dfsg.1-4) unstable; urgency=low
 

Added: trunk/packages/kde3libs/debian/patches/02_exclude_pc_from_dox.diff
===================================================================
--- trunk/packages/kde3libs/debian/patches/02_exclude_pc_from_dox.diff	                        (rev 0)
+++ trunk/packages/kde3libs/debian/patches/02_exclude_pc_from_dox.diff	2010-08-07 20:50:12 UTC (rev 18623)
@@ -0,0 +1,16 @@
+From: Modestas Vainius <modax at debian.org>
+Description: do not recurse into dot directories with doxygen
+Forwaded: not-needed
+Last-Update: 2010-08-07
+
+--- a/admin/doxygen.sh
++++ b/admin/doxygen.sh
+@@ -858,7 +858,7 @@ if test "x." = "x$top_builddir" ; then
+ 			cp "$QTDOCTAG" qt/qt.tag
+ 		fi
+ 
+-		do_subdirs_re "."
++		do_subdirs_re "[^.]"
+ 
+ 	fi
+ else

Modified: trunk/packages/kde3libs/debian/patches/series
===================================================================
--- trunk/packages/kde3libs/debian/patches/series	2010-08-07 20:20:16 UTC (rev 18622)
+++ trunk/packages/kde3libs/debian/patches/series	2010-08-07 20:50:12 UTC (rev 18623)
@@ -4,6 +4,7 @@
 common/05_pedantic-errors.diff
 common/06_disable_no_undefined.diff
 01_admin_cleanup.diff
+02_exclude_pc_from_dox.diff
 04_am_maintainer_mode_extra.diff
 10_kstandarddirs.diff
 11_applications_menu.diff




More information about the pkg-kde-commits mailing list