r71293 - in /trunk/libtest-www-mechanize-mojo-perl/debian: control copyright libtest-www-mechanize-mojo-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Mar 12 18:54:35 UTC 2011


Author: jawnsy-guest
Date: Sat Mar 12 18:54:24 2011
New Revision: 71293

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71293
Log:
prepare for release

Added:
    trunk/libtest-www-mechanize-mojo-perl/debian/source/
    trunk/libtest-www-mechanize-mojo-perl/debian/source/format
Removed:
    trunk/libtest-www-mechanize-mojo-perl/debian/libtest-www-mechanize-mojo-perl.docs
Modified:
    trunk/libtest-www-mechanize-mojo-perl/debian/control
    trunk/libtest-www-mechanize-mojo-perl/debian/copyright

Modified: trunk/libtest-www-mechanize-mojo-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-mechanize-mojo-perl/debian/control?rev=71293&op=diff
==============================================================================
--- trunk/libtest-www-mechanize-mojo-perl/debian/control (original)
+++ trunk/libtest-www-mechanize-mojo-perl/debian/control Sat Mar 12 18:54:24 2011
@@ -1,34 +1,30 @@
 Source: libtest-www-mechanize-mojo-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libhtml-parser-perl, libmojolicious-perl,
- libtest-www-mechanize-perl (>= 1.14), libwww-mechanize-perl (>= 1.50),
- libwww-perl (>= 5.816), perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libhtml-parser-perl,
+ libmojolicious-perl,
+ libtest-www-mechanize-perl (>= 1.14),
+ libwww-mechanize-perl (>= 1.50),
+ libwww-perl (>= 5.816)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Test-WWW-Mechanize-Mojo/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-www-mechanize-mojo-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-www-mechanize-mojo-perl/
 
 Package: libtest-www-mechanize-mojo-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl,
- libmojolicious-perl, libtest-www-mechanize-perl (>= 1.14),
- libwww-mechanize-perl (>= 1.50), libwww-perl (>= 5.816), perl
-Description: Test::WWW::Mechanize for Mojo / Mojolicious
- Mojo is an MVC Web Application Framework. Test::WWW::Mechanize is a subclass
- of WWW::Mechanize that incorporates features for web application testing. The
- Test::WWW::Mechanize::Mojo module meshes the two to allow easy testing of
- Mojo applications without needing to starting up a web server.
- .
- Testing web applications has always been a bit tricky, normally requiring
- starting a web server for your application and making real HTTP requests to
- it. Test::WWW::Mechanize::Mojo allows you to test Mojo web applications but
- does not require a server or issue HTTP requests. Instead, it passes the HTTP
- request object directly to Mojo. Thus you do not need to use a real hostname:
- "http://localhost/" will do. However, this is optional. The following two
- lines of code do exactly the same thing:
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends}, ${perl:Depends},
+ libhtml-parser-perl,
+ libmojolicious-perl,
+ libtest-www-mechanize-perl (>= 1.14),
+ libwww-mechanize-perl (>= 1.50),
+ libwww-perl (>= 5.816)
+Description: module for testing web applications built using Mojolicious
+ Test::WWW::Mechanize::Mojo is a Perl framework for testing web applications
+ based on Mojolicious (see libmojolicious-perl). It extends the functionality
+ of Test::WWW::Mechanize (see libtest-www-mechanize-perl) by enabling testing
+ without requiring a web server.

Modified: trunk/libtest-www-mechanize-mojo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-mechanize-mojo-perl/debian/copyright?rev=71293&op=diff
==============================================================================
--- trunk/libtest-www-mechanize-mojo-perl/debian/copyright (original)
+++ trunk/libtest-www-mechanize-mojo-perl/debian/copyright Sat Mar 12 18:54:24 2011
@@ -1,30 +1,22 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Ash Berlin C<< <ash at cpan.org> >>, Original Author: Leon Brocard, C<< <acme at astray.com> >>
+Maintainer: Shlomi Fish <shlomif at iglu.org.il>
 Source: http://search.cpan.org/dist/Test-WWW-Mechanize-Mojo/
 Name: Test-WWW-Mechanize-Mojo
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Ash Berlin C<< <ash at cpan.org> >>, Original Author: Leon Brocard, C<< <acme at astray.com> >>
+Copyright: 2005-2008, Leon Brocard <acme at astray.com>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2010-2011, Jonathan Yu <jawnsy at cpan.org>
 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 GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
+ 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
@@ -32,5 +24,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ 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/libtest-www-mechanize-mojo-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-mechanize-mojo-perl/debian/source/format?rev=71293&op=file
==============================================================================
--- trunk/libtest-www-mechanize-mojo-perl/debian/source/format (added)
+++ trunk/libtest-www-mechanize-mojo-perl/debian/source/format Sat Mar 12 18:54:24 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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