This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libtext-autoformat-perl.
commit 7b0b08c3cabdfd7bc1a66f9ff0fb9e3804b9d9bd Author: Salvatore Bonaccorso <[email protected]> Date: Sat Oct 4 07:33:41 2014 +0200 Wrap and sort fields in debian/control file --- debian/control | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index a69a624..a7942db 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,11 @@ Priority: optional Build-Depends: debhelper (>= 9), perl Build-Depends-Indep: libtext-reform-perl Maintainer: Debian Perl Group <[email protected]> -Uploaders: Daniel Ruoso <[email protected]>, Niko Tyni <[email protected]>, - gregor herrmann <[email protected]>, Ryan Niebur <[email protected]>, +Uploaders: + Daniel Ruoso <[email protected]>, + Niko Tyni <[email protected]>, + gregor herrmann <[email protected]>, + Ryan Niebur <[email protected]>, Jonathan Yu <[email protected]>, Salvatore Bonaccorso <[email protected]> Standards-Version: 3.9.6 @@ -16,7 +19,7 @@ Testsuite: autopkgtest-pkg-perl Package: libtext-autoformat-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libtext-reform-perl +Depends: libtext-reform-perl, ${misc:Depends}, ${perl:Depends} Description: module for automatic text wrapping and reformatting Text::Autoformat provides intelligent formatting of plain text without the need for any kind of embedded mark-up. The module recognizes Internet -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-autoformat-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
