[libnet-sftp-sftpserver-perl] 02/10: debian/control: Various changes/improvements compared to dh-make-perl template.

Mike Gabriel sunweaver at debian.org
Sun Sep 21 19:03:15 UTC 2014


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

sunweaver pushed a commit to branch master
in repository libnet-sftp-sftpserver-perl.

commit 0135aa1febed7f5d62d5a7699e6913000555d713
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Sep 8 22:17:03 2014 +0200

    debian/control: Various changes/improvements compared to dh-make-perl template.
---
 debian/control | 43 +++++++++++++++++++++++++++++++++----------
 1 file changed, 33 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index ce611e4..0faa857 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,47 @@
 Source: libnet-sftp-sftpserver-perl
 Section: perl
 Priority: optional
-Maintainer: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libstat-lsmode-perl,
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders:
+ X2Go Packaging Team <pkg-x2go-devel at lists.alioth.debian.org>,
+ Mike Gabriel <sunweaver at debian.org>,
+Build-Depends:
+ debhelper (>= 8),
+Build-Depends-Indep:
+ libstat-lsmode-perl,
+ libsys-syslog-perl,
  perl,
- perl-base
-Standards-Version: 3.9.2
+ perl-base,
+Standards-Version: 3.9.5
 Homepage: http://search.cpan.org/dist/Net-SFTP-SftpServer/
+Vcs-Git: git://anonscm.debian.org/collab-maint/libnet-sftp-sftpserver-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libnet-sftp-sftpserver-perl.git
 
 Package: libnet-sftp-sftpserver-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libstat-lsmode-perl,
+ libsys-syslog-perl,
  perl,
- perl-base
+ perl-base,
+Suggests:
+ libbsd-resource-perl,
 Description: Secure File Transfer Protocol Server
- A Perl port of sftp-server from openssh providing access control on a per
- user per command basis and improved logging via syslog
+ A Perl port of sftp-server from openSSH providing access control on a per
+ user and per command basis with improved logging via syslog.
  .
- The limitations compared with the openssh implementation are as follows:
+ The limitations compared with the openSSH implementation are as follows:
  .
- This description was automagically extracted from the module by dh-make-perl.
+   - Only files and directories are dealt with - other inode types are not
+     returned on readdir.
+   - A virtual chroot is performed - / (rootfs) is treated as the users home
+     directory from the client perspective and all file access to / will
+     be in /<home_path>/<username>. The <home_path> is defined on object
+     initialisation, it is not obtained from /etc/passwd.
+   - All symlinked files or directories can be hidden and made inaccessible on
+     request. Symlink returns "permission denied" then, readlink returns "file
+     does not exist".
+   - Setting of stats (set_stat or set_fstat) is disabled - the client will
+     receive permission denied.
+   - Permissions for files and dirs are defaulted - the defaults are set on object
+     initialisation.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-sftp-sftpserver-perl.git



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