user debian-rele...@lists.debian.org tag 921759 + patch usertag 921759 + bsp-2019-02-de-berlin thank you
Dear maintainers, Greetings from the BSP at the DCSO office in Berlin. I fixed this issue and attached a patch. Cheers Sascha
diff -Nru sdaps-1.2.1/debian/changelog sdaps-1.2.1/debian/changelog --- sdaps-1.2.1/debian/changelog 2018-01-15 22:05:56.000000000 +0100 +++ sdaps-1.2.1/debian/changelog 2019-02-10 15:51:38.000000000 +0100 @@ -1,3 +1,10 @@ +sdaps (1.2.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Disable bookmark package to address clash with 'style' option. + + -- Sascha Steinbiss <sa...@debian.org> Sun, 10 Feb 2019 15:51:38 +0100 + sdaps (1.2.1-1) unstable; urgency=medium * Initial release (Closes: #887393) diff -Nru sdaps-1.2.1/debian/patches/disable-bookmark.patch sdaps-1.2.1/debian/patches/disable-bookmark.patch --- sdaps-1.2.1/debian/patches/disable-bookmark.patch 1970-01-01 01:00:00.000000000 +0100 +++ sdaps-1.2.1/debian/patches/disable-bookmark.patch 2019-02-10 15:51:38.000000000 +0100 @@ -0,0 +1,18 @@ +Description: Disable bookmark package + According to https://golatex.de/komacv-geht-nicht-mit-style-t21445.html, there is + an option clash regarding the 'style' option in the bookmark package, which does + not recognize the 'classic' setting that is given here. + We disable that package to address this issue. +Author: Sascha Steinbiss <sa...@debian.org> +Last-Update: 2019-02-10 +--- a/tex/sdaps.cls ++++ b/tex/sdaps.cls +@@ -151,7 +151,7 @@ + %------------------------------------------------------------------------------- + % load base-class + %------------------------------------------------------------------------------- +-\LoadClass{scrartcl} ++\LoadClass[bookmarkpackage=false]{scrartcl} + + + %------------------------------------------------------------------------------- diff -Nru sdaps-1.2.1/debian/patches/series sdaps-1.2.1/debian/patches/series --- sdaps-1.2.1/debian/patches/series 2018-01-15 22:05:56.000000000 +0100 +++ sdaps-1.2.1/debian/patches/series 2019-02-10 15:51:38.000000000 +0100 @@ -1,3 +1,4 @@ remove_latex_copy.patch merge_texinputs.patch fix_tests.patch +disable-bookmark.patch