[Pkg-gnutls-commits] r784 - in /packages/libgcrypt11/trunk/debian: changelog control libgcrypt11-doc.doc-base libgcrypt11-doc.install rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Oct 31 08:27:13 UTC 2009


Author: ametzler
Date: Sat Oct 31 08:27:13 2009
New Revision: 784

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=784
Log:
Use makeinfo -html instead of texi2html to generate html docs. Ship png figures used in html documentation.

Modified:
    packages/libgcrypt11/trunk/debian/changelog
    packages/libgcrypt11/trunk/debian/control
    packages/libgcrypt11/trunk/debian/libgcrypt11-doc.doc-base
    packages/libgcrypt11/trunk/debian/libgcrypt11-doc.install
    packages/libgcrypt11/trunk/debian/rules

Modified: packages/libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/changelog?rev=784&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog (original)
+++ packages/libgcrypt11/trunk/debian/changelog Sat Oct 31 08:27:13 2009
@@ -1,6 +1,9 @@
 libgcrypt11 (1.4.4-5) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Use makeinfo -html instead of texi2html to generate html docs.
+    Closes: #552947
+  * Ship png figures used in html documentation.
 
  -- Andreas Metzler <ametzler at debian.org>  Tue, 25 Aug 2009 20:36:20 +0200
 

Modified: packages/libgcrypt11/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/control?rev=784&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/control (original)
+++ packages/libgcrypt11/trunk/debian/control Sat Oct 31 08:27:13 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint at lists.alioth.debian.org>
 Uploaders: Andreas Metzler <ametzler at debian.org>, Eric Dorland <eric at debian.org>, James Westby <jw+debian at jameswestby.net>, Simon Josefsson <simon at josefsson.org>
-Build-Depends: debhelper (>> 5.0.0), texlive-latex-base, texlive-generic-recommended, texinfo (>= 4.6-0), cdbs, texi2html (>= 1.76-0), libgpg-error-dev (>= 1.4), autotools-dev
+Build-Depends: debhelper (>> 5.0.0), texlive-latex-base, texlive-generic-recommended, texinfo (>= 4.6-0), cdbs, libgpg-error-dev (>= 1.4), autotools-dev
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnutls/packages/libgcrypt11/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/

Modified: packages/libgcrypt11/trunk/debian/libgcrypt11-doc.doc-base
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/libgcrypt11-doc.doc-base?rev=784&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/libgcrypt11-doc.doc-base (original)
+++ packages/libgcrypt11/trunk/debian/libgcrypt11-doc.doc-base Sat Oct 31 08:27:13 2009
@@ -5,7 +5,7 @@
 Section: Programming/C
 
 Format: HTML
-Index: /usr/share/doc/libgcrypt11-doc/html/gcrypt.html
+Index: /usr/share/doc/libgcrypt11-doc/html/index.html
 Files: /usr/share/doc/libgcrypt11-doc/html/*
 
 Format: PostScript

Modified: packages/libgcrypt11/trunk/debian/libgcrypt11-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/libgcrypt11-doc.install?rev=784&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/libgcrypt11-doc.install (original)
+++ packages/libgcrypt11/trunk/debian/libgcrypt11-doc.install Sat Oct 31 08:27:13 2009
@@ -1,2 +1,3 @@
 doc/gcrypt.ps usr/share/doc/libgcrypt11-doc
-doc/gcrypt/*.html usr/share/doc/libgcrypt11-doc/html
+doc/gcrypt.html/* usr/share/doc/libgcrypt11-doc/html
+doc/*.png usr/share/doc/libgcrypt11-doc/html

Modified: packages/libgcrypt11/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/rules?rev=784&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/rules (original)
+++ packages/libgcrypt11/trunk/debian/rules Sat Oct 31 08:27:13 2009
@@ -36,8 +36,7 @@
 	cd $(DEB_SRCDIR)/doc && $(MAKE) stamp-vti
 
 build/libgcrypt11-doc:: $(DEB_BUILDDIR)/config.status
-	cd $(DEB_SRCDIR)/doc && $(MAKE) gcrypt.ps
-	cd $(DEB_SRCDIR)/doc && texi2html -split=chapter gcrypt.texi
+	cd $(DEB_SRCDIR)/doc && $(MAKE) gcrypt.ps html
 
 common-post-build-arch:: $(DEB_BUILDDIR)/stamp-tests
 $(DEB_BUILDDIR)/stamp-tests:




More information about the Pkg-gnutls-commits mailing list