r31938 - in /trunk/libtext-template-perl/debian: changelog control watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Mar 12 01:34:13 UTC 2009


Author: ryan52-guest
Date: Thu Mar 12 01:34:10 2009
New Revision: 31938

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31938
Log:
[packagecheck] fixed Vcs-(Svn|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.

Added:
    trunk/libtext-template-perl/debian/watch
Modified:
    trunk/libtext-template-perl/debian/changelog
    trunk/libtext-template-perl/debian/control

Modified: trunk/libtext-template-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-template-perl/debian/changelog?rev=31938&op=diff
==============================================================================
--- trunk/libtext-template-perl/debian/changelog (original)
+++ trunk/libtext-template-perl/debian/changelog Thu Mar 12 01:34:10 2009
@@ -1,6 +1,13 @@
 libtext-template-perl (1.44-1.3) UNRELEASED; urgency=low
 
   * Take over for the Debian Perl Group; Closes: #519343 -- RFA
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
+    Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was:
+    Scott M. Dier <sdier at debian.org>); Scott M. Dier <sdier at debian.org>
+    moved to Uploaders.
+  * Add debian/watch.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 11 Mar 2009 18:33:57 -0700
 

Modified: trunk/libtext-template-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-template-perl/debian/control?rev=31938&op=diff
==============================================================================
--- trunk/libtext-template-perl/debian/control (original)
+++ trunk/libtext-template-perl/debian/control Thu Mar 12 01:34:10 2009
@@ -1,13 +1,17 @@
 Source: libtext-template-perl
 Section: perl
 Priority: extra
-Maintainer: Scott M. Dier <sdier at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Scott M. Dier <sdier at debian.org>
 Build-Depends: debhelper (>> 3.0.0), perl (>= 5.6.0-16), cdbs
 Standards-Version: 3.5.2
+Homepage: http://search.cpan.org/dist/Text-Template/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-template-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-template-perl/
 
 Package: libtext-template-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Text::Template perl module
  This is a library for generating form letters, building HTML pages, or
  filling in templates generally.  A `template' is a piece of text that

Added: trunk/libtext-template-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-template-perl/debian/watch?rev=31938&op=file
==============================================================================
--- trunk/libtext-template-perl/debian/watch (added)
+++ trunk/libtext-template-perl/debian/watch Thu Mar 12 01:34:10 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Text-Template/  .+/Text-Template-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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