Accidentally the patch didn't get attached, so here it is. Cheers, Ondrej
On Tue, Sep 30, 2014, at 15:26, 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 FlightGear Crew <[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. > > -- > 763493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763493 > 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 5eb2043..6e9ae0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +simgear (3.0.0-4.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 17:05:29 +0200 + simgear (3.0.0-4) unstable; urgency=low * Add patch invalid-utf8.patch. Closes: #750859. diff --git a/debian/control b/debian/control index 69546ff..bd07020 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 8.1.3), libx11-dev, libxext-dev, libxi-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, freeglut3-dev | libglut3-dev, - libjpeg8-dev | libjpeg62-dev | libjpeg-dev, + libjpeg-dev, libopenscenegraph-dev (>> 3.0.0) Standards-Version: 3.9.5 Homepage: http://www.simgear.org/

