Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please unblock package dblatex I'd like to ask for your pre-approval to let dblatex 0.3.5-2 migrate into testing. (Given your pre-approval I would upload the new version to unstable.) The only content change is a patch fixing BTS report #771473 (severity important): dblatex will no longer break when converting from DocBook to PDF Norwegian Bokmål documents with quote characters in title elements. Attached is the debdiff output between the testing and the proposed version. It shows that the change is simple and clear, and thus the risk of breaking anything is very low. Thanks for your time and for considering this, Andreas unblock dblatex/0.3.5-2 - -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (990, 'testing'), (500, 'oldstable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlSEMGEACgkQco2LfriI0s7KrgCgjMXmDezwLh5yW+AQ81FnvM8Q k30AoN25V+ulycezC6VpJ1QnlqnSLWdn =Qbtr -----END PGP SIGNATURE-----
diff -Nru dblatex-0.3.5/debian/changelog dblatex-0.3.5/debian/changelog --- dblatex-0.3.5/debian/changelog 2014-06-29 19:50:11.000000000 +0200 +++ dblatex-0.3.5/debian/changelog 2014-12-06 19:02:12.000000000 +0100 @@ -1,3 +1,11 @@ +dblatex (0.3.5-2) unstable; urgency=low + + * 20_nb_quotes_in_title.patch: + Don't crash on quotation marks in titles of Norwegian Bokmål documents. + Thanks to Petter Reinholdtsen for reporting. Closes: #771473 + + -- Andreas Hoenen <andr...@hoenen-terstappen.de> Sat, 06 Dec 2014 19:02:10 +0100 + dblatex (0.3.5-1) unstable; urgency=low * New upstream release diff -Nru dblatex-0.3.5/debian/patches/10_dblatex_version.patch dblatex-0.3.5/debian/patches/10_dblatex_version.patch --- dblatex-0.3.5/debian/patches/10_dblatex_version.patch 2014-06-01 19:44:06.000000000 +0200 +++ dblatex-0.3.5/debian/patches/10_dblatex_version.patch 2014-12-06 19:01:25.000000000 +0100 @@ -8,6 +8,6 @@ ############################################################################ --> -<xsl:variable name="version">0.3.5</xsl:variable> -+<xsl:variable name="version">0.3.5-1</xsl:variable> ++<xsl:variable name="version">0.3.5-2</xsl:variable> </xsl:stylesheet> diff -Nru dblatex-0.3.5/debian/patches/20_nb_quotes_in_title.patch dblatex-0.3.5/debian/patches/20_nb_quotes_in_title.patch --- dblatex-0.3.5/debian/patches/20_nb_quotes_in_title.patch 1970-01-01 01:00:00.000000000 +0100 +++ dblatex-0.3.5/debian/patches/20_nb_quotes_in_title.patch 2014-12-01 21:46:49.000000000 +0100 @@ -0,0 +1,16 @@ +Author: Andreas Hoenen <andr...@hoenen-terstappen.de> +Description: Hotfix for BTS report #771473: +Don't crash on quotation marks in titles of Norwegian Bokmål documents. +--- a/latex/style/dbk_locale.sty ++++ b/latex/style/dbk_locale.sty +@@ -287,6 +287,10 @@ + \AtBeginDocument{\shorthandoff{"}} + } + ++\babelsetup{nb}{% ++ \AtBeginDocument{\shorthandoff{"}} ++} ++ + %% Apply default locale setup + \setuplocale{en} + diff -Nru dblatex-0.3.5/debian/patches/series dblatex-0.3.5/debian/patches/series --- dblatex-0.3.5/debian/patches/series 2014-06-01 20:39:56.000000000 +0200 +++ dblatex-0.3.5/debian/patches/series 2014-12-01 21:43:36.000000000 +0100 @@ -4,3 +4,4 @@ 20_subtitle_handling.patch 20_db2latex_title_page.patch 20_nn_quotes_in_title.patch +20_nb_quotes_in_title.patch