[libcgi-xmlform-perl] 14/14: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Sat Dec 14 01:40:25 UTC 2013


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

abe pushed a commit to branch master
in repository libcgi-xmlform-perl.

commit 8d329f510a2e1845a02f76710117f25a22739a34
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 02:39:49 2013 +0100

    Apply wrap-and-sort
---
 debian/changelog | 1 +
 debian/control   | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index efcc045..4bf767b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,7 @@ libcgi-xmlform-perl (0.10-14) UNRELEASED; urgency=low
     + Remove obsolete variable definitions
     + Finally switch to minimal dh-style debian/rules file
   * Bump Standards-Version to 3.9.5 (no further changes)
+  * Apply wrap-and-sort
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:55 +0200
 
diff --git a/debian/control b/debian/control
index a2428a5..c0f71b9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,15 @@ Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/CGI-XMLForm/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-xmlform-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-xmlform-perl.git
-Build-Depends-Indep: perl, libxml-parser-perl
+Build-Depends-Indep: libxml-parser-perl,
+                     perl
 Build-Depends: debhelper (>= 9~)
 
 Package: libcgi-xmlform-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl
+Depends: libxml-parser-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: perl module for reading/generating formatted XML
  This Perl module can either create form field values from XML based
  on XQL style queries (full XQL is _not_ supported - this module is

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-xmlform-perl.git



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