r55168 - in /trunk/libhttp-browserdetect-perl/debian: changelog control watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 30 18:36:38 UTC 2010


Author: gregoa
Date: Tue Mar 30 18:36:26 2010
New Revision: 55168

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55168
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/libhttp-browserdetect-perl/debian/watch
Modified:
    trunk/libhttp-browserdetect-perl/debian/changelog
    trunk/libhttp-browserdetect-perl/debian/control

Modified: trunk/libhttp-browserdetect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/changelog?rev=55168&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/changelog (original)
+++ trunk/libhttp-browserdetect-perl/debian/changelog Tue Mar 30 18:36:26 2010
@@ -2,6 +2,13 @@
 
   * NOT RELEASED YET
   * Take over for the Debian Perl Group; Closes: #575340 -- 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: Ivan
+    Kohler <ivan-debian at 420.am>); Ivan Kohler <ivan-debian at 420.am> moved
+    to Uploaders.
+  * Add debian/watch.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 30 Mar 2010 20:36:04 +0200
 

Modified: trunk/libhttp-browserdetect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/control?rev=55168&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/control (original)
+++ trunk/libhttp-browserdetect-perl/debian/control Tue Mar 30 18:36:26 2010
@@ -2,12 +2,16 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4), perl (>= 5.6.0-17)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
 Standards-Version: 3.5.1
+Homepage: http://search.cpan.org/dist/HTTP-BrowserDetect/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-browserdetect-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-browserdetect-perl/
 
 Package: libhttp-browserdetect-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description:  Determine the Web browser, version, and platform from an HTTP user agent string
  The HTTP::BrowserDetect object does a number of tests on an HTTP user
  agent string.  The results of these tests are available via methods of

Added: trunk/libhttp-browserdetect-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/watch?rev=55168&op=file
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/watch (added)
+++ trunk/libhttp-browserdetect-perl/debian/watch Tue Mar 30 18:36:26 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTTP-BrowserDetect/  .+/HTTP-BrowserDetect-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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