[gnuplot5] 01/03: Update path for document generation.

Anton Gladky gladk at moszumanska.debian.org
Tue Nov 18 19:08:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch wheezy-backports
in repository gnuplot5.

commit 09f0a0482c55b01f527891e7f41d4dffb6e1e1ed
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Nov 18 18:17:14 2014 +0100

    Update path for document generation.
---
 debian/patches/doc.patch | 29 +++--------------------------
 debian/rules             |  2 +-
 2 files changed, 4 insertions(+), 27 deletions(-)

diff --git a/debian/patches/doc.patch b/debian/patches/doc.patch
index 86df265..d329ed2 100644
--- a/debian/patches/doc.patch
+++ b/debian/patches/doc.patch
@@ -1,29 +1,6 @@
-Description: <short summary of the patch>
- TODO: Put a short summary on the line above and replace this paragraph
- with a longer explanation of this change. Complete the meta-information
- with other relevant fields (see below for details). To make it easier, the
- information below has been extracted from the changelog. Adjust it or drop
- it.
- .
- gnuplot (5.0~rc1-1) unstable; urgency=medium
- .
-   * [4d67729] Disable wxt-terminal. (Closes: #750045)
-   * [7342432] Increase priority of gnuplot-qt over gnuplot-x11.
+Description: Fix path in documentation generation
 Author: Anton Gladky <gladk at debian.org>
-Bug-Debian: http://bugs.debian.org/750045
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
+Last-Update: 2014-11-18
 
 Index: gnuplot-5.0.rc2/docs/Makefile.am
 ===================================================================
@@ -34,7 +11,7 @@ Index: gnuplot-5.0.rc2/docs/Makefile.am
  
  gnuplot.info: gnuplot.texi
 -	$(MAKEINFO) -I$(srcdir) $(srcdir)/gnuplot.texi --no-split --output=$@
-+	$(MAKEINFO) -I$(srcdir) $(srcdir)/gnuplot.texi --no-split --force --output=$@
++	$(MAKEINFO) -I$(srcdir) $(top_builddir)/docs/gnuplot.texi --no-split --force --output=$@
  
  install-info: gnuplot.info
  	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir)
diff --git a/debian/rules b/debian/rules
index eb168f7..4288c65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ override_dh_auto_build-indep:
 	dh_auto_build -i -- -C $(BUILDDIR_X11)/demo
 	dh_auto_build -i -- -C docs/psdoc ps_fontfile_doc.ps
 	mkdir -p docs/htmldocs
-	$(MAKEINFO) --html --force --output=docs/htmldocs/ docs/gnuplot.texi
+	$(MAKEINFO) --html --force --output=docs/htmldocs/ $(BUILDDIR_X11)/docs/gnuplot.texi
 
 override_dh_auto_install:
 	$(MAKE) -C $(BUILDDIR_NOX) install DESTDIR=$(CURDIR)/debian/tmp/NOX/ \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot5.git



More information about the debian-science-commits mailing list