[Pkg-octave-commit] r1219 - in octave/trunk/debian: . in patches
Rafael Laboissiere
rafael at alioth.debian.org
Fri Feb 22 18:50:16 UTC 2008
Author: rafael
Date: 2008-02-22 18:50:16 +0000 (Fri, 22 Feb 2008)
New Revision: 1219
Added:
octave/trunk/debian/patches/50_build-octave-faq.dpatch
Modified:
octave/trunk/debian/changelog
octave/trunk/debian/in/PACKAGE-htmldoc.doc-base.faq
octave/trunk/debian/in/octave2.1-00list
Log:
* Added dpatches
+ 50_build-octave-faq: Correctly builds the PS forms of the Octave-FAQ
documentation
* debian/in/PACKAGE-htmldoc.doc-base.faq: Give correct name of HTML
index file
Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog 2008-02-22 14:16:09 UTC (rev 1218)
+++ octave/trunk/debian/changelog 2008-02-22 18:50:16 UTC (rev 1219)
@@ -9,8 +9,13 @@
debian/rules accordingly.
* debian/in/copyright: Added the mention that Octave 2.1 is released under
version 2 or later of the GPL (closes: #435205)
- * debian/patches/50_compile-with-g++-4.3.dpatch: Fixes for compiling the
- octave2.1 with the GCC 4.3 suite (closes: #417486)
+ * Added dpatches :
+ + 50_compile-with-g++-4.3: Fixes for compiling the
+ octave2.1 with the GCC 4.3 suite (closes: #417486)
+ + 50_build-octave-faq: Correctly builds the PS forms of the Octave-FAQ
+ documentation
+ * debian/in/PACKAGE-htmldoc.doc-base.faq: Give correct name of HTML
+ index file
* debian/rules: Remove the *.html at clean target, such that the package
have the same contents when built twice in a row (closes: #441721)
* debian/in/PACKAGE.postinst: Drop option -L given to the ls command
Modified: octave/trunk/debian/in/PACKAGE-htmldoc.doc-base.faq
===================================================================
--- octave/trunk/debian/in/PACKAGE-htmldoc.doc-base.faq 2008-02-22 14:16:09 UTC (rev 1218)
+++ octave/trunk/debian/in/PACKAGE-htmldoc.doc-base.faq 2008-02-22 18:50:16 UTC (rev 1219)
@@ -9,5 +9,5 @@
Section: Apps/Math
Format: HTML
-Index: /usr/share/doc/@PACKAGE at -htmldoc/faq/Octave-FAQ.html
+Index: /usr/share/doc/@PACKAGE at -htmldoc/faq/index.html
Files: /usr/share/doc/@PACKAGE at -htmldoc/faq/*.html
Modified: octave/trunk/debian/in/octave2.1-00list
===================================================================
--- octave/trunk/debian/in/octave2.1-00list 2008-02-22 14:16:09 UTC (rev 1218)
+++ octave/trunk/debian/in/octave2.1-00list 2008-02-22 18:50:16 UTC (rev 1219)
@@ -10,3 +10,4 @@
50_rename-octave-tags
50_drop-lo-manpages
50_compile-with-g++-4.3
+50_build-octave-faq
Added: octave/trunk/debian/patches/50_build-octave-faq.dpatch
===================================================================
--- octave/trunk/debian/patches/50_build-octave-faq.dpatch (rev 0)
+++ octave/trunk/debian/patches/50_build-octave-faq.dpatch 2008-02-22 18:50:16 UTC (rev 1219)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_build-octave-faq.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## DP: Build correctly the PS form of the Octave-FAQ documentation
+
+ at DPATCH@
+
+--- octave2.1-2.1.73.orig/doc/faq/Makefile.in
++++ octave2.1-2.1.73/doc/faq/Makefile.in
+@@ -43,9 +43,9 @@
+ -$(MAKEINFO) -I$(srcdir) $<
+
+ Octave-FAQ.dvi: $(TEXINFO)
+- -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2DVI) $<
++ -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" TEX=tex $(TEXI2DVI) $<
+
+-Octave-FAQ.ps: $(TEXINFO)
++Octave-FAQ.ps: Octave-FAQ.dvi
+ -dvips -o $@ $<
+
+ Octave-FAQ.pdf: $(TEXINFO)
Property changes on: octave/trunk/debian/patches/50_build-octave-faq.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-octave-commit
mailing list