This is an automated email from the git hooks/post-receive script. ntyni pushed a commit to branch master in repository libclass-data-accessor-perl.
commit db5e9bb809dae25cdde8e89ce916fc6d49e9efd3 Author: Niko Tyni <[email protected]> Date: Mon Mar 21 22:08:08 2016 +0200 Declare the package autopkgtestable --- debian/control | 1 + debian/tests/pkg-perl/smoke-env | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/control b/debian/control index ef4f5b8..e8fa16e 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Standards-Version: 3.8.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-data-accessor-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-data-accessor-perl.git Homepage: https://metacpan.org/release/Class-Data-Accessor +Testsuite: autopkgtest-pkg-perl Package: libclass-data-accessor-perl Architecture: all diff --git a/debian/tests/pkg-perl/smoke-env b/debian/tests/pkg-perl/smoke-env new file mode 100644 index 0000000..c34313c --- /dev/null +++ b/debian/tests/pkg-perl/smoke-env @@ -0,0 +1,3 @@ +# explicitly unset this: at least strict.t and warnings.t +# don't work together with our autopkgtest setup +TEST_AUTHOR=0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-data-accessor-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
