Accidentally the patch didn't get attached, so here it is. Cheers, Ondrej
On Tue, Sep 30, 2014, at 15:25, 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): > Jari Aalto <[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. > > -- > 763476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763476 > 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 8e7c44f..8e99d3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jpegjudge (0.0.2-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 15:37:57 +0200 + jpegjudge (0.0.2-2) unstable; urgency=low [ Jari Aalto ] diff --git a/debian/control b/debian/control index 4116bf8..b634c72 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: jpegjudge Section: graphics Priority: optional Maintainer: Jari Aalto <[email protected]> -Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libjpeg8-dev +Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libjpeg-dev Standards-Version: 3.9.3.1 Vcs-Browser: http://git.debian.org/?p=collab-maint/jpegjudge.git Vcs-Git: git://git.debian.org/git/collab-maint/jpegjudge.git

