Package: wp2latex
Version: 3.90-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu groovy ubuntu-patch
Hi,
Please build-depend on libjpeg-dev instead of libjpeg62-turbo-dev.
wp2latex needs the JPEG headers but not this specific JPEG library
implementation (which doesn't exist in Ubuntu). libjpeg-dev is more
portable and means that you won't have to change the build dependency if
the default JPEG development library changes in Debian.
In Ubuntu, the attached patch was applied to achieve the following:
* Merge from Debian unstable. Remaining changes:
- Build-depend on libjpeg-dev instead of libjpeg62-turbo-dev.
Thanks for considering the patch.
Logan
-- System Information:
Debian Release: bullseye/sid
APT prefers focal-updates
APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, 'focal'),
(100, 'focal-backports')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.104-microsoft-standard (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru wp2latex-3.90/debian/control wp2latex-3.90/debian/control
--- wp2latex-3.90/debian/control 2020-06-01 10:30:37.000000000 -0400
+++ wp2latex-3.90/debian/control 2020-06-25 20:57:09.000000000 -0400
@@ -7,7 +7,7 @@
tex-common,
texlive-lang-other,
texlive-fonts-recommended,
- libjpeg62-turbo-dev,
+ libjpeg-dev,
libpng-dev
Standards-Version: 4.4.1
Homepage: http://www.penguin.cz/~fojtik/wp2latex/wp2latex.htm