diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml deleted file mode 100644 index 33c3a64..0000000 --- a/debian/.gitlab-ci.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 --git a/debian/changelog b/debian/changelog index 80840f1..6352edc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +httping (2.5-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Add needs-internet restrictions to autopkgtest. (Closes: #955535) + * Remove unnecessary test depends. + + -- Adrian Bunk Fri, 08 May 2020 09:30:50 +0300 + httping (2.5-5) unstable; urgency=medium * debian/tests/control: update the depends for ci.debian.net diff --git a/debian/tests/control b/debian/tests/control index 83abc08..dc7adcf 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -3,10 +3,10 @@ Restrictions: allow-stderr Test-Command: httping -c 2 https://debian.org -Depends: @, openssl -Restrictions: allow-stderr +Depends: @ +Restrictions: allow-stderr, needs-internet Test-Command: httping -F -c 4 http://google.com -Depends: @, @builddeps@ -Restrictions: allow-stderr +Depends: @ +Restrictions: allow-stderr, needs-internet