[libobject-event-perl] 01/02: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Wed Mar 12 17:41:21 UTC 2014


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

abe pushed a commit to branch master
in repository libobject-event-perl.

commit 6925b862ea7d21ebb14ff63fb16b92f37ae4270b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Mar 12 18:40:39 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a5a7716..dba8222 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libobject-event-perl (1.230-2) UNRELEASED; urgency=low
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
     copyright"
+  * Apply wrap-and-sort
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index 33da5da..ac4a623 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,13 @@ Source: libobject-event-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libanyevent-perl,
- libcommon-sense-perl
+Build-Depends-Indep: libanyevent-perl,
+                     libcommon-sense-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Maximilian Gass <mxey at cloudconnected.org>,
- Jonathan Yu <jawnsy at cpan.org>, Fabrizio Regalli <fabreg at fabreg.it>
+           Jonathan Yu <jawnsy at cpan.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Standards-Version: 3.9.2
 Homepage: https://metacpan.org/release/Object-Event
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libobject-event-perl.git
@@ -15,9 +16,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libobject-eve
 
 Package: libobject-event-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libanyevent-perl,
- libcommon-sense-perl
+Depends: libanyevent-perl,
+         libcommon-sense-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Perl event callback interface
  Object::Event is a Perl module that provides a consistent interface for
  registering and emitting events. You can register callbacks for events,

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



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