[SCM] Eigen2 packaging branch, master, updated. debian/2.0.16-2

Modestas Vainius modax at alioth.debian.org
Sun Jun 12 16:28:05 UTC 2011


The following commit has been merged in the master branch:
commit 0eeb367eccc0c195ddbafffcfd01bc71c44f88ad
Author: Modestas Vainius <modax at debian.org>
Date:   Sun Jun 12 17:08:46 2011 +0300

    Move doxygen-latex to Build-Depends-Indep.
---
 debian/changelog |    1 +
 debian/control   |    3 ++-
 debian/rules     |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c767690..e6637ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ eigen2 (2.0.16-2) UNRELEASED; urgency=low
   [ Modestas Vainius ]
   * Use relative path in builddirectory option.
   * Add myself to Uploaders.
+  * Move doxygen-latex to Build-Depends-Indep, adjust rules accordingly.
 
  -- Anton Gladky <gladky.anton at gmail.com>  Thu, 02 Jun 2011 08:59:16 +0200
 
diff --git a/debian/control b/debian/control
index c1599a0..bca8e1f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: libdevel
 Priority: extra
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <debian at pusling.com>, Armin Berres <armin+debian at space-based.de>, Ana Beatriz Guerrero Lopez <ana at debian.org>, Anton Gladky <gladky.anton at gmail.com>, Modestas Vainius <modax at debian.org>
-Build-Depends: debhelper (>= 8), cmake (>= 2.6.2), doxygen-latex, ghostscript
+Build-Depends: debhelper (>= 8), cmake (>= 2.6.2), ghostscript
+Build-Depends-Indep: doxygen-latex
 Build-Conflicts: doxygen (= 1.6.0-1)
 Standards-Version: 3.9.2
 Homepage: http://eigen.tuxfamily.org
diff --git a/debian/rules b/debian/rules
index 7286def..cd62a6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,5 +23,5 @@ override_dh_auto_test:
 override_dh_auto_build:
 	dh_auto_build
 ifneq (,$(findstring libeigen2-doc, $(shell dh_listpackages)))
-	dh_auto_build -- doc
+	if [ -n "`which doxygen`" ]; then dh_auto_build -- doc; fi
 endif

-- 
Eigen2 packaging



More information about the pkg-kde-commits mailing list