[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-4.2, updated. libreoffice_4.1.0_rc1-1-8-g7558903



The following commit has been merged in the debian-experimental-4.2 branch:
commit 75589031dd365b7009fc5158f62b60751e36aa09
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Jun 24 18:12:04 2013 +0200

    run dh_doxygen

diff --git a/changelog b/changelog
index cfe9c7f..ec9ff48 100644
--- a/changelog
+++ b/changelog
@@ -3,8 +3,9 @@ libreoffice (1:4.2.0~alpha0~git20130604-1) UNRELEASED; urgency=low
   * new upstream snapshot
 
   * debian/rules:
-    - autodoc got deplaced by doxygen. bump doxygen build-dep to needed
+    - autodoc got replaced by doxygen. bump doxygen build-dep to needed
       (>= 1.8.4-1) and disable packaging the SDK docs on wheezy-backports.
+      Run dh_doxygen
     - build-depend on fonts-liberation when running the tests - the
       sc_macros_tests VBA tests need Arial etc.-similar fonts
  
diff --git a/rules b/rules
index e8f7b74..a8967af 100755
--- a/rules
+++ b/rules
@@ -3162,6 +3162,9 @@ endif
 ifeq "$(PACKAGE_LIBRELOGO)" "y"
 	 dh_installchangelogs -plibreoffice-librelogo -k librelogo/source/ChangeLog
 endif
+ifeq "$(PACKAGE_SDK_DOCS)" "y"
+	dh_doxygen -plibreoffice-dev-doc
+endif
 	dh_installmime -i
 	dh_lintian -i
 	dh_bugfiles -i -A

-- 
LibreOffice packaging repository


Reply to: