[Pkg-octave-commit] [SCM] Debian packaging for octave-odepkg branch, master, updated. be87a95f45031505f3676b19bdecd25464f95143

Rafael Laboissiere rafael at laboissiere.net
Sun Mar 11 23:40:43 UTC 2012


The following commit has been merged in the master branch:
commit 947c5bc71912146eab84586d4c8bfd7e1af09658
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Mar 11 23:08:07 2012 +0100

    Do not build the PDF documentation, it is now included in the upstream tarball

diff --git a/debian/patches/build-pdf-documentation b/debian/patches/build-pdf-documentation
deleted file mode 100644
index 0fafa26..0000000
--- a/debian/patches/build-pdf-documentation
+++ /dev/null
@@ -1,16 +0,0 @@
-From: Thomas Weber <tweber at debian.org>
-Subject: Ensure the PDF documentation is built at build time
-
-I asked upstream whether the non-building of the documentation is intentional:
-https://sourceforge.net/mailarchive/forum.php?thread_name=20110423150042.GA24989%40atlan&forum_name=octave-dev
-Origin: Debian
---- a/doc/Makefile
-+++ b/doc/Makefile
-@@ -12,6 +12,7 @@
- MKTEXI = ../../../admin/mktexi
- MAKEINFO = makeinfo --no-split --document-language=en_us
- TEXI2DVI = texi2dvi --clean
-+TEXI2PDF = texi2pdf --clean
- DVIPS = dvips
- LN_S = ln -s
- endif
diff --git a/debian/patches/series b/debian/patches/series
index 2e3b77e..9262944 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 info-dir-section.diff
-build-pdf-documentation
diff --git a/debian/rules b/debian/rules
index c333de0..1c0b251 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ include /usr/share/cdbs/1/class/octave-pkg.mk
 pkg = octave-odepkg
 
 build/$(pkg)::
-	( cd doc ; make odepkg.info; make odepkg.pdf )
+	( cd doc ; make odepkg.info )

-- 
Debian packaging for octave-odepkg



More information about the Pkg-octave-commit mailing list