[gnuplot5] 01/02: Update description of doc.patch.
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 experimental
in repository gnuplot5.
commit 665413959a1dbd2bc4b10f0d07e4b3c396b7a197
Author: Anton Gladky <gladk at debian.org>
Date: Tue Nov 18 18:40:56 2014 +0100
Update description of doc.patch.
---
debian/patches/07_doc.patch | 17 +++++++++++++++++
debian/patches/doc.patch | 40 ----------------------------------------
debian/patches/series | 2 +-
3 files changed, 18 insertions(+), 41 deletions(-)
diff --git a/debian/patches/07_doc.patch b/debian/patches/07_doc.patch
new file mode 100644
index 0000000..55f9b26
--- /dev/null
+++ b/debian/patches/07_doc.patch
@@ -0,0 +1,17 @@
+Description: Fix path in documentation generation
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2014-11-18
+
+Index: gnuplot-5.0.rc2/docs/Makefile.am
+===================================================================
+--- gnuplot-5.0.rc2.orig/docs/Makefile.am
++++ gnuplot-5.0.rc2/docs/Makefile.am
+@@ -324,7 +324,7 @@ ${ELCS}: gnuplot-eldoc.el
+ fi
+
+ gnuplot.info: gnuplot.texi
+- $(MAKEINFO) -I$(srcdir) $(srcdir)/gnuplot.texi --no-split --output=$@
++ $(MAKEINFO) -I$(srcdir) $(srcdir)/gnuplot.texi --no-split --force --output=$@
+
+ install-info: gnuplot.info
+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir)
diff --git a/debian/patches/doc.patch b/debian/patches/doc.patch
deleted file mode 100644
index 86df265..0000000
--- a/debian/patches/doc.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-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.
-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>
-
-Index: gnuplot-5.0.rc2/docs/Makefile.am
-===================================================================
---- gnuplot-5.0.rc2.orig/docs/Makefile.am
-+++ gnuplot-5.0.rc2/docs/Makefile.am
-@@ -324,7 +324,7 @@ ${ELCS}: gnuplot-eldoc.el
- fi
-
- gnuplot.info: gnuplot.texi
-- $(MAKEINFO) -I$(srcdir) $(srcdir)/gnuplot.texi --no-split --output=$@
-+ $(MAKEINFO) -I$(srcdir) $(srcdir)/gnuplot.texi --no-split --force --output=$@
-
- install-info: gnuplot.info
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir)
diff --git a/debian/patches/series b/debian/patches/series
index 2e200f3..a33d283 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,5 @@
04_fix_libexecdir.diff
05_default_gd_font.diff
-doc.patch
+07_doc.patch
08_disable_demo_plugin.patch
09_remove_beos.patch
--
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