This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libterm-slang-perl.
commit d419caff9316729df8332563e92d4500ea575f73 Author: Axel Beckert <[email protected]> Date: Thu Nov 16 02:28:21 2017 +0100 Apply "wrap-and-sort -a" --- debian/changelog | 1 + debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5cea6f9..68d67ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ libterm-slang-perl (0.07-13) UNRELEASED; urgency=medium * Set "Rules-Requires-Root: no". * Bump debhelper compatibility level to 10. + Update versioned debhelper build-dependency accordingly. + * Apply "wrap-and-sort -a". -- Axel Beckert <[email protected]> Thu, 16 Nov 2017 02:10:35 +0100 diff --git a/debian/control b/debian/control index 86d9e34..656f12a 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Maintainer: Debian Perl Group <[email protected]> Uploaders: Axel Beckert <[email protected]> Section: perl Priority: optional -Build-Depends: libslang2-dev, - debhelper (>= 10), +Build-Depends: debhelper (>= 10), + libslang2-dev, perl Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-slang-perl.git @@ -15,8 +15,8 @@ Rules-Requires-Root: no Package: libterm-slang-perl Architecture: any -Depends: ${shlibs:Depends}, +Depends: ${misc:Depends}, ${perl:Depends}, - ${misc:Depends} + ${shlibs:Depends} Description: Perl interface to the S-Lang terminal library Term::Slang is a Perl interface to the S-Lang terminal library. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-slang-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
