r25457 - in /trunk/libx500-dn-perl/debian: changelog control watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 19 21:21:10 UTC 2008


Author: gregoa
Date: Fri Sep 19 21:21:07 2008
New Revision: 25457

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25457
Log:
takeover, part 2

Modified:
    trunk/libx500-dn-perl/debian/changelog
    trunk/libx500-dn-perl/debian/control
    trunk/libx500-dn-perl/debian/watch

Modified: trunk/libx500-dn-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/debian/changelog?rev=25457&op=diff
==============================================================================
--- trunk/libx500-dn-perl/debian/changelog (original)
+++ trunk/libx500-dn-perl/debian/changelog Fri Sep 19 21:21:07 2008
@@ -1,6 +1,12 @@
 libx500-dn-perl (0.29-4) UNRELEASED; urgency=low
 
   * Take over for the Debian Perl Group; Closes: #483773 -- ITA
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza). Changed: Maintainer set to Debian Perl Group
+    <pkg-perl-maintainers at lists.alioth.debian.org> (was: Debian QA Group
+    <packages at qa.debian.org>); added: /me to Uploaders.
+  * debian/watch: use dist-based URL.
+  * debian/control: fix short and long description (closes: #496496).
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 19 Sep 2008 22:48:39 +0200
 

Modified: trunk/libx500-dn-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/debian/control?rev=25457&op=diff
==============================================================================
--- trunk/libx500-dn-perl/debian/control (original)
+++ trunk/libx500-dn-perl/debian/control Fri Sep 19 21:21:07 2008
@@ -1,8 +1,11 @@
 Source: libx500-dn-perl
 Section: perl
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libx500-dn-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/
 Build-Depends: debhelper (>= 4)
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Homepage: http://search.cpan.org/dist/X500-DN/
@@ -12,5 +15,10 @@
 Priority: optional
 Architecture: all
 Depends: ${perl:Depends}, libparse-recdescent-perl
-Description: X500::DN provides a pure perl parser and formatter for RFC 2253
- style DN strings.
+Description: perl parser and formatter for RFC 2253 style DN strings
+ X500::DN handles X.500 DNs (Distinguished Names). Currently, it parses DN
+ strings formatted according to RFC 2253 syntax into an internal format and
+ produces RFC 2253 formatted string from it.
+ .
+ X500::RDN handles X.500 RDNs (Relative Distinguished Names). This is a
+ supporting module for X500::DN.

Modified: trunk/libx500-dn-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/debian/watch?rev=25457&op=diff
==============================================================================
--- trunk/libx500-dn-perl/debian/watch (original)
+++ trunk/libx500-dn-perl/debian/watch Fri Sep 19 21:21:07 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/CPAN/authors/id/R/RJ/RJOOP/X500-DN-([\.\d]*)\.tar\.gz
+http://search.cpan.org/dist/X500-DN/   .*/X500-DN-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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