[med-svn] [jmodeltest] 02/07: Natbib.sty is packaged, natbib.bst is non-free and needs to be replaced
Andreas Tille
tille at debian.org
Thu May 12 14:23:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository jmodeltest.
commit 5f8c28c4ca24cfd6f3e2bc25fe0f6b2e7b646d2c
Author: Andreas Tille <tille at debian.org>
Date: Thu May 12 15:52:51 2016 +0200
Natbib.sty is packaged, natbib.bst is non-free and needs to be replaced
---
debian/control | 3 ++-
debian/copyright | 1 +
debian/rules | 4 ++++
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 92feb51..47b98f2 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Build-Depends: debhelper (>= 9),
libmpj-java,
libpal-java,
libbrowserlauncher-java,
- prottest
+ prottest,
+ texlive-latex-base
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/jmodeltest.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/jmodeltest.git
diff --git a/debian/copyright b/debian/copyright
index f903e2f..3cf2ba5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,6 +3,7 @@ Upstream-Name: jModelTest
Upstream-Contact: Diego Darriba <diegodl84 at gmail.com>
Source: https://github.com//ddarriba/jmodeltest2/releases
Files-Excluded: */*.jar
+ */natbib.*
Files: *
Copyright: 2008-2015 Diego Darriba <diegodl84 at gmail.com>
diff --git a/debian/rules b/debian/rules
index e1daccd..f873a76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@ JAVA_HOME=/usr/lib/jvm/default-java
%:
dh $@ --with javahelper
+override_dh_auto_build:
+ dh_auto_build
+ cd manual && pdflatex manual.tex && bibtex manual && pdflatex manual.tex && pdflatex manual.tex
+
override_dh_installchangelogs:
dh_installchangelogs dist/CHANGELOG
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jmodeltest.git
More information about the debian-med-commit
mailing list