]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Apply wrap-and-sort to debian/control
authorAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 17:06:40 +0000 (18:06 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 17:06:40 +0000 (18:06 +0100)
debian/changelog
debian/control

index f4ff27fd9bbb8ed876472e0114124530697f60cc..77378fc4afdeac26cf5c87f04213ca57277b63be 100644 (file)
@@ -28,6 +28,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
       a depedency of "make install" in the next line anyway.
     - Finally switch to a minimal dh style debian/rules.
   * Bump copyright years in debian/copyright.
+  * Apply wrap-and-sort.
 
  -- Axel Beckert <abe@debian.org>  Thu, 17 Jan 2013 17:09:02 +0100
 
index 7175fd78d8f9500f55cf8bd27b8cef833577a782..d7a52a8169198ecdf6cef91db16395d9e95d7295 100644 (file)
@@ -2,7 +2,14 @@ Source: xen-tools
 Section: utils
 Priority: extra
 Maintainer: Axel Beckert <abe@debian.org>
-Build-Depends: debhelper (>= 7.0.0), libtest-pod-perl, libtext-template-perl, libfile-slurp-perl, devscripts, libmoose-perl, libtest-pod-coverage-perl, git
+Build-Depends: debhelper (>= 7.0.0),
+               devscripts,
+               git,
+               libfile-slurp-perl,
+               libmoose-perl,
+               libtest-pod-coverage-perl,
+               libtest-pod-perl,
+               libtext-template-perl
 Standards-Version: 3.9.3
 Homepage: http://xen-tools.org/software/xen-tools
 Vcs-Browser: http://gitorious.org/xen-tools/xen-tools
@@ -10,9 +17,21 @@ Vcs-Git: git://gitorious.org/xen-tools/xen-tools.git
 
 Package: xen-tools
 Architecture: all
-Depends: debootstrap | cdebootstrap, perl-modules, libtext-template-perl, libconfig-inifiles-perl, libfile-slurp-perl, ${misc:Depends}, openssh-client
-Recommends: xen-hypervisor-amd64 | xen-hypervisor-i386 | xen-hypervisor-i386-pae, rinse (>= 1.9.1-1), libexpect-perl, xen-utils
-Suggests: reiserfsprogs, xfsprogs, cfengine2, btrfs-tools
+Depends: debootstrap | cdebootstrap,
+         libconfig-inifiles-perl,
+         libfile-slurp-perl,
+         libtext-template-perl,
+         openssh-client,
+         perl-modules,
+         ${misc:Depends}
+Recommends: libexpect-perl,
+            rinse (>= 1.9.1-1),
+            xen-hypervisor-amd64 | xen-hypervisor-i386 | xen-hypervisor-i386-pae,
+            xen-utils
+Suggests: btrfs-tools,
+          cfengine2,
+          reiserfsprogs,
+          xfsprogs
 Description: Tools to manage Xen virtual servers
  This package contains tools to manage Debian based Xen virtual servers.
  .