[SCM] Handle World Coordinate Systems in Astronomy branch, debian, updated. d495ddee49a8433d7eaca259740d835715d71505

Ole Streicher debian at liska.ath.cx
Wed Jun 5 21:30:14 UTC 2013


The following commit has been merged in the debian branch:
commit d495ddee49a8433d7eaca259740d835715d71505
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Jun 5 23:29:45 2013 +0200

    Use pdflatex instead of pslatex

diff --git a/debian/changelog b/debian/changelog
index 9e95263..b12433b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-starlink-ast (7.3.1+dfsg-1) UNRELEASED; urgency=low
+starlink-ast (7.3.1+dfsg-1) unstable; urgency=low
 
   * New upstream version
 
diff --git a/debian/control b/debian/control
index 12b1e2f..fa55058 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: autotools-dev,
                latex2html,
                libsofa-c-dev,
                libstarlink-pal-dev,
-               texlive
+               texlive,
+	       texlive-font-utils
 Standards-Version: 3.9.4
 Section: science
 Homepage: http://www.starlink.ac.uk/ast
diff --git a/debian/patches/series b/debian/patches/series
index 336b916..4119d54 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 rename_library
 use_std_automake.patch
 use_external_pal.patch
+use_pdflatex.patch
diff --git a/debian/patches/use_pdflatex.patch b/debian/patches/use_pdflatex.patch
new file mode 100644
index 0000000..ada67d0
--- /dev/null
+++ b/debian/patches/use_pdflatex.patch
@@ -0,0 +1,16 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Use pdflatex instead of pslatex to directly create
+ documentation binaries
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -559,8 +559,8 @@
+     libstarlink_ast_pgplot3d.la
+ 
+ dist_pkgdata_DATA =  @STARDOCS at .pdf @STARDOCS@/index.html
+-.tex.dvi:
+-	pslatex $^ && pslatex $^
++.tex.pdf:
++	pdflatex $^ && pdflatex $^
+ 
+ .dvi.ps:
+ 	dvips $^

-- 
Handle World Coordinate Systems in Astronomy



More information about the debian-science-commits mailing list