Skip to content

Commit

Permalink
Update debian rosdep rule for libjpeg-dev
Browse files Browse the repository at this point in the history
It's a dummy package and the provider changed from libjpeg8-dev to libjpeg62-turbo-dev

https://packages.debian.org/search?searchon=names&keywords=libjpeg
https://packages.debian.org/jessie/libjpeg62-turbo-dev
  • Loading branch information
tfoote committed Mar 28, 2016
1 parent b2a26f6 commit 893f2fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,9 @@ libjackson-json-java:
ubuntu: [libjackson-json-java]
libjpeg:
arch: [libjpeg-turbo]
debian: [libjpeg8-dev]
debian:
jessie: [libjpeg62-turbo-dev]
wheezy: [libjpeg8-dev]
fedora: [libjpeg-turbo-devel]
gentoo: [media-libs/libjpeg-turbo]
macports: [jpeg]
Expand Down

0 comments on commit 893f2fc

Please sign in to comment.