This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libtext-worddiff-perl.
commit c2378896bcb5a0c933db4033c178c5c114158977 Author: Salvatore Bonaccorso <[email protected]> Date: Fri Jun 5 13:24:25 2015 +0200 Sort fields in debian/control file --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index aa36dc1..e4c6e35 100644 --- a/debian/control +++ b/debian/control @@ -15,10 +15,10 @@ Homepage: https://metacpan.org/release/Text-WordDiff Package: libtext-worddiff-perl Architecture: all -Depends: ${misc:Depends}, - ${perl:Depends}, - libalgorithm-diff-perl, - libhtml-parser-perl +Depends: libalgorithm-diff-perl, + libhtml-parser-perl, + ${misc:Depends}, + ${perl:Depends} Description: module to track changes between documents Text::WordDiff is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-worddiff-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
