[libfile-chmod-perl] 07/09: Update long description

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Aug 22 00:29:52 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libfile-chmod-perl.

commit 209f4f6f93c7e2ea0ba2fd82c9c2b3b2491b9fa3
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 21 21:23:06 2015 -0300

    Update long description
---
 debian/changelog | 1 +
 debian/control   | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7508491..cd71f32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libfile-chmod-perl (0.42-1) UNRELEASED; urgency=medium
   * Import upstream version 0.42
   * Declare compliance with Debian policy 3.9.6
   * Add autopkgtest-pkg-perl
+  * Update long description
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 21 Aug 2015 21:18:29 -0300
 
diff --git a/debian/control b/debian/control
index 20d38bd..903920a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,8 @@ Package: libfile-chmod-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
 Description: chmod() override with symbolic and ls-style modes
- File::chmod provides an override for Perl's chmod() function
- allowing usage of octal, symbolic or "ls-style" file modes.
+ File::chmod is a utility that allows one to bypass system calls or bit
+ processing of a file's permissions. It overloads the chmod() function with
+ its own that gets an octal mode, a symbolic mode, or an "ls" mode. If you
+ wish not to overload chmod(), you can export symchmod() and lschmod(),
+ which take, respectively, a symbolic mode and an "ls" mode.

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



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