From f0400d972cf04761ce6dd54c339c70041e5f4514 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 13 May 2020 22:41:37 +0000 Subject: add comments about Ubuntu 18 git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3807 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/debian/mkdeb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildtools') diff --git a/buildtools/debian/mkdeb b/buildtools/debian/mkdeb index 8ca0f738..b152a78d 100755 --- a/buildtools/debian/mkdeb +++ b/buildtools/debian/mkdeb @@ -166,6 +166,8 @@ sub control($$) { 'perl-base, ' . 'bash' ; + # Note: Instead of libjpeg62, Debian 10 has libjpeg62-turbo and Ubuntu 18 + # has libjpeg-turbo8. $control{'Conflicts'} = $debianNativeNetpbm; $control{'Replaces'} = $debianNativeNetpbm; $control{'Provides'} = -- cgit 1.4.1