[libdbix-xml-rdb-perl] 05/07: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 17:42:05 UTC 2013


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

abe pushed a commit to branch master
in repository libdbix-xml-rdb-perl.

commit 9465f023bdf865fcfd199438562720daaad3146e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 15 18:38:40 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 9394ae7..fdd53df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ libdbix-xml-rdb-perl (0.05-12) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly
   * Revamp debian/rules
     + Fix lintian warning debian-rules-missing-recommended-target
+  * Apply wrap-and-sort
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:55 +0200
 
diff --git a/debian/control b/debian/control
index 2a6cc22..25e5c78 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,15 @@ Standards-Version: 3.7.3
 Homepage: https://metacpan.org/release/DBIx-XML_RDB/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-xml-rdb-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-xml-rdb-perl.git
-Build-Depends-Indep: perl, libdbi-perl
+Build-Depends-Indep: libdbi-perl,
+                     perl
 Build-Depends: debhelper (>= 9~)
 
 Package: libdbix-xml-rdb-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl
+Depends: libdbi-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Suggests: libxml-parser-perl
 Description: perl module for creating XML from a DBI datasource
  This module is a simple creator of XML data from DBI datasources.  It

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-xml-rdb-perl.git



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