diff -Nru jpegjudge-0.0.2/debian/changelog jpegjudge-0.0.2/debian/changelog --- jpegjudge-0.0.2/debian/changelog 2016-10-21 14:32:51.000000000 +0000 +++ jpegjudge-0.0.2/debian/changelog 2019-07-19 14:34:58.000000000 +0000 @@ -1,3 +1,20 @@ +jpegjudge (0.0.2-4) unstable; urgency=medium + + * QA upload. + * Set Debian QA Group as maintainer. (see #920074) + * Using new DH level format. Consequently: + - debian/compat: removed. + - debian/control: changed from 'debhelper' to 'debhelper-compat' in + Build-Depends field and bumped level to 12. + * debian/control: + - Bumped Standards-Version to 4.4.0. + - Removed obsolete build dependencies autotools-dev, autoconf, automake. + * debian/copyright: cleanup and updated copyrights. + * debian/source/include-binaries: created to set a binary file. + * debian/tests/*: created to provide CI tests. + + -- Andre Marcelo Alvarenga Fri, 19 Jul 2019 11:34:58 -0300 + jpegjudge (0.0.2-3) unstable; urgency=medium * ACK NMU, thanks Ondřej. diff -Nru jpegjudge-0.0.2/debian/compat jpegjudge-0.0.2/debian/compat --- jpegjudge-0.0.2/debian/compat 2016-10-21 14:32:51.000000000 +0000 +++ jpegjudge-0.0.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru jpegjudge-0.0.2/debian/control jpegjudge-0.0.2/debian/control --- jpegjudge-0.0.2/debian/control 2016-10-21 14:32:51.000000000 +0000 +++ jpegjudge-0.0.2/debian/control 2019-07-19 14:34:58.000000000 +0000 @@ -1,9 +1,9 @@ Source: jpegjudge Section: graphics Priority: optional -Maintainer: Jari Aalto -Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libjpeg-dev -Standards-Version: 3.9.8 +Maintainer: Debian QA Group +Build-Depends: debhelper-compat (= 12), libjpeg-dev +Standards-Version: 4.4.0 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/jpegjudge.git Vcs-Git: https://anonscm.debian.org/git/collab-maint/jpegjudge.git Homepage: https://oldhome.schmorp.de/marc/judge.html diff -Nru jpegjudge-0.0.2/debian/copyright jpegjudge-0.0.2/debian/copyright --- jpegjudge-0.0.2/debian/copyright 2016-10-21 14:32:51.000000000 +0000 +++ jpegjudge-0.0.2/debian/copyright 2019-07-19 14:34:58.000000000 +0000 @@ -1,42 +1,20 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jpegjudge -Upstream-Contact: Marc Lehmann , +Upstream-Contact: Marc Lehmann Source: http://oldhome.schmorp.de/marc/judge.html Files: * -Copyright: - 2002 Marc Lehmann +Copyright: 1991-1996 Thomas G. Lane + 2002 Marc Lehmann License: JPEG Files: debian/* -Copyright: - 2010-2016 Jari Aalto - 2012 Tony Mancill +Copyright: 2008-2016 Jari Aalto + 2012 Tony Mancill + 2014 Ondřej Surý + 2019 Andre Marcelo Alvarenga License: GPL-2+ -Files: judge.c -Copyright: - 2002 Marc Lehmann - 1994-1996 Thomas G. Lane -X-License-Comment: - /* - * judge.c - * - * judges the quality of jpeg files, output format similar to file(1) - * - * This uses code from the IJG JPEG library. The original copyright was: - * - * Copyright (C) 1994-1996, Thomas G. Lane. - * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README-jpeg6a - * file. - * - * The estimate function and all the changes are copyright Marc Lehmann. - * You can do anything with it *except* claim that you have written it. - * - */ -License: JPEG - License: JPEG [From file ./README-jpeg6a] . diff -Nru jpegjudge-0.0.2/debian/source/include-binaries jpegjudge-0.0.2/debian/source/include-binaries --- jpegjudge-0.0.2/debian/source/include-binaries 1970-01-01 00:00:00.000000000 +0000 +++ jpegjudge-0.0.2/debian/source/include-binaries 2019-07-19 14:34:58.000000000 +0000 @@ -0,0 +1 @@ +debian/tests/image.jpg \ No newline at end of file diff -Nru jpegjudge-0.0.2/debian/tests/control jpegjudge-0.0.2/debian/tests/control --- jpegjudge-0.0.2/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ jpegjudge-0.0.2/debian/tests/control 2019-07-19 14:34:58.000000000 +0000 @@ -0,0 +1,3 @@ +Test-Command: jpegjudge -V + +Test-Command: jpegjudge -b debian/tests/image.jpg Binary files /tmp/tmprWsN3M/8Mi_E0XeRC/jpegjudge-0.0.2/debian/tests/image.jpg and /tmp/tmprWsN3M/EQ5tSafunu/jpegjudge-0.0.2/debian/tests/image.jpg differ