r55712 - in /trunk/libdancer-perl/debian: changelog control copyright source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Apr 8 06:34:12 UTC 2010


Author: jawnsy-guest
Date: Thu Apr  8 06:33:42 2010
New Revision: 55712

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

Added:
    trunk/libdancer-perl/debian/source/
    trunk/libdancer-perl/debian/source/format
Modified:
    trunk/libdancer-perl/debian/changelog
    trunk/libdancer-perl/debian/control
    trunk/libdancer-perl/debian/copyright

Modified: trunk/libdancer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/changelog?rev=55712&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/changelog (original)
+++ trunk/libdancer-perl/debian/changelog Thu Apr  8 06:33:42 2010
@@ -1,7 +1,7 @@
 libdancer-perl (1.150-1) UNRELEASED; urgency=low
 
-  WAITS-FOR: libhttp-server-simple-psgi-perl
+  NOTE: stalled waiting for copyright information
 
-  * Initial Release.
+  * Initial Release (Closes: #569974)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 6 Mar 2010 20:57:13 -0500

Modified: trunk/libdancer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/control?rev=55712&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/control (original)
+++ trunk/libdancer-perl/debian/control Thu Apr  8 06:33:42 2010
@@ -2,9 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libhttp-server-simple-psgi-perl (>= 0.11),
-  libexception-class-perl, liburi-perl, libhttp-body-perl,
-  libmime-types-perl
+Build-Depends-Indep: perl, libhttp-server-simple-psgi-perl, libhttp-body-perl,
+ libexception-class-perl, liburi-perl, libmime-types-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.4
@@ -14,24 +13,15 @@
 
 Package: libdancer-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
-  libhttp-server-simple-psgi-perl (>= 0.11), libexception-class-perl,
-  liburi-perl, libhttp-body-perl, libmime-types-perl
-Description: A minimal-effort oriented web application framework
- Dancer is a web application framework designed to be as effortless as
- possible for the developer, taking care of the boring bits as easily as
- possible, yet staying out of your way and letting you get on with writing
- your code.
+Depends: ${perl:Depends}, ${misc:Depends}, libmime-types-perl, liburi-perl,
+ libhttp-server-simple-psgi-perl, libexception-class-perl, libhttp-body-perl
+Description: effortless web application framework
+ Dancer is a Perl web application framework that aims to provide the simplest
+ way for writing web applications, and offers the flexibility to scale between
+ a very simple lightweight web service consisting of a few lines of code in a
+ single file, all the way up to a more complex fully-fledged web application
+ with session support, templates for views and layouts, etc.
  .
- Dancer aims to provide the simplest way for writing web applications, and
- offers the flexibility to scale between a very simple lightweight web service
- consisting of a few lines of code in a single file, all the way up to a more
- complex fully-fledged web application with session support, templates for
- views and layouts, etc.
- .
- If you don't want to write CGI scripts by hand, and find Catalyst too big or
- cumbersome for your project, Dancer is what you need.
- .
- Dancer has few pre-requisites, so your Dancer webapps will be easy to deploy.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ If you don't want to write CGI scripts by hand, and find other frameworks
+ such as Catalyst (see libcatalyst-perl) too complex or cumbersome for your
+ project, Dancer is what you need.

Modified: trunk/libdancer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/copyright?rev=55712&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/copyright (original)
+++ trunk/libdancer-perl/debian/copyright Thu Apr  8 06:33:42 2010
@@ -1,15 +1,7 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: (information incomplete)
+Maintainer: Alexis Sukrieh <sukria at sukria.net>
 Source: http://search.cpan.org/dist/Dancer/
 Name: Dancer
-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: (information incomplete)

Added: trunk/libdancer-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/source/format?rev=55712&op=file
==============================================================================
--- trunk/libdancer-perl/debian/source/format (added)
+++ trunk/libdancer-perl/debian/source/format Thu Apr  8 06:33:42 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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