diff -Nru devscripts-2.20.4ubuntu2/debian/changelog devscripts-2.20.4ubuntu3/debian/changelog --- devscripts-2.20.4ubuntu2/debian/changelog 2020-06-30 18:38:48.000000000 +0000 +++ devscripts-2.20.4ubuntu3/debian/changelog 2020-09-29 14:02:29.000000000 +0000 @@ -1,3 +1,9 @@ +devscripts (2.20.4ubuntu3) groovy; urgency=medium + + * Fix FTBFS due to pylint warning. + + -- Dimitri John Ledkov Tue, 29 Sep 2020 15:02:29 +0100 + devscripts (2.20.4ubuntu2) groovy; urgency=medium * Downgrade pristine-tar dependency relation to Suggests (LP: #1885766) diff -Nru devscripts-2.20.4ubuntu2/scripts/reproducible-check devscripts-2.20.4ubuntu3/scripts/reproducible-check --- devscripts-2.20.4ubuntu2/scripts/reproducible-check 2020-06-30 14:12:55.000000000 +0000 +++ devscripts-2.20.4ubuntu3/scripts/reproducible-check 2020-09-29 13:59:46.000000000 +0000 @@ -50,7 +50,7 @@ VERSION = 1 STATUS_URL = ( - "https://tests.reproducible-builds.org/debian/" "reproducible-tracker.json.bz2" + "https://tests.reproducible-builds.org/debian/reproducible-tracker.json.bz2" ) CACHE = os.path.join(xdg_cache_home, NAME, os.path.basename(STATUS_URL))