r58697 - in /trunk/libfile-find-rule-vcs-perl/debian: changelog control

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon May 31 14:45:28 UTC 2010


Author: carnil-guest
Date: Mon May 31 14:45:10 2010
New Revision: 58697

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58697
Log:
* debian/control:
  - Slightly expand the short description letting it match an 'is a' phrase.
  - Add to long description that the module now supports RCS, Git and
    Mercurial too.

Modified:
    trunk/libfile-find-rule-vcs-perl/debian/changelog
    trunk/libfile-find-rule-vcs-perl/debian/control

Modified: trunk/libfile-find-rule-vcs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-find-rule-vcs-perl/debian/changelog?rev=58697&op=diff
==============================================================================
--- trunk/libfile-find-rule-vcs-perl/debian/changelog (original)
+++ trunk/libfile-find-rule-vcs-perl/debian/changelog Mon May 31 14:45:10 2010
@@ -11,8 +11,12 @@
   * debian/control: Drop versioned Build-Depends-Indep on perl.
   * Convert to '3.0 (quilt)' source package format.
   * Bump Standards-Version to 3.8.4.
+  * debian/control:
+    - Slightly expand the short description letting it match an 'is a' phrase.
+    - Add to long description that the module now supports RCS, Git and
+      Mercurial too.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 31 May 2010 16:18:33 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 31 May 2010 16:42:54 +0200
 
 libfile-find-rule-vcs-perl (1.06-1) unstable; urgency=low
 

Modified: trunk/libfile-find-rule-vcs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-find-rule-vcs-perl/debian/control?rev=58697&op=diff
==============================================================================
--- trunk/libfile-find-rule-vcs-perl/debian/control (original)
+++ trunk/libfile-find-rule-vcs-perl/debian/control Mon May 31 14:45:10 2010
@@ -15,10 +15,12 @@
 Package: libfile-find-rule-vcs-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libfile-find-rule-perl (>= 0.20), libtext-glob-perl (>= 0.08)
-Description: Exclude files/directories for Version Control Systems
- Many tools need to be equally useful both on ordinary files, and on code that
- has been checked out from revision control systems.
+Description: Perl module to exclude files/directories for Version Control Systems
+ Many tools need to be equally useful both on ordinary files, and on
+ code that has been checked out from revision control systems.
  .
  File::Find::Rule::VCS provides quick and convenient methods to
- File::Find::Rule for exclusion of the version control directories of several
- major Version Control Systems (currently CVS, Subversion, and Bazaar)
+ File::Find::Rule for exclusion of the version control directories of
+ several major Version Control Systems (currently CVS, Subversion,
+ Bazaar, RCS, Git and Mercurial).
+




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