[SCM] Position Astronomy Library branch, debian, updated. e40ef8b5ea533d80d989f4108289b3d86e51de4b

Ole Streicher debian at liska.ath.cx
Tue Jun 25 17:19:12 UTC 2013


The following commit has been merged in the debian branch:
commit e40ef8b5ea533d80d989f4108289b3d86e51de4b
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jun 24 18:15:38 2013 +0200

    Use pdflatex instead of pslatex. Closes: #713264

diff --git a/debian/changelog b/debian/changelog
index db9e629..ae6afe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+starlink-pal (0.3.0-2) unstable; urgency=low
+
+  * Use pdflatex instead of pslatex. Closes: #713264
+
+ -- Ole Streicher <debian at liska.ath.cx>  Mon, 24 Jun 2013 18:11:26 +0200
+
 starlink-pal (0.3.0-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index e262ecf..5262410 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: autotools-dev,
                ghostscript,
                latex2html,
                libsofa-c-dev,
-               texlive
+               texlive,
+	       texlive-font-utils
 Standards-Version: 3.9.4
 Homepage: http://starlink.jach.hawaii.edu/starlink
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/starlink-pal.git
diff --git a/debian/patches/use_std_automake.patch b/debian/patches/use_std_automake.patch
index 4533a12..d000fb8 100644
--- a/debian/patches/use_std_automake.patch
+++ b/debian/patches/use_std_automake.patch
@@ -26,20 +26,14 @@ Description: Do not depend on the starlink's automake, but use their macro
  dist_pkgdata_DATA = LICENCE README.md
  
  # Make all library code position independent. This is handy for creating
-@@ -114,7 +113,19 @@
+@@ -114,7 +113,13 @@
  pal1Atms.c \
  pal1Atmt.c
  
 -stardocs_DATA = @STAR_LATEX_DOCUMENTATION@
 +dist_pkgdata_DATA =  @STARDOCS at .pdf @STARDOCS@/index.html
-+.tex.dvi:
-+	pslatex $^ && pslatex $^
-+
-+.dvi.ps:
-+	dvips $^
-+
-+.ps.pdf:
-+	ps2pdf $^
++.tex.pdf:
++	pdflatex $^ && pdflatex $^
 +
 + at STARDOCS@/index.html: @STARDOCS at .tex
 +	latex2html -noaddress $^

-- 
Position Astronomy Library



More information about the debian-science-commits mailing list