From: Andreas Metzler Date: Sun, 5 Oct 2008 12:33:29 +0000 (+0200) Subject: Added addinfosection.dpatch - add @dircategory to the texinfo sources. X-Git-Tag: enblend-enfuse-3.2+dfsg-1~19 X-Git-Url: https://git.tokkee.org/?p=pkg-enblend.git;a=commitdiff_plain;h=79e6851c074ba40cc6a6d1dc535a8a2c1a4f5b2e Added addinfosection.dpatch - add @dircategory to the texinfo sources. * Added texinfo to build-depends. * Run dh_installinfo. --- diff --git a/debian/changelog b/debian/changelog index 653b38c..1881af4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,12 @@ enblend (3.2+dfsg-1) unstable; urgency=low - Added libopenexr-dev and pkg-config to the build dependencies. - Updated package description to mention enfuse and the buzz-word "exposure blending". + - Added texinfo to build-depends. + * debian/patches: + - Added addinfosection.dpatch - add @dircategory to the texinfo sources + to get a entry in the main info directory. + * debian/rules: + - Run dh_installinfo. [ Sebastian Harl ] * debian/rules: diff --git a/debian/control b/debian/control index 82769dd..43783d0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: Debian PhotoTools Maintainers Uploaders: Sebastian Harl -Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch, autotools-dev, libtiff4-dev, libboost-dev, liblcms1-dev, libglew1.5-dev | libglew1.4-dev | libglew-dev, freeglut3-dev, libplot-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libopenexr-dev, pkg-config +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch, autotools-dev, libtiff4-dev, libboost-dev, liblcms1-dev, libglew1.5-dev | libglew1.4-dev | libglew-dev, freeglut3-dev, libplot-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libopenexr-dev, pkg-config, texinfo Standards-Version: 3.7.3 Homepage: http://enblend.sourceforge.net/ Vcs-Git: git://git.debian.org/git/pkg-phototools/enblend.git diff --git a/debian/patches/00list b/debian/patches/00list index 8b13789..ee18ca6 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1 +1,2 @@ +addinfosection.dpatch diff --git a/debian/patches/addinfosection.dpatch b/debian/patches/addinfosection.dpatch new file mode 100644 index 0000000..13b95db --- /dev/null +++ b/debian/patches/addinfosection.dpatch @@ -0,0 +1,41 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## addinfosection.dpatch by Andreas Metzler +## +## DP: Add dircategory to the texinfo sources to get a entry in the main info +## DP: directory. Lintian info-document-missing-dir-section. + +@DPATCH@ +--- a/doc/enblend.texi 2008-07-13 04:18:00.000000000 +0200 ++++ b/doc/enblend.texi 2008-10-05 13:27:39.000000000 +0200 +@@ -17,6 +17,7 @@ + @end ifinfo + + ++@dircategory Graphics + @c + @c Title Page and Copyright + @c +--- a/doc/enfuse.texi 2008-07-13 04:18:16.000000000 +0200 ++++ b/doc/enfuse.texi 2008-10-05 13:27:32.000000000 +0200 +@@ -17,6 +17,7 @@ + @end ifinfo + + ++@dircategory Graphics + @c + @c Title Page and Copyright + @c +--- a/doc/enfuse-focus-stacking.texi 2008-07-08 04:27:08.000000000 +0200 ++++ b/doc/enfuse-focus-stacking.texi 2008-10-05 13:27:26.000000000 +0200 +@@ -17,6 +17,10 @@ + @end ifinfo + + ++@dircategory Graphics ++@direntry ++* Focus Stacking: (enfuse-focus-stacking). Generate focus-stacks with enfuse. ++@end direntry + @c + @c Title Page and Copyright + @c + diff --git a/debian/rules b/debian/rules index 76458bd..84f46a1 100755 --- a/debian/rules +++ b/debian/rules @@ -63,6 +63,7 @@ binary-arch: build install dh_installdocs NEWS TODO AUTHORS dh_installexamples dh_installman + dh_installinfo doc/*.info dh_link dh_strip dh_compress