This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository debsums.
commit 0d70dfbf00e019dae1e27f5a0d4c5fc2fadf812c Author: Axel Beckert <[email protected]> Date: Fri Feb 6 23:54:18 2015 +0100 Apply wrap-and-sort --- debian/changelog | 1 + debian/control | 14 +++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80cbffa..71003a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ debsums (2.1~dev) UNRELEASED; urgency=medium + Move Maintainer to Uploaders + Set Maintainer to the Debian Perl Group + Update Vcs-* header to point to pkg-perl git repository + * Apply wrap-and-sort. -- Axel Beckert <[email protected]> Fri, 06 Feb 2015 23:50:20 +0100 diff --git a/debian/control b/debian/control index 9ed5335..4b5e553 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,23 @@ Source: debsums Section: admin Priority: optional Maintainer: Debian Perl Group <[email protected]> -Uploaders: Ryan Niebur <[email protected]>, Anders Kaseorg <[email protected]> -Build-Depends: debhelper (>= 8), po-debconf, po4a +Uploaders: Ryan Niebur <[email protected]>, + Anders Kaseorg <[email protected]> +Build-Depends: debhelper (>= 8), + po-debconf, + po4a Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/debsums.git Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/debsums.git;a=summary Package: debsums Architecture: all -Depends: perl (>= 5.8.0-3), ucf (>= 0.28), libfile-fnmatch-perl, libdpkg-perl, dpkg (>= 1.16.3), ${misc:Depends} +Depends: dpkg (>= 1.16.3), + libdpkg-perl, + libfile-fnmatch-perl, + perl (>= 5.8.0-3), + ucf (>= 0.28), + ${misc:Depends} Description: tool for verification of installed package files against MD5 checksums debsums can verify the integrity of installed package files against MD5 checksums installed by the package, or generated from a .deb -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
