[libhtml-tokeparser-simple-perl] 05/07: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sun May 31 11:39:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libhtml-tokeparser-simple-perl.

commit 7dc91b68b8503cf73cda0b57249c42630146f610
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 31 13:37:23 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 8e3fe06..72f5ebb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
 Source: libhtml-tokeparser-simple-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christian Sánchez <csanchez at unplug.org.ve>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
- libmodule-build-perl (>= 0.400000)
-Build-Depends-Indep: perl,
-                     libhtml-parser-perl,
-                     libsub-override-perl
+               libmodule-build-perl (>= 0.400000)
+Build-Depends-Indep: libhtml-parser-perl,
+                     libsub-override-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-tokeparser-simple-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-tokeparser-simple-perl.git
@@ -24,9 +24,8 @@ Description: Perl module used to tokenize HTML documents
  easy-to-remember method calls to work with tokens.  For instance,
  rather than writing code like this:
  .
-    $token->[0] eq 'S' and $token->[1] eq 'form' . 
+    $token->[0] eq 'S' and $token->[1] eq 'form' .
  .
  you can instead write something simpler like this:
  .
     $token->is_start_tag( 'form' )
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-tokeparser-simple-perl.git



More information about the Pkg-perl-cvs-commits mailing list