[libsys-virt-perl] 04/05: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Wed Nov 6 16:23:42 UTC 2013


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

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 1d998499344c3e28871cf685bce564ca06b4ed65
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Nov 6 17:18:58 2013 +0100

    Wrap and sort fields in debian/control file
---
 debian/control |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 52a9138..cbcc8e5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,16 @@
 Source: libsys-virt-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~),
-  libvirt-dev (>= 1.1.4),
-  libvirt-bin,
-  libtest-pod-coverage-perl,
-  libxml-xpath-perl,
-  libtest-pod-perl,
-  libcpan-changes-perl,
-  perl,
-  pkg-config
+Build-Depends:
+ debhelper (>= 9.20120312~),
+ libcpan-changes-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ libvirt-bin,
+ libvirt-dev (>= 1.1.4),
+ libxml-xpath-perl,
+ perl,
+ pkg-config
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.5
@@ -19,7 +20,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsys-virt-p
 
 Package: libsys-virt-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libvirt-bin
+Depends: libvirt-bin, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: Perl module providing an extension for the libvirt library
  The Sys::Virt module provides a Perl XS binding to the libvirt virtual
  machine management APIs. This allows machines running within arbitrary

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



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