[med-svn] [Git][med-team/beast-mcmc][master] 5 commits: Commit patch for tex encoding
Andreas Tille
gitlab at salsa.debian.org
Wed May 2 15:31:54 BST 2018
Andreas Tille pushed to branch master at Debian Med / beast-mcmc
Commits:
196f7df1 by Andreas Tille at 2018-04-29T07:49:24+02:00
Commit patch for tex encoding
- - - - -
fd55a6fc by Andreas Tille at 2018-04-29T07:50:16+02:00
Point Vcs fields to salsa.debian.org
- - - - -
5212dd08 by Andreas Tille at 2018-04-29T07:50:16+02:00
Standards-Version: 4.1.4
- - - - -
a2bba545 by Andreas Tille at 2018-04-29T07:50:16+02:00
debhelper 11
- - - - -
b97868d0 by Andreas Tille at 2018-04-29T07:57:54+02:00
Fix encoding issues that caused FTBFS with TeX Live 2018
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/patches/series
- + debian/patches/tex_encoding.patch
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,20 @@
beast-mcmc (1.8.4+dfsg.1-3) UNRELEASED; urgency=medium
+ [ Steffen Moeller ]
* d/control: Standards-Version: 4.1.3 (no changes needed)
* d/u/metadata:
- added RRIDs
- added \n to end of file
+ [ Andreas Tille ]
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.1.4
+ * debhelper 11
+
+ [ Adrian Bunk ]
+ * Fix encoding issues that caused FTBFS with TeX Live 2018
+ Closes: #896483
+
-- Steffen Moeller <moeller at debian.org> Thu, 29 Mar 2018 20:21:26 +0200
beast-mcmc (1.8.4+dfsg.1-2) unstable; urgency=medium
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>,
Olivier Sallou <osallou at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
javahelper,
ant,
ant-optional,
@@ -24,9 +24,9 @@ Build-Depends: debhelper (>= 10),
libitext1-java,
texlive-latex-base,
texlive-latex-extra
-Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/beast-mcmc.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/beast-mcmc.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/beast-mcmc
+Vcs-Git: https://salsa.debian.org/med-team/beast-mcmc.git
Homepage: http://beast.bio.ed.ac.uk/
Package: beast-mcmc
=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ patch_tex_docs.patch
fix_classpath_in_build_tracer_xml.patch
create_soname.patch
fix_encoding.patch
+tex_encoding.patch
=====================================
debian/patches/tex_encoding.patch
=====================================
--- /dev/null
+++ b/debian/patches/tex_encoding.patch
@@ -0,0 +1,23 @@
+Description: Fix encoding issues that caused FTBFS with TeX Live 2018
+Author: Adrian Bunk <bunk at debian.org>
+Bug-Debian: https://bugs.debian.org/896483
+
+--- beast-mcmc-1.8.4+dfsg.1.orig/doc/BEAST14_Manual.tex
++++ beast-mcmc-1.8.4+dfsg.1/doc/BEAST14_Manual.tex
+@@ -1,6 +1,7 @@
+ %% LyX 1.4.3 created this file. For more info, see http://www.lyx.org/.
+ %% Do not edit unless you really know what you are doing.
+ \documentclass[a4paper, english]{article}
++ \usepackage[latin1]{inputenc}
+ \usepackage{graphicx}
+ \usepackage{amssymb}
+ \usepackage{epstopdf}
+--- beast-mcmc-1.8.4+dfsg.1.orig/doc/tutorial/Virus_Practical_1_6_1/Practical_BEAST.tex
++++ beast-mcmc-1.8.4+dfsg.1/doc/tutorial/Virus_Practical_1_6_1/Practical_BEAST.tex
+@@ -1,4 +1,6 @@
+ \documentclass[12pt]{article}
++\usepackage[latin1]{inputenc}
++\usepackage[T1]{fontenc}
+ \usepackage{graphicx}
+ \usepackage[left=3cm,top=3cm,right=3cm,bottom=3cm]{geometry}
+
View it on GitLab: https://salsa.debian.org/med-team/beast-mcmc/compare/45626e60b17d39a325451f3534d6e58f7a4e952f...b97868d0446d4e2ed2d193225a705e157fb3c580
---
View it on GitLab: https://salsa.debian.org/med-team/beast-mcmc/compare/45626e60b17d39a325451f3534d6e58f7a4e952f...b97868d0446d4e2ed2d193225a705e157fb3c580
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180502/22f6c90d/attachment-0001.html>
More information about the debian-med-commit
mailing list