Code

Added addinfosection.dpatch - add @dircategory to the texinfo sources.
authorAndreas Metzler <ametzler@downhill.g.la>
Sun, 5 Oct 2008 12:33:29 +0000 (14:33 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 7 Oct 2008 15:53:54 +0000 (17:53 +0200)
 * Added texinfo to build-depends.
 * Run dh_installinfo.

debian/changelog
debian/control
debian/patches/00list
debian/patches/addinfosection.dpatch [new file with mode: 0644]
debian/rules

index 653b38c495a74dd6a7b67b45bdcbd92979fc3a16..1881af47e8c7f83ce5c4f9ca398c319e4dd4fc2f 100644 (file)
@@ -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:
index 82769dd148221821353dd3e33743fecbcfb48791..43783d081b8c6a3c05174c14219ce903037a3b5c 100644 (file)
@@ -3,7 +3,7 @@ Section: graphics
 Priority: optional
 Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
 Uploaders: Sebastian Harl <sh@tokkee.org>
-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
index 8b137891791fe96927ad78e64b0aad7bded08bdc..ee18ca6fa577bdb04344a1621a7f6994e960fbeb 100644 (file)
@@ -1 +1,2 @@
+addinfosection.dpatch
 
diff --git a/debian/patches/addinfosection.dpatch b/debian/patches/addinfosection.dpatch
new file mode 100644 (file)
index 0000000..13b95db
--- /dev/null
@@ -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
+
index 76458bd1d2719e5b51df2312c57bf3a583abb333..84f46a17e83ae4e20ba335422e1841fdedda16f1 100755 (executable)
@@ -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