[yade] 02/03: Stop generating of PDF file. (Closes: #856218)

Anton Gladky gladk at moszumanska.debian.org
Mon Feb 27 22:22:43 UTC 2017


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

gladk pushed a commit to branch master
in repository yade.

commit 9d3570c4d2993c8097aa63097582c23094ef5f07
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Feb 27 23:19:28 2017 +0100

    Stop generating of PDF file. (Closes: #856218)
    
    Should be properly fixed by upstream.
---
 debian/rules             | 2 +-
 debian/yade-doc.doc-base | 3 ---
 debian/yade-doc.docs     | 1 -
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index fc2efb1..75a31fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ override_dh_auto_install:
 	dh_numpy
 ifeq ($(BUILD_DOC), yes)
 	#Generate docs
-	cd $(CURDIR)/doc/sphinx; PYTHONPATH=. $(tmpInstall)/usr/bin/yade yadeSphinx.py; cd _build/latex; xelatex Yade.tex; xelatex Yade.tex; xelatex Yade.tex;
+	cd $(CURDIR)/doc/sphinx; PYTHONPATH=. $(tmpInstall)/usr/bin/yade yadeSphinx.py
 endif
 	#Delete all pyc files
 	find . -name '*.pyc' -print0 | xargs -0 rm -f
diff --git a/debian/yade-doc.doc-base b/debian/yade-doc.doc-base
index 75a5f61..09b7729 100644
--- a/debian/yade-doc.doc-base
+++ b/debian/yade-doc.doc-base
@@ -7,6 +7,3 @@ Section: Science/Physics
 Format: html
 Index: /usr/share/doc/yade-doc/html/index.html
 Files: /usr/share/doc/yade-doc/*.*
-
-Format: PDF
-Files: /usr/share/doc/yade-doc/Yade.pdf
diff --git a/debian/yade-doc.docs b/debian/yade-doc.docs
index ed1379a..e16f428 100644
--- a/debian/yade-doc.docs
+++ b/debian/yade-doc.docs
@@ -1,2 +1 @@
 doc/sphinx/_build/html
-doc/sphinx/_build/latex/Yade.pdf

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



More information about the debian-science-commits mailing list