r33594 - in /trunk/libnetapp-perl/debian: ./ control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 19 16:48:50 UTC 2009


Author: gregoa
Date: Sun Apr 19 16:48:45 2009
New Revision: 33594

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33594
Log:
improve dependencies and log description

Modified:
    trunk/libnetapp-perl/debian/   (props changed)
    trunk/libnetapp-perl/debian/control

Propchange: trunk/libnetapp-perl/debian/
------------------------------------------------------------------------------
    svn-bp:TrunkUrl = svn+ssh://svn.debian.org/svn/pkg-perl/trunk/libnetapp-perl

Propchange: trunk/libnetapp-perl/debian/
------------------------------------------------------------------------------
    svn-bp:tagsUrl = svn+ssh://svn.debian.org/svn/pkg-perl/tags/libnetapp-perl

Propchange: trunk/libnetapp-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:upsCurrentUrl (added)
+++ svn-bp:upsCurrentUrl Sun Apr 19 16:48:45 2009
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libnetapp-perl/current

Propchange: trunk/libnetapp-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:upsTagUrl (added)
+++ svn-bp:upsTagUrl Sun Apr 19 16:48:45 2009
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libnetapp-perl

Modified: trunk/libnetapp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetapp-perl/debian/control?rev=33594&op=diff
==============================================================================
--- trunk/libnetapp-perl/debian/control (original)
+++ trunk/libnetapp-perl/debian/control Sun Apr 19 16:48:45 2009
@@ -1,10 +1,10 @@
 Source: libnetapp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
-Build-Depends-Indep: libclass-std-perl, libclone-perl, libnet-telnet-perl,
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.0-12), libclass-std-perl, libclone-perl,
   libparams-validate-perl, libregexp-common-perl, libtest-exception-perl,
-  perl (>= 5.6.0-12)
+  libnet-telnet-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.1
@@ -15,14 +15,14 @@
 Package: libnetapp-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libclass-std-perl, libclone-perl,
-  libnet-telnet-perl, libparams-validate-perl, libregexp-common-perl,
-  libtest-exception-perl
+  openssh-client | libnet-telnet-perl, libparams-validate-perl,
+  libregexp-common-perl, libtest-exception-perl
 Description: Perl modules for managing NetApp's NAS devices
  NetApp provides a suite of modules for managing NetApp's NAS devices,
  commonly referred to as "filers".
  .
- Both ssh and telnet are supported, but only ssh is really recommended. NetApp
+ Both SSH and telnet are supported, but only SSH is really recommended. NetApp
  doesn't support concurrent access via telnet, and the error checking using
- ssh is far more robust. Not to mention, you can configure secure access via
- ssh without using passwords, but telnet access will always require a
+ SSH is far more robust. Not to mention, you can configure secure access via
+ SSH without using passwords, but telnet access will always require a
  password.




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