[SCM] Debian packaging of libuniversal-can-perl branch, master, updated. 21fe2214e44cc938200277d26eb1cf00c8968bb3

gregor herrmann gregoa at debian.org
Sat Jun 8 17:04:05 UTC 2013


The following commit has been merged in the master branch:
commit c5eb9d267e2d6716ad524a89fea550f0f30160b1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 8 19:01:12 2013 +0200

    wrap-and-sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 6680103..aacbf9e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Nathan Handler <nhandler at debian.org>, Ryan Niebur <ryan at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+           Nathan Handler <nhandler at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.4
 Homepage: https://metacpan.org/release/UNIVERSAL-can/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libuniversal-can-perl.git
@@ -14,7 +15,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libuniversal-
 
 Package: libuniversal-can-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: safer version of UNIVERSAL::can
  The UNIVERSAL class provides a few default methods so that all objects can
  use them. Object orientation allows programmers to override these methods in
@@ -35,4 +37,3 @@ Description: safer version of UNIVERSAL::can
  emit a lexical warning (see perllexwarn) to that effect. You can disable it
  with no warnings; or no warnings 'UNIVERSAL::isa';, but don't do that; fix
  the code instead.
-

-- 
Debian packaging of libuniversal-can-perl



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