Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Commit patch for tex encoding
· 196f7df1
Andreas Tille
authored
Apr 29, 2018
196f7df1
Point Vcs fields to salsa.debian.org
· fd55a6fc
Andreas Tille
authored
Apr 29, 2018
fd55a6fc
Standards-Version: 4.1.4
· 5212dd08
Andreas Tille
authored
Apr 29, 2018
5212dd08
debhelper 11
· a2bba545
Andreas Tille
authored
Apr 29, 2018
a2bba545
Fix encoding issues that caused FTBFS with TeX Live 2018
· b97868d0
Andreas Tille
authored
Apr 29, 2018
b97868d0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b97868d0
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@debian.org> Thu, 29 Mar 2018 20:21:26 +0200
beast-mcmc (1.8.4+dfsg.1-2) unstable; urgency=medium
...
...
debian/compat
View file @
b97868d0
1
0
1
1
debian/control
View file @
b97868d0
...
...
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille@debian.org>,
Olivier Sallou <osallou@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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
View file @
b97868d0
...
...
@@ -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
0 → 100644
View file @
b97868d0
Description: Fix encoding issues that caused FTBFS with TeX Live 2018
Author: Adrian Bunk <bunk@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}