r70114 - in /trunk/libparse-http-useragent-perl/debian: ./ changelog compat control copyright libparse-http-useragent-perl.examples patches/ patches/fix_shebang.patch patches/series rules source/ source/format watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Mon Feb 28 21:38:07 UTC 2011


Author: emhn-guest
Date: Mon Feb 28 21:37:51 2011
New Revision: 70114

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70114
Log:
[svn-inject] Applying Debian modifications (0.20-1) to trunk

Added:
    trunk/libparse-http-useragent-perl/debian/
    trunk/libparse-http-useragent-perl/debian/changelog
    trunk/libparse-http-useragent-perl/debian/compat
    trunk/libparse-http-useragent-perl/debian/control
    trunk/libparse-http-useragent-perl/debian/copyright
    trunk/libparse-http-useragent-perl/debian/libparse-http-useragent-perl.examples
    trunk/libparse-http-useragent-perl/debian/patches/
    trunk/libparse-http-useragent-perl/debian/patches/fix_shebang.patch
    trunk/libparse-http-useragent-perl/debian/patches/series
    trunk/libparse-http-useragent-perl/debian/rules   (with props)
    trunk/libparse-http-useragent-perl/debian/source/
    trunk/libparse-http-useragent-perl/debian/source/format
    trunk/libparse-http-useragent-perl/debian/watch

Added: trunk/libparse-http-useragent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/changelog?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/changelog (added)
+++ trunk/libparse-http-useragent-perl/debian/changelog Mon Feb 28 21:37:51 2011
@@ -1,0 +1,5 @@
+libparse-http-useragent-perl (0.20-1) unstable; urgency=low
+
+  * Initial Release (Closes: #615898).
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Mon, 28 Feb 2011 17:00:48 -0430

Added: trunk/libparse-http-useragent-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/compat?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/compat (added)
+++ trunk/libparse-http-useragent-perl/debian/compat Mon Feb 28 21:37:51 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libparse-http-useragent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/control?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/control (added)
+++ trunk/libparse-http-useragent-perl/debian/control Mon Feb 28 21:37:51 2011
@@ -1,0 +1,23 @@
+Source: libparse-http-useragent-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libmodule-build-perl (>= 0.35),
+ libtest-pod-perl,
+ libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Parse-HTTP-UserAgent/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-http-useragent-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparse-http-useragent-perl/
+
+Package: libparse-http-useragent-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl
+Description: parser for the HTTP User Agent string
+ Parser::HTTP::UserAgent implements a rules-based parser and tries to
+ identify MSIE, FireFox, Opera, Safari & Chrome first. It then tries to
+ identify Mozilla, Netscape, Robots and the rest will be tried with a
+ generic parser. There is also a structure dumper, useful for debugging.

Added: trunk/libparse-http-useragent-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/copyright?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/copyright (added)
+++ trunk/libparse-http-useragent-perl/debian/copyright Mon Feb 28 21:37:51 2011
@@ -1,0 +1,31 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Burak Gursoy <burak at cpan.org>
+Source: http://search.cpan.org/dist/Parse-HTTP-UserAgent/
+Name: Parse-HTTP-UserAgent
+
+Files: *
+Copyright: 2009, Burak Gursoy <burak at cpan.org>
+License: Artistic or GPL-1+
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself, either Perl version 5.10.0 or,
+ at your option, any later version of Perl 5 you may have available.
+
+Files: debian/*
+Copyright: 2011, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libparse-http-useragent-perl/debian/libparse-http-useragent-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/libparse-http-useragent-perl.examples?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/libparse-http-useragent-perl.examples (added)
+++ trunk/libparse-http-useragent-perl/debian/libparse-http-useragent-perl.examples Mon Feb 28 21:37:51 2011
@@ -1,0 +1,1 @@
+eg/*

Added: trunk/libparse-http-useragent-perl/debian/patches/fix_shebang.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/patches/fix_shebang.patch?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/patches/fix_shebang.patch (added)
+++ trunk/libparse-http-useragent-perl/debian/patches/fix_shebang.patch Mon Feb 28 21:37:51 2011
@@ -1,0 +1,30 @@
+Description: Parser::HTTP::UserAgent provides several example scripts
+ that have #!/usr/bin/env as shebang. This patch changes the shebangs to
+ #!/usr/bin/perl in order to comply with Debian Policy.
+Forwarded: not-needed
+Author: Ernesto Hernández-Novich <emhn at usb.ve>
+
+--- a/eg/accuracy.pl
++++ b/eg/accuracy.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ # (c) 2009 Burak Gursoy. Distributed under the Perl License.
+ use strict;
+ use warnings;
+--- a/eg/bench.pl
++++ b/eg/bench.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ # (c) 2009 Burak Gursoy. Distributed under the Perl License.
+ use strict;
+ use warnings;
+--- a/eg/dump.pl
++++ b/eg/dump.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl -w
++#!/usr/bin/perl -w
+ # (c) 2009 Burak Gursoy. Distributed under the Perl License.
+ # Enables internal pre-parsed structure dumper and then dumps
+ #    the parsed structure.

Added: trunk/libparse-http-useragent-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/patches/series?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/patches/series (added)
+++ trunk/libparse-http-useragent-perl/debian/patches/series Mon Feb 28 21:37:51 2011
@@ -1,0 +1,1 @@
+fix_shebang.patch

Added: trunk/libparse-http-useragent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/rules?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/rules (added)
+++ trunk/libparse-http-useragent-perl/debian/rules Mon Feb 28 21:37:51 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libparse-http-useragent-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libparse-http-useragent-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/source/format?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/source/format (added)
+++ trunk/libparse-http-useragent-perl/debian/source/format Mon Feb 28 21:37:51 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libparse-http-useragent-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-http-useragent-perl/debian/watch?rev=70114&op=file
==============================================================================
--- trunk/libparse-http-useragent-perl/debian/watch (added)
+++ trunk/libparse-http-useragent-perl/debian/watch Mon Feb 28 21:37:51 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Parse-HTTP-UserAgent/   .*/Parse-HTTP-UserAgent-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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