r54437 - in /trunk/libplack-perl/debian: ./ changelog compat control copyright libplack-perl.docs libplack-perl.examples rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Mar 17 18:38:23 UTC 2010


Author: jawnsy-guest
Date: Wed Mar 17 18:38:09 2010
New Revision: 54437

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

Added:
    trunk/libplack-perl/debian/
    trunk/libplack-perl/debian/changelog
    trunk/libplack-perl/debian/compat
    trunk/libplack-perl/debian/control
    trunk/libplack-perl/debian/copyright
    trunk/libplack-perl/debian/libplack-perl.docs
    trunk/libplack-perl/debian/libplack-perl.examples
    trunk/libplack-perl/debian/rules   (with props)
    trunk/libplack-perl/debian/watch

Added: trunk/libplack-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/changelog?rev=54437&op=file
==============================================================================
--- trunk/libplack-perl/debian/changelog (added)
+++ trunk/libplack-perl/debian/changelog Wed Mar 17 18:38:09 2010
@@ -1,0 +1,5 @@
+libplack-perl (0.9916-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 17 Mar 2010 14:06:57 -0400

Added: trunk/libplack-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/compat?rev=54437&op=file
==============================================================================
--- trunk/libplack-perl/debian/compat (added)
+++ trunk/libplack-perl/debian/compat Wed Mar 17 18:38:09 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libplack-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/control?rev=54437&op=file
==============================================================================
--- trunk/libplack-perl/debian/control (added)
+++ trunk/libplack-perl/debian/control Wed Mar 17 18:38:09 2010
@@ -1,0 +1,34 @@
+Source: libplack-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.10.1), libtest-requires-perl,
+  libtest-tcp-perl (>= 0.11), libtry-tiny-perl,
+  libhash-multivalue-perl (>= 0.05), liburi-perl (>= 1.36),
+  libdevel-stacktrace-perl, libhttp-body-perl (>= 1.06),
+  libfile-sharedir-perl (>= 1.00), libfilesys-notify-simple-perl,
+  libdevel-stacktrace-ashtml-perl, libwww-perl (>= 5.814)
+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/Plack/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libplack-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libplack-perl/
+
+Package: libplack-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1),
+  libtry-tiny-perl, libhash-multivalue-perl (>= 0.05),
+  liburi-perl (>= 1.36), libdevel-stacktrace-perl,
+  libhttp-body-perl (>= 1.06), libfile-sharedir-perl (>= 1.00),
+  libfilesys-notify-simple-perl, libdevel-stacktrace-ashtml-perl,
+  libwww-perl (>= 5.814)
+Description: Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
+ Plack is a set of tools for using PSGI stack. It contains middleware
+ components, a reference server and utilities for Web application frameworks.
+ Plack is like Ruby's Rack or Python's Paste for WSGI.
+ .
+ See PSGI for the PSGI specification and PSGI::FAQ to know what PSGI and Plack
+ are and why we need them.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libplack-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/copyright?rev=54437&op=file
==============================================================================
--- trunk/libplack-perl/debian/copyright (added)
+++ trunk/libplack-perl/debian/copyright Wed Mar 17 18:38:09 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: - Tatsuhiko Miyagawa
+Source: http://search.cpan.org/dist/Plack/
+Name: Plack
+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: - Tatsuhiko Miyagawa
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, 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'
+
+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/libplack-perl/debian/libplack-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/libplack-perl.docs?rev=54437&op=file
==============================================================================
--- trunk/libplack-perl/debian/libplack-perl.docs (added)
+++ trunk/libplack-perl/debian/libplack-perl.docs Wed Mar 17 18:38:09 2010
@@ -1,0 +1,2 @@
+README
+lib/Plack/Server/README

Added: trunk/libplack-perl/debian/libplack-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/libplack-perl.examples?rev=54437&op=file
==============================================================================
--- trunk/libplack-perl/debian/libplack-perl.examples (added)
+++ trunk/libplack-perl/debian/libplack-perl.examples Wed Mar 17 18:38:09 2010
@@ -1,0 +1,1 @@
+eg/*

Added: trunk/libplack-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/rules?rev=54437&op=file
==============================================================================
--- trunk/libplack-perl/debian/rules (added)
+++ trunk/libplack-perl/debian/rules Wed Mar 17 18:38:09 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libplack-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libplack-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/watch?rev=54437&op=file
==============================================================================
--- trunk/libplack-perl/debian/watch (added)
+++ trunk/libplack-perl/debian/watch Wed Mar 17 18:38:09 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Plack/   .*/Plack-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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