This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libxml-treepuller-perl.
commit 8da68cf98cab5973456ebe9c15d03a9399adde63 Author: gregor herrmann <[email protected]> Date: Tue Dec 23 19:35:08 2014 +0100 back to UNRELEASED, TODO added to d/changelog Git-Dch: Ignore --- debian/changelog | 23 ++++++++++++++++++++++- debian/control | 20 ++++++++++++++++---- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 983b0ea..a32e1cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,25 @@ -libxml-treepuller-perl (0.1.3-01-1) unstable; urgency=low +libxml-treepuller-perl (0.1.3-01-1) UNRELEASED; urgency=low + + TODO: + - d/copyright: + + remove DISCLAIMER + + add year(s) of upstream copyright + - d/control: short and long description + - d/watch: uscan doesn't find a 0.1.3-01 version. + metacpan neither, just 0.1.3_01 + if we want this dev release, which is probably after 0.1.2 and before + 0.1.3, we should name it 0.1.3~01 so that it sorts before a future 0.1.3 + release. and update debian/watch (uversionmangle and allow _ in version + regex) + - the package doesn't build. no surprise, due to the missing build and + runtime dependencies --> add libtree-xpathengine-perl, + libxml-compacttree-perl, libxml-libxml-perl, perl (>= 5.13.1) [the last + for Scalar::Util 1.23] to B-D-I and Depends + - apart from these issues, lintian detects more: + W: libxml-treepuller-perl source: package-needs-versioned-debhelper-build-depends 9 + (debian/compat != debhelper version in debian/control) + I: libxml-treepuller-perl: spelling-error-in-manpage usr/share/man/man3/XML::TreePuller.3pm.gz seperated separated + (needs a patch) * Initial Release. (Closes: #772530) diff --git a/debian/control b/debian/control index 5f5793e..446e649 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,27 @@ Source: libxml-treepuller-perl +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Matanya Moses <[email protected]>, + gregor herrmann <[email protected]> Section: perl Priority: optional -Maintainer: Matanya Moses <[email protected]> -Build-Depends: debhelper (>= 9) -Build-Depends-Indep: perl +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: libtree-xpathengine-perl, + libxml-compacttree-perl, + libxml-libxml-perl, + perl (>= 5.13.1) Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-treepuller-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-treepuller-perl.git Homepage: https://metacpan.org/release/XML-TreePuller Package: libxml-treepuller-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends}, + libtree-xpathengine-perl, + libxml-compacttree-perl, + libxml-libxml-perl, + perl (>= 5.13.1) Description: Pull interface to work with XML document fragments (no description was found) . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-treepuller-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
