r16481 - in /trunk/libarchive-tar-perl/debian: changelog control

rra at users.alioth.debian.org rra at users.alioth.debian.org
Tue Mar 4 07:52:50 UTC 2008


Author: rra
Date: Tue Mar  4 07:52:49 2008
New Revision: 16481

URL: http://svn.debian.org/wsvn/?sc=1&rev=16481
Log:
* debian/control: remove the module name from the short description
  and remove the redundant and inaccurate second paragraph of the long
  description.

Modified:
    trunk/libarchive-tar-perl/debian/changelog
    trunk/libarchive-tar-perl/debian/control

Modified: trunk/libarchive-tar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libarchive-tar-perl/debian/changelog?rev=16481&op=diff
==============================================================================
--- trunk/libarchive-tar-perl/debian/changelog (original)
+++ trunk/libarchive-tar-perl/debian/changelog Tue Mar  4 07:52:49 2008
@@ -9,6 +9,9 @@
     - Restructure to match a typical debian/rules for the group.
     - Add build-arch and build-indep targets.
     - Call install instead of pure_install to match normal practice.
+  * debian/control: remove the module name from the short description
+    and remove the redundant and inaccurate second paragraph of the long
+    description.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Jan 2008 21:16:38 +0100
 

Modified: trunk/libarchive-tar-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libarchive-tar-perl/debian/control?rev=16481&op=diff
==============================================================================
--- trunk/libarchive-tar-perl/debian/control (original)
+++ trunk/libarchive-tar-perl/debian/control Tue Mar  4 07:52:49 2008
@@ -16,14 +16,8 @@
 Architecture: all
 Depends: ${perl:Depends}, libio-zlib-perl
 Suggests: libio-string-perl, libtext-diff-perl
-Description: Archive::Tar - manipulate tar files in perl
- Archive::Tar allows you to create, read, write, extract & update tar
- files using native perl code (no system('tar -xf')).  It supports
- both compressed & uncompressed tarfiles as well as most of the GNU
+Description: manipulate tar files in Perl
+ Archive::Tar allows you to create, read, write, extract, and update tar
+ files using native Perl code (no system('tar -xf')).  It supports
+ both compressed and uncompressed tarfiles as well as most of the GNU
  extensions to the standard tar structure.
- .
- Archive::Tar provides an object oriented mechanism for handling tar
- files.  It provides class methods for quick and easy files handling
- while also allowing for the creation of tar file objects for custom
- manipulation.  If you have the Compress::Zlib module installed,
- Archive::Tar will also support compressed or gzipped tar files.




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