[libperl6-form-perl] 04/06: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Sun May 31 16:35:36 UTC 2015


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

abe pushed a commit to branch master
in repository libperl6-form-perl.

commit 92bbd27478cec3bae2fabeac02f434ff338bb8d5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 18:32:28 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index e28c525..85c4435 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ libperl6-form-perl (0.04-7) UNRELEASED; urgency=low
   * Fix issues reported by DUCK in debian/copyright:
     + Update download URL to point to MetaCPAN.
     + Fix e-mail address of initial packager.
+  * Apply wrap-and-sort.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:46:02 +0100
 
diff --git a/debian/control b/debian/control
index 1ba3bb4..6d784be 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Uploaders: Allard Hoeve <allard at byte.nl>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl,
-                     libperl6-export-perl
+Build-Depends-Indep: libperl6-export-perl,
+                     perl
 Standards-Version: 3.7.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperl6-form-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperl6-form-perl.git
@@ -14,10 +14,10 @@ Homepage: https://metacpan.org/release/Perl6-Form
 
 Package: libperl6-form-perl
 Architecture: all
-Depends: ${misc:Depends},
+Depends: libperl6-export-perl,
          perl,
-         ${perl:Depends},
-         libperl6-export-perl
+         ${misc:Depends},
+         ${perl:Depends}
 Description: perl - Perl6::Form - Implements the Perl 6 'form' built-in
  Formats are Perl 5's mechanism for creating text templates with
  fixed-width fields. Those fields are then filled in using values from
@@ -26,4 +26,3 @@ Description: perl - Perl6::Form - Implements the Perl 6 'form' built-in
  Unlike Perl 5, Perl 6 doesn't have a C<format> keyword. Or the
  associated built-in formatting mechanism. Instead it has a Form.pm
  module. And a C<form> function.
-

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



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