[liblatex-driver-perl] 08/11: Explicitly enable tests that are by default skipped now.

gregor herrmann gregoa at debian.org
Tue May 13 18:40:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblatex-driver-perl.

commit b2301991dc578a7bb45428f2703c626a84ff024a
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 13 20:36:19 2014 +0200

    Explicitly enable tests that are by default skipped now.
    
    Add build dependency on texlive-xetex.
---
 debian/control | 3 ++-
 debian/rules   | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index eb4ca9a..bb30c9a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Build-Depends-Indep: perl,
   texlive-latex-base,
   texlive-binaries,
   texlive-latex-extra,
-  ghostscript
+  ghostscript,
+  texlive-xetex
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.3
diff --git a/debian/rules b/debian/rules
index 2d33f6a..07f70fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	# don't set FORMATTER_TESTING=1; would neet the whole texlive-xetex
+	FORMATTER_TESTING=1 BIBTEX_TESTS=1 dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblatex-driver-perl.git



More information about the Pkg-perl-cvs-commits mailing list