From f2617f4931d70262e1fbdf0f223ded6f083373de Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Fri, 19 Sep 2008 17:00:06 +0000 Subject: Remove doxygen build dependency. It is useless to generate a tag file as Qt is shipped with qt.tags file. By the way, generated qt4.tag file is broken/empty. --- debian/changelog | 2 ++ debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5733c94..5d4cdda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ qt4-x11 (4.4.2-1) UNRELEASED; urgency=low - 0236-qtoolbararealayout-restore.diff - 0241-fix-null-stylesheet-warning.diff * Add missing QHelpGlobal include in libqt4-dev package. + * Remove doxygen build dependency. + It is useless to generate a tag file as Qt is shipped with qt.tags file. -- Debian Qt/KDE Maintainers Thu, 18 Sep 2008 18:22:04 +0200 diff --git a/debian/control b/debian/control index 48ea847..c2d1de2 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Debian Qt/KDE Maintainers Uploaders: Brian Nelson , Sune Vuorela , Fathi Boudra , Ana Beatriz Guerrero Lopez , Modestas Vainius -Build-Depends: cdbs, debhelper (>= 5), quilt, flex, sharutils, doxygen, +Build-Depends: cdbs, debhelper (>= 5), quilt, flex, sharutils, firebird2.0-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc], libaudio-dev, libcups2-dev, libdbus-1-dev, libfreetype6-dev, libgl1-mesa-dev | libgl-dev, libglib2.0-dev, libglu1-mesa-dev | libglu-dev, diff --git a/debian/rules b/debian/rules index 8b63248..74ad2dd 100755 --- a/debian/rules +++ b/debian/rules @@ -247,8 +247,8 @@ binary-install/libqt4-xmlpatterns-dbg:: dh_install -plibqt4-xmlpatterns-dbg --sourcedir=$(DEB_DH_INSTALL_SOURCEDIR) binary-post-install/libqt4-dev:: - doxytag -t debian/$(cdbs_curpkg)/usr/share/qt4/doc/qt4.tag \ - $(DEB_DESTDIR)/usr/share/qt4/doc/html + install -D -p -m0644 doc/html/qt.tags \ + $(DEB_DESTDIR)/usr/share/qt4/doc/html/qt.tags # Automatically install lintian overrides, stolen from debian-qt-kde.mk $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: -- cgit v1.2.3