diff -Nru dnswalk-2.0.2.dfsg.1/debian/changelog dnswalk-2.0.2.dfsg.1/debian/changelog --- dnswalk-2.0.2.dfsg.1/debian/changelog 2018-08-22 14:36:57.000000000 +0000 +++ dnswalk-2.0.2.dfsg.1/debian/changelog 2020-05-07 21:22:37.000000000 +0000 @@ -1,3 +1,22 @@ +dnswalk (2.0.2.dfsg.1-3) unstable; urgency=medium + + * New maintainer upload. (Closes: #794457) + * Bumped DH level to 13 + * debian/control: + - (Rules-Requires-Root): added flag with value no. + - (Vcs-*): updated to salsa.debian.org + - (Standards-Version): Update to 4.5.0. + * debian/upstream: + - added metadata file. + * debian/compat: + - removed legacy file. + * debian/tests/control: + - Created to perform a trivial test. + * debian/copyright: + - Updated copyright of debian/* + + -- Pedro Loami Barbosa dos Santos Thu, 07 May 2020 18:22:37 -0300 + dnswalk (2.0.2.dfsg.1-2) unstable; urgency=medium * QA upload. diff -Nru dnswalk-2.0.2.dfsg.1/debian/compat dnswalk-2.0.2.dfsg.1/debian/compat --- dnswalk-2.0.2.dfsg.1/debian/compat 2018-08-22 02:49:24.000000000 +0000 +++ dnswalk-2.0.2.dfsg.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru dnswalk-2.0.2.dfsg.1/debian/control dnswalk-2.0.2.dfsg.1/debian/control --- dnswalk-2.0.2.dfsg.1/debian/control 2018-08-22 14:36:57.000000000 +0000 +++ dnswalk-2.0.2.dfsg.1/debian/control 2020-05-07 21:22:37.000000000 +0000 @@ -1,12 +1,13 @@ Source: dnswalk Section: net Priority: optional -Maintainer: Debian QA Group -Standards-Version: 4.2.0 +Maintainer: Pedro Loami Barbosa dos Santos +Standards-Version: 4.5.0 Homepage: https://github.com/davebarr/dnswalk -Build-Depends-Indep: debhelper (>= 11) -Vcs-Git: git://anonscm.debian.org/collab-maint/dnswalk.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dnswalk.git +Build-Depends: debhelper-compat (= 13) +Vcs-Git: https://salsa.debian.org/debian/dnswalk.git +Vcs-Browser: https://salsa.debian.org/debian/dnswalk +Rules-Requires-Root: no Package: dnswalk Architecture: all diff -Nru dnswalk-2.0.2.dfsg.1/debian/copyright dnswalk-2.0.2.dfsg.1/debian/copyright --- dnswalk-2.0.2.dfsg.1/debian/copyright 2015-07-28 20:15:40.000000000 +0000 +++ dnswalk-2.0.2.dfsg.1/debian/copyright 2020-05-07 21:22:37.000000000 +0000 @@ -12,7 +12,8 @@ required, contents may settle during shipment. Files: debian/* -Copyright: 2015 Raphaël Hertzog +Copyright: 2020 Pedro Loami Barbosa dos Santos + 2015 Raphaël Hertzog 1999-2003 Florian Hinzmann License: GPL-2+ This program is free software; you can redistribute it and/or modify diff -Nru dnswalk-2.0.2.dfsg.1/debian/salsa-ci.yml dnswalk-2.0.2.dfsg.1/debian/salsa-ci.yml --- dnswalk-2.0.2.dfsg.1/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ dnswalk-2.0.2.dfsg.1/debian/salsa-ci.yml 2020-05-07 21:22:37.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru dnswalk-2.0.2.dfsg.1/debian/tests/control dnswalk-2.0.2.dfsg.1/debian/tests/control --- dnswalk-2.0.2.dfsg.1/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ dnswalk-2.0.2.dfsg.1/debian/tests/control 2020-05-07 21:22:37.000000000 +0000 @@ -0,0 +1,2 @@ +Tests: simple-test +Restrictions: allow-stderr diff -Nru dnswalk-2.0.2.dfsg.1/debian/tests/simple-test dnswalk-2.0.2.dfsg.1/debian/tests/simple-test --- dnswalk-2.0.2.dfsg.1/debian/tests/simple-test 1970-01-01 00:00:00.000000000 +0000 +++ dnswalk-2.0.2.dfsg.1/debian/tests/simple-test 2020-05-07 21:22:37.000000000 +0000 @@ -0,0 +1,5 @@ +#!/bin/sh +# This script test the dnswalk tool and test if debian.org zone is vulnerable a zone transfer +# Author: Marcio Souza +# Last-Update: 2020-05-09 +(dnswalk debian.org. | grep "BAD: All zone transfer attempts of debian.org. failed") && exit 0 diff -Nru dnswalk-2.0.2.dfsg.1/debian/upstream/metadata dnswalk-2.0.2.dfsg.1/debian/upstream/metadata --- dnswalk-2.0.2.dfsg.1/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ dnswalk-2.0.2.dfsg.1/debian/upstream/metadata 2020-05-07 21:22:37.000000000 +0000 @@ -0,0 +1,5 @@ +Name: dnswalk +Bug-Database: https://github.com/davebarr/dnswalk/issues +Bug-Submit: https://github.com/davebarr/dnswalk/issues/new +Changelog: https://github.com/davebarr/dnswalk/blob/master/CHANGES +Repository: https://github.com/davebarr/dnswalk