reverted: --- doxygen-1.3.9/debian/doxygen-gui.files +++ doxygen-1.3.9.orig/debian/doxygen-gui.files @@ -1 +0,0 @@ -usr/bin/doxywizard diff -u doxygen-1.3.9/debian/rules doxygen-1.3.9/debian/rules --- doxygen-1.3.9/debian/rules +++ doxygen-1.3.9/debian/rules @@ -2,11 +2,9 @@ #export DH_VERBOSE=1 export DH_OPTIONS= -export QTDIR=/usr/share/qt3 CFLAGS+=$(if $(findstring debug,$(DEB_BUILD_OPTIONS)),-g) CFLAGS+=$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),-O0,-O2) -CONFIGUREFLAGS+=--with-doxywizard CONFIGUREFLAGS+=--dot /usr/bin/dot CONFIGUREFLAGS+=--install /usr/bin/install @@ -62,7 +60,6 @@ dh_clean -k dh_installdirs $(MAKE) install INSTALL=$(INSDIR) DOCDIR=$(DOCDIR) - dh_movefiles -Ndoxygen --sourcedir=debian/doxygen -find debian -name .cvsignore -o -name CVS | xargs rm -rf touch $@ diff -u doxygen-1.3.9/debian/control doxygen-1.3.9/debian/control --- doxygen-1.3.9/debian/control +++ doxygen-1.3.9/debian/control @@ -2,14 +2,14 @@ Section: devel Priority: optional Maintainer: Matthias Klose -Build-Depends: debhelper (>= 3), libqt3-mt-dev (>= 3.2.1-5), libqt3-compat-headers, flex-old, bison (>= 1.875a), python, libpng12-dev, patch +Build-Depends: debhelper (>= 3), flex, bison, python, libpng3-dev, patch Build-Depends-Indep: tetex-bin, tetex-extra, gs Standards-Version: 3.6.1 Package: doxygen Architecture: any Depends: ${shlibs:Depends} -Suggests: doxygen-doc, doxygen-gui, graphviz +Suggests: doxygen-doc, graphviz Conflicts: graphviz (<< 1.09) Description: Documentation system for C, C++ and IDL Doxygen is a documentation system for C, C++ and IDL. It can generate an @@ -18,21 +18,6 @@ generating man pages and for converting the generated output into Postscript, hyperlinked PDF or compressed HTML. The documentation is extracted directly from the sources. - -Package: doxygen-gui -Architecture: any -Depends: doxygen, ${shlibs:Depends} -Suggests: doxygen-doc -Replaces: doxygen (<< 1.2.14) -Description: GUI configuration tool for doxygen - Doxygen is a documentation system for C, C++ and IDL. It can generate an - on-line class browser (in HTML) and/or an off-line reference manual (in - LaTeX) from a set of documented source files. There is also support for - generating man pages and for converting the generated output into - Postscript, hyperlinked PDF or compressed HTML. The documentation is - extracted directly from the sources. - . - This package contains doxywizard, a GUI configuration tool for doxygen. Package: doxygen-doc Architecture: all reverted: --- doxygen-1.3.9/debian/doxygen-gui.manpages +++ doxygen-1.3.9.orig/debian/doxygen-gui.manpages @@ -1 +0,0 @@ -debian/doxywizard.1 diff -u doxygen-1.3.9/debian/changelog doxygen-1.3.9/debian/changelog --- doxygen-1.3.9/debian/changelog +++ doxygen-1.3.9/debian/changelog @@ -1,3 +1,11 @@ +doxygen (1.3.9-0.backports.org.1) unstable; urgency=medium + + * recompiled for http://www.backports.org + + disabled qt frontend in debian/rules and debian/control + + removed dh_movefiles call in debian/rules + + -- Norbert Tretkowski 06 Oct 2004 08:35:11 +0200 + doxygen (1.3.9-1) unstable; urgency=medium * New upstream release.