Hi, On Wed, 09 Apr 2014 03:06:28 +0100 Wookey <woo...@wookware.org> wrote: > Updated patch to add build-profile info to the control file.
I updated the patch yet again to comply with the new build profile syntax [1]. The changes to debian/rules are removed as they were integrated already. I tested this with a patched sbuild (#731798), debhelper (#763766) and dpkg (#760158) as the versions in the archive do not yet support the new syntax. cheers, josch [1] https://wiki.debian.org/BuildProfileSpec
diff -Nru doxygen-1.8.8/debian/changelog doxygen-1.8.8/debian/changelog --- doxygen-1.8.8/debian/changelog 2014-08-21 23:43:07.000000000 +0200 +++ doxygen-1.8.8/debian/changelog 2014-10-04 09:56:12.000000000 +0200 @@ -1,3 +1,10 @@ +doxygen (1.8.8-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add stage1 build-profile to drop libqt4-dev (Closes: 738263) + + -- Johannes Schauer <j.scha...@email.de> Sat, 04 Oct 2014 09:55:58 +0200 + doxygen (1.8.8-3) unstable; urgency=medium * Fix sqlite3 configuration. diff -Nru doxygen-1.8.8/debian/control doxygen-1.8.8/debian/control --- doxygen-1.8.8/debian/control 2014-08-21 23:41:55.000000000 +0200 +++ doxygen-1.8.8/debian/control 2014-10-04 09:57:19.000000000 +0200 @@ -4,7 +4,7 @@ Maintainer: Matthias Klose <d...@debian.org> Uploaders: Helmut Grohne <hel...@subdivi.de> Build-Depends: debhelper (>= 5), - libqt4-dev, + libqt4-dev <!stage1>, flex, bison (>= 1.875a), python3, libsqlite3-dev, @@ -86,7 +86,7 @@ Depends: doxygen, ${shlibs:Depends}, ${misc:Depends} Suggests: doxygen-doc Replaces: doxygen (<< 1.2.14) -Build-Profiles: !stage1 +Build-Profiles: <!stage1> Description: GUI configuration tool for doxygen Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL and to some extent PHP, C#, and D. It can generate an on-line class browser