[libterm-ui-perl] 02/03: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Thu Jul 2 22:26:22 UTC 2015


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

abe pushed a commit to branch master
in repository libterm-ui-perl.

commit a2bf888b5a25fd2109ddb797635e5a6822d69bb0
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Jul 3 00:09:54 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 383572d..2a772fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libterm-ui-perl (0.46-1) UNRELEASED; urgency=medium
   * Add debian/upstream/metadata
   * Import upstream version 0.46
   * Declare compliance with Debian Policy 3.9.6.
+  * Apply wrap-and-sort.
 
  -- Axel Beckert <abe at debian.org>  Fri, 03 Jul 2015 00:01:01 +0200
 
diff --git a/debian/control b/debian/control
index f96cbbe..e99f234 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     liblog-message-simple-perl | perl (<< 5.17.0)
+Build-Depends-Indep: liblog-message-simple-perl | perl (<< 5.17.0),
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-ui-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libterm-ui-perl.git
@@ -13,8 +13,9 @@ Homepage: https://metacpan.org/release/Term-UI
 
 Package: libterm-ui-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
-         liblog-message-simple-perl | perl (<< 5.17.0)
+Depends: liblog-message-simple-perl | perl (<< 5.17.0),
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Term::ReadLine UI made easy
  Term::UI is a transparent way of eliminating the overhead of having to format
  a question and then validate the reply, informing the user if the answer was

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



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