Control: tag -1 + patch

On Mon, 09 Jun 2014 20:22:54 +0100, Michael Tautschnig wrote:

> [...]
> Running: 'pdflatex' '--interaction' 'errorstopmode' '--jobname' 
> 'packaging-tutorial.ja' 
> '\RequirePackage[extension=.pdf]{texdepends}\input{packaging-tutorial.ja.tex}'
> *************************************
> Building packaging-tutorial.ja.pdf fails
> *************************************
> Here are the last lines of the log file
> If this is not enought, try to
> call 'make' with 'VERB=verbose' option
> *************************************
> ==> Last lines in packaging-tutorial.ja.log <==
> Package: aecompl 1998/07/23 0.9 T1 Complements for AE fonts (D. Roegel)
> ))
> Package hyperref Info: Option `unicode' set `true' on input line 6.
> 
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
> File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO)
> Now handling font encoding PU ...
> ... no UTF-8 mapping file for font encoding PU
> )
> 
> ! LaTeX Error: File `bxcjkjatype.sty' not found.
> 
> 
> It seems some build dependencies might need updating. The full build log is
> attached.


I would have NMU'd the package now, but:

   debian/rules override_dh_auto_build
make[1]: Entering directory '/tmp/buildd/packaging-tutorial-0.12+nmu1'
# version check
if [ 0.12 != 0.12+nmu1 ]; then echo "Wrong version in .tex: 0.12+nmu1 != 0.12"; 
exit 1; fi
Wrong version in .tex: 0.12+nmu1 != 0.12
debian/rules:15: recipe for target 'override_dh_auto_build' failed

Not sure I want to add this version to the tex ...

Anyway, prepared commit attached.


Cheers,
gregor


-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Leonard Cohen: Take This Waltz
From 20dede3cfec5c6ad91b6cf9fa03a50b5636316be Mon Sep 17 00:00:00 2001
From: gregor herrmann <gre...@debian.org>
Date: Tue, 24 Jun 2014 17:45:52 +0200
Subject: [PATCH] Build depend on "texlive-lang-japanese | texlive-lang-cjk (<<
 2014.20140513)"

following the split of the texlive-lang-cjk package.

Closes: #751044
Thanks: Michael Tautschnig for the bug report and how-can-i-help for bringing it to my attention.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7d2bc91..761ee0a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: packaging-tutorial
 Section: doc
 Priority: extra
 Maintainer: Lucas Nussbaum <lu...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), latex-make, latex-beamer, texlive, texlive-pictures, po4a, texlive-lang-german, texlive-lang-spanish, texlive-lang-french, texlive-lang-cyrillic, texlive-lang-cjk, latex-cjk-common, texlive-latex-extra, texlive-fonts-extra
+Build-Depends: debhelper (>= 7.0.50~), latex-make, latex-beamer, texlive, texlive-pictures, po4a, texlive-lang-german, texlive-lang-spanish, texlive-lang-french, texlive-lang-cyrillic, texlive-lang-japanese | texlive-lang-cjk (<< 2014.20140513), latex-cjk-common, texlive-latex-extra, texlive-fonts-extra
 Standards-Version: 3.9.5
 Vcs-Git: git://git.debian.org/collab-maint/packaging-tutorial.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/packaging-tutorial.git;a=summary
-- 
2.0.0

Attachment: signature.asc
Description: Digital Signature

Reply via email to