r38086 - in /trunk/libhttp-server-simple-mason-perl/debian: ./ changelog compat control copyright libhttp-server-simple-mason-perl.examples rules watch

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sat Jun 13 23:35:13 UTC 2009


Author: mogaal-guest
Date: Sat Jun 13 23:35:08 2009
New Revision: 38086

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

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

Added: trunk/libhttp-server-simple-mason-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/changelog?rev=38086&op=file
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/changelog (added)
+++ trunk/libhttp-server-simple-mason-perl/debian/changelog Sat Jun 13 23:35:08 2009
@@ -1,0 +1,5 @@
+libhttp-server-simple-mason-perl (0.11-1) unstable; urgency=low
+
+  * Initial Release (Closes: #533032)
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Tue, 09 Jun 2009 14:49:49 -0430

Added: trunk/libhttp-server-simple-mason-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/compat?rev=38086&op=file
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/compat (added)
+++ trunk/libhttp-server-simple-mason-perl/debian/compat Sat Jun 13 23:35:08 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libhttp-server-simple-mason-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/control?rev=38086&op=file
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/control (added)
+++ trunk/libhttp-server-simple-mason-perl/debian/control Sat Jun 13 23:35:08 2009
@@ -1,0 +1,24 @@
+Source: libhttp-server-simple-mason-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12),
+  libhttp-server-simple-perl (>= 0.04), libhtml-mason-perl (>= 1.25),
+  libhook-lexwrap-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/HTTP-Server-Simple-Mason/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-server-simple-mason-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/
+
+Package: libhttp-server-simple-mason-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends},
+  libhttp-server-simple-perl (>= 0.04), libhtml-mason-perl (>= 1.25),
+  libhook-lexwrap-perl
+Description: abstract baseclass for a standalone mason server
+ This is a simple standalone mason HTTP server. By default, it
+ doesn't thread or fork. It does, however, act as a simple 
+ frontend which can be used to build a standalone web-based
+ application or turn a CGI into one. 

Added: trunk/libhttp-server-simple-mason-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/copyright?rev=38086&op=file
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/copyright (added)
+++ trunk/libhttp-server-simple-mason-perl/debian/copyright Sat Jun 13 23:35:08 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jesse Vincent <jesse at bestpractical.com>
+Upstream-Source: http://search.cpan.org/dist/HTTP-Server-Simple-Mason/
+Upstream-Name: HTTP-Server-Simple-Mason
+
+Files: *
+Copyright: 2001-2005, Jesse Vincent <jesse at bestpractical.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Alejandro Garrido Mota <garridomota at gmail.com>
+License: Artistic | 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/libhttp-server-simple-mason-perl/debian/libhttp-server-simple-mason-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/libhttp-server-simple-mason-perl.examples?rev=38086&op=file
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/libhttp-server-simple-mason-perl.examples (added)
+++ trunk/libhttp-server-simple-mason-perl/debian/libhttp-server-simple-mason-perl.examples Sat Jun 13 23:35:08 2009
@@ -1,0 +1,1 @@
+ex/*

Added: trunk/libhttp-server-simple-mason-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/rules?rev=38086&op=file
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/rules (added)
+++ trunk/libhttp-server-simple-mason-perl/debian/rules Sat Jun 13 23:35:08 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libhttp-server-simple-mason-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/watch?rev=38086&op=file
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/watch (added)
+++ trunk/libhttp-server-simple-mason-perl/debian/watch Sat Jun 13 23:35:08 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTTP-Server-Simple-Mason/   .*/HTTP-Server-Simple-Mason-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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