r53830 - in /trunk/libhttp-server-simple-psgi-perl/debian: ./ changelog compat control copyright libhttp-server-simple-psgi-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 7 03:26:15 UTC 2010


Author: jawnsy-guest
Date: Sun Mar  7 03:26:09 2010
New Revision: 53830

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

Added:
    trunk/libhttp-server-simple-psgi-perl/debian/
    trunk/libhttp-server-simple-psgi-perl/debian/changelog
    trunk/libhttp-server-simple-psgi-perl/debian/compat
    trunk/libhttp-server-simple-psgi-perl/debian/control
    trunk/libhttp-server-simple-psgi-perl/debian/copyright
    trunk/libhttp-server-simple-psgi-perl/debian/libhttp-server-simple-psgi-perl.docs
    trunk/libhttp-server-simple-psgi-perl/debian/rules   (with props)
    trunk/libhttp-server-simple-psgi-perl/debian/watch

Added: trunk/libhttp-server-simple-psgi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-psgi-perl/debian/changelog?rev=53830&op=file
==============================================================================
--- trunk/libhttp-server-simple-psgi-perl/debian/changelog (added)
+++ trunk/libhttp-server-simple-psgi-perl/debian/changelog Sun Mar  7 03:26:09 2010
@@ -1,0 +1,5 @@
+libhttp-server-simple-psgi-perl (0.14-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 6 Mar 2010 22:41:50 -0500

Added: trunk/libhttp-server-simple-psgi-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-psgi-perl/debian/compat?rev=53830&op=file
==============================================================================
--- trunk/libhttp-server-simple-psgi-perl/debian/compat (added)
+++ trunk/libhttp-server-simple-psgi-perl/debian/compat Sun Mar  7 03:26:09 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libhttp-server-simple-psgi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-psgi-perl/debian/control?rev=53830&op=file
==============================================================================
--- trunk/libhttp-server-simple-psgi-perl/debian/control (added)
+++ trunk/libhttp-server-simple-psgi-perl/debian/control Sun Mar  7 03:26:09 2010
@@ -1,0 +1,23 @@
+Source: libhttp-server-simple-psgi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libhttp-server-simple-perl (>= 0.42)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-server-simple-psgi-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-server-simple-psgi-perl/
+
+Package: libhttp-server-simple-psgi-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends},
+  libhttp-server-simple-perl (>= 0.42)
+Description: PSGI handler for HTTP::Server::Simple
+ HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that
+ can run PSGI applications. HTTP::Server::Simple::PSGI only depends on
+ HTTP::Server::Simple, which itself doesn't depend on any non-core modules so
+ it's best to be used as an embedded web server.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libhttp-server-simple-psgi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-psgi-perl/debian/copyright?rev=53830&op=file
==============================================================================
--- trunk/libhttp-server-simple-psgi-perl/debian/copyright (added)
+++ trunk/libhttp-server-simple-psgi-perl/debian/copyright Sun Mar  7 03:26:09 2010
@@ -1,0 +1,42 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: (information incomplete)
+Source: http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/
+Name: HTTP-Server-Simple-PSGI
+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)
+License: unparsable
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+License: unparsable or Artistic or GPL-1+
+
+License: unparsable
+ No known license could be automatically determined for this module.
+ If this module conforms to a commonly used license, please report this
+ as a bug in dh-make-perl. In any case, please find the proper license
+ and fix this file!
+
+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'
+
+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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libhttp-server-simple-psgi-perl/debian/libhttp-server-simple-psgi-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-psgi-perl/debian/libhttp-server-simple-psgi-perl.docs?rev=53830&op=file
==============================================================================
--- trunk/libhttp-server-simple-psgi-perl/debian/libhttp-server-simple-psgi-perl.docs (added)
+++ trunk/libhttp-server-simple-psgi-perl/debian/libhttp-server-simple-psgi-perl.docs Sun Mar  7 03:26:09 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libhttp-server-simple-psgi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-psgi-perl/debian/rules?rev=53830&op=file
==============================================================================
--- trunk/libhttp-server-simple-psgi-perl/debian/rules (added)
+++ trunk/libhttp-server-simple-psgi-perl/debian/rules Sun Mar  7 03:26:09 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libhttp-server-simple-psgi-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhttp-server-simple-psgi-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-psgi-perl/debian/watch?rev=53830&op=file
==============================================================================
--- trunk/libhttp-server-simple-psgi-perl/debian/watch (added)
+++ trunk/libhttp-server-simple-psgi-perl/debian/watch Sun Mar  7 03:26:09 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/   .*/HTTP-Server-Simple-PSGI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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