tags 666169 + patch pending thanks Dear maintainer,
I've prepared an NMU for catdvi (versioned as 0.14-12.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer.
-- Jakub Wilk
diffstat for catdvi_0.14-12 catdvi_0.14-12.1 catdvi-0.14/debian/changelog | 8 ++++++ debian/patches/03_kpathsea_version_string_declaration.diff | 16 +++++++++++++ 2 files changed, 24 insertions(+) diff -u catdvi-0.14/debian/changelog catdvi-0.14/debian/changelog --- catdvi-0.14/debian/changelog +++ catdvi-0.14/debian/changelog @@ -1,3 +1,11 @@ +catdvi (0.14-12.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove conflicting declaration of kpathsea_version_string (closes: + #666169). Thanks to Adam D. Barratt for the bug report. + + -- Jakub Wilk <jw...@debian.org> Sun, 22 Apr 2012 17:21:14 +0200 + catdvi (0.14-12) unstable; urgency=low * debian/patches/02_hardening-format-security.diff: Closes: #643361. only in patch2: unchanged: --- catdvi-0.14.orig/debian/patches/03_kpathsea_version_string_declaration.diff +++ catdvi-0.14/debian/patches/03_kpathsea_version_string_declaration.diff @@ -0,0 +1,16 @@ +Description: remove conflicting declaration of kpathsea_version_string +Author: Jakub Wilk <jw...@debian.org> +Bug-Debian: http://bugs.debian.org/666169 +Forwarded: no +Last-Update: 2012-04-22 + +--- a/kpathsea.c ++++ b/kpathsea.c +@@ -36,7 +36,6 @@ + + void version_findtfm(void) + { +- extern char * kpathsea_version_string; + puts(kpathsea_version_string); + } +