summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1917984)
raw | patch | inline | side by side (parent: 1917984)
author | Andreas Metzler <ametzler@downhill.g.la> | |
Sun, 5 Oct 2008 12:33:29 +0000 (14:33 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 7 Oct 2008 15:53:54 +0000 (17:53 +0200) |
* Added texinfo to build-depends.
* Run dh_installinfo.
* Run dh_installinfo.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/patches/00list | patch | blob | history | |
debian/patches/addinfosection.dpatch | [new file with mode: 0644] | patch | blob |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 653b38c495a74dd6a7b67b45bdcbd92979fc3a16..1881af47e8c7f83ce5c4f9ca398c319e4dd4fc2f 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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 82769dd148221821353dd3e33743fecbcfb48791..43783d081b8c6a3c05174c14219ce903037a3b5c 100644 (file)
--- a/debian/control
+++ b/debian/control
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
diff --git a/debian/patches/00list b/debian/patches/00list
index 8b137891791fe96927ad78e64b0aad7bded08bdc..ee18ca6fa577bdb04344a1621a7f6994e960fbeb 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
+addinfosection.dpatch
diff --git a/debian/patches/addinfosection.dpatch b/debian/patches/addinfosection.dpatch
--- /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
+
diff --git a/debian/rules b/debian/rules
index 76458bd1d2719e5b51df2312c57bf3a583abb333..84f46a17e83ae4e20ba335422e1841fdedda16f1 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
dh_installdocs NEWS TODO AUTHORS
dh_installexamples
dh_installman
+ dh_installinfo doc/*.info
dh_link
dh_strip
dh_compress