[debsums] 01/02: Use plain "Testsuite: autopkgtest", not "Testsuite: autopkgtest-pkg-perl"

Axel Beckert abe at deuxchevaux.org
Wed Jul 1 22:20:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 6bdf0973363789dd3cca8db4b8d2c678c4f8ed23
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jul 1 23:59:09 2015 +0200

    Use plain "Testsuite: autopkgtest", not "Testsuite: autopkgtest-pkg-perl"
    
    "Testsuite: autopkgtest-pkg-perl" only works for CPAN-style upstream
    sources containing either Makefile.PL or Build.PL.
---
 debian/changelog     | 5 +++++
 debian/tests/control | 2 ++
 debian/tests/debsums | 2 ++
 3 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fd7d38f..c7d8a54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,11 @@ debsums (2.1.1) UNRELEASED; urgency=medium
   [ Américo Monteiro ]
   * Updated Portuguese manpage translation. (Closes: #785555)
 
+  [ Axel Beckert ]
+  * "Testsuite: autopkgtest-pkg-perl" only works for CPAN-style upstream
+    sources. Use plain "Testsuite: autopkgtest" instead.
+    + Add debian/tests/control and debian/tests/debsums.
+
  -- Axel Beckert <abe at debian.org>  Sun, 17 May 2015 22:09:20 +0200
 
 debsums (2.1) unstable; urgency=low
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..4d870b9
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: debsums
+Depends: @, libtest-command-simple-perl
diff --git a/debian/tests/debsums b/debian/tests/debsums
new file mode 100755
index 0000000..2ef724d
--- /dev/null
+++ b/debian/tests/debsums
@@ -0,0 +1,2 @@
+#!/bin/sh
+prove -v

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git



More information about the Pkg-perl-cvs-commits mailing list