This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libppix-editortools-perl.
commit 71181268651bb032871f42bfbaf29a8d5e281f49 Author: Florian Schlichting <[email protected]> Date: Mon Nov 6 22:46:39 2017 +0100 d/control: add build-dependency on libclass-accessor-perl for testing, remove versions satisfied in oldoldstable --- debian/control | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 9a5a588..d9ef497 100644 --- a/debian/control +++ b/debian/control @@ -7,11 +7,12 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, + libclass-accessor-perl, libclass-xsaccessor-perl, - libppi-perl (>= 1.215), + libppi-perl, libtest-differences-perl, libtest-most-perl, - libtry-tiny-perl (>= 0.11) + libtry-tiny-perl Standards-Version: 3.9.4 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libppix-editortools-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libppix-editortools-perl.git @@ -22,8 +23,8 @@ Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-xsaccessor-perl, - libppi-perl (>= 1.215), - libtry-tiny-perl (>= 0.11) + libppi-perl, + libtry-tiny-perl Description: set of tools for editors to use for manipulating Perl via PPI PPIx::EditorTools is a set of tools designed to be used by IDEs and Editors to manipulate Perl code. It provides base classes and utility methods for -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libppix-editortools-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
