r60644 - /trunk/libhook-lexwrap-perl/debian/control

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Tue Jul 27 08:52:33 UTC 2010


Author: carnil-guest
Date: Tue Jul 27 08:52:17 2010
New Revision: 60644

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60644
Log:
reorder fields

Modified:
    trunk/libhook-lexwrap-perl/debian/control

Modified: trunk/libhook-lexwrap-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhook-lexwrap-perl/debian/control?rev=60644&op=diff
==============================================================================
--- trunk/libhook-lexwrap-perl/debian/control (original)
+++ trunk/libhook-lexwrap-perl/debian/control Tue Jul 27 08:52:17 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-pod-perl
+Build-Depends-Indep: libtest-pod-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org.sv>,
  gregor herrmann <gregoa at debian.org>,
@@ -14,7 +14,7 @@
 
 Package: libhook-lexwrap-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: lexically scoped subroutine wrappers
  Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
  around an existing subroutine. Unlike other modules that provide this




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