diff -Nru hostsed-0.3.0/debian/changelog hostsed-0.3.0/debian/changelog --- hostsed-0.3.0/debian/changelog 2019-11-03 19:31:00.000000000 +0000 +++ hostsed-0.3.0/debian/changelog 2021-01-02 23:38:39.000000000 +0000 @@ -1,3 +1,12 @@ +hostsed (0.3.0-2) unstable; urgency=medium + + * Mark autopkgtest as superficial. Closes: #969833 + * Update package to use debhelper-compat (= 13) + * debian/control: Document field Rules-Requires-Root as no + * Bump Standards-Version to 4.5.1. No changes required + + -- Josue Ortega Sat, 02 Jan 2021 17:38:39 -0600 + hostsed (0.3.0-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru hostsed-0.3.0/debian/control hostsed-0.3.0/debian/control --- hostsed-0.3.0/debian/control 2019-11-03 19:30:37.000000000 +0000 +++ hostsed-0.3.0/debian/control 2021-01-02 23:38:39.000000000 +0000 @@ -2,14 +2,15 @@ Section: admin Priority: optional Maintainer: Josue Ortega -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools -Standards-Version: 4.3.0 +Standards-Version: 4.5.1 Homepage: https://github.com/socrateslee/hostsed Vcs-Browser: https://salsa.debian.org/debian/hostsed Vcs-Git: https://salsa.debian.org/debian/hostsed.git +Rules-Requires-Root: no Package: hostsed Architecture: all diff -Nru hostsed-0.3.0/debian/salsa-ci.yml hostsed-0.3.0/debian/salsa-ci.yml --- hostsed-0.3.0/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ hostsed-0.3.0/debian/salsa-ci.yml 2021-01-02 23:38:39.000000000 +0000 @@ -0,0 +1,3 @@ +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 hostsed-0.3.0/debian/tests/control hostsed-0.3.0/debian/tests/control --- hostsed-0.3.0/debian/tests/control 2019-11-03 19:30:37.000000000 +0000 +++ hostsed-0.3.0/debian/tests/control 2021-01-02 23:38:39.000000000 +0000 @@ -1 +1,2 @@ Test-Command: hostsed -h +Restrictions: superficial