Accidentally the patch didn't get attached, so here it is. Cheers, Ondrej
On Tue, Sep 30, 2014, at 15:24, Debian Bug Tracking System wrote: > Thank you for filing a new Bug report with Debian. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > Debian Games Team <[email protected]> > > If you wish to submit further information on this problem, please > send it to [email protected]. > > Please do not send mail to [email protected] unless you wish > to report a problem with the Bug-tracking system. > > -- > 763465: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763465 > Debian Bug Tracking System > Contact [email protected] with problems -- Ondřej Surý <[email protected]> Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server
diff --git a/debian/changelog b/debian/changelog index 4c56d58..546fac8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +allegro5 (2:5.0.10-2.1) unstable; urgency=medium + + * Change B-D to libjpeg-dev to finish the transition to libjpeg-turbo + + -- OndÅej Surý <[email protected]> Mon, 29 Sep 2014 11:59:53 +0200 + allegro5 (2:5.0.10-2) unstable; urgency=low [ Andreas Rönnquist ] diff --git a/debian/control b/debian/control index b4e5be2..c02a877 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), libgl1-mesa-dev, libglu1-mesa-dev, libgtk2.0-dev, - libjpeg8-dev, + libjpeg-dev, libopenal-dev, libphysfs-dev, libpng12-dev, @@ -223,7 +223,7 @@ Multi-Arch: same Depends: ${misc:Depends}, liballegro-image5.0 (= ${binary:Version}), liballegro5-dev (= ${binary:Version}), - libjpeg8-dev, + libjpeg-dev, libpng12-dev Description: header files for the Allegro 5 image addon This package is required to build programs that use the Allegro 5 image

