This is an automated email from the git hooks/post-receive script. kanashiro pushed a commit to branch master in repository libxml-compile-perl.
commit 35c172c5491fbebb14a439bb149a39dc48f75f28 Author: Lucas Kanashiro <[email protected]> Date: Fri Jun 23 17:44:23 2017 -0300 Add build and runtime dependency on libtypes-serialiser-perl --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9b3ee90..456f45a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libxml-compile-perl (1.57-1) UNRELEASED; urgency=medium * Update Debian packaging copyright * Bump debhelper compatibility level to 10 * Declare compliance with Debian Policy 4.0.0 + * Add build and runtime dependency on libtypes-serialiser-perl -- Lucas Kanashiro <[email protected]> Fri, 23 Jun 2017 17:22:19 -0300 diff --git a/debian/control b/debian/control index 0da3ee2..711e053 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: liblog-report-perl (>= 1.03), libtest-deep-perl, + libtypes-serialiser-perl, libxml-compile-tester-perl, libxml-libxml-perl (>= 2.0107), perl @@ -20,6 +21,7 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblog-report-perl (>= 1.03), + libtypes-serialiser-perl, libxml-compile-tester-perl, libxml-libxml-perl (>= 2.0107) Description: Perl module to translate between XML and Perl based on XML schemas -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-compile-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
