r26273 - in /trunk/libcatalyst-action-rest-perl/debian: ./ changelog compat control copyright libcatalyst-action-rest-perl.docs rules watch

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Mon Oct 27 09:57:14 UTC 2008


Author: angelabad-guest
Date: Mon Oct 27 09:57:11 2008
New Revision: 26273

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

Added:
    trunk/libcatalyst-action-rest-perl/debian/
    trunk/libcatalyst-action-rest-perl/debian/changelog
    trunk/libcatalyst-action-rest-perl/debian/compat
    trunk/libcatalyst-action-rest-perl/debian/control
    trunk/libcatalyst-action-rest-perl/debian/copyright
    trunk/libcatalyst-action-rest-perl/debian/libcatalyst-action-rest-perl.docs
    trunk/libcatalyst-action-rest-perl/debian/rules   (with props)
    trunk/libcatalyst-action-rest-perl/debian/watch

Added: trunk/libcatalyst-action-rest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/changelog?rev=26273&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/changelog (added)
+++ trunk/libcatalyst-action-rest-perl/debian/changelog Mon Oct 27 09:57:11 2008
@@ -1,0 +1,5 @@
+libcatalyst-action-rest-perl (0.66-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #501341)
+
+ -- Angel Abad <angel at grupoikusnet.com>  Mon, 27 Oct 2008 10:11:26 +0100

Added: trunk/libcatalyst-action-rest-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/compat?rev=26273&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/compat (added)
+++ trunk/libcatalyst-action-rest-perl/debian/compat Mon Oct 27 09:57:11 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libcatalyst-action-rest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/control?rev=26273&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/control (added)
+++ trunk/libcatalyst-action-rest-perl/debian/control Mon Oct 27 09:57:11 2008
@@ -1,0 +1,32 @@
+Source: libcatalyst-action-rest-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.1), libcatalyst-perl (>= 5.7001), libclass-inspector-perl (>= 1.13), libdata-dump-perl, libdata-serializer-perl (>= 0.36), libwww-perl (>= 2.033), libparams-validate-perl (>= 0.76), liburi-find-perl, libyaml-syck-perl (>= 0.67), libjson-perl (>= 2.12), libjson-xs-perl (>= 2.22), libconfig-general-perl, libphp-serialization-perl, libfreezethaw-perl, libxml-simple-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Angel Abad <angel at grupoikusnet.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Catalyst-Action-REST/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-action-rest-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/
+
+Package: libcatalyst-action-rest-perl
+Architecture: all
+Depends: perl (>= 5.8.1), ${misc:Depends}, libcatalyst-perl (>= 5.7001), libclass-inspector-perl (>= 1.13), libdata-dump-perl, libdata-serializer-perl (>= 0.36), libwww-perl (>= 2.033), libparams-validate-perl (>= 0.76), liburi-find-perl, libyaml-syck-perl (>= 0.67), libjson-perl (>= 2.12), libjson-xs-perl (>= 2.22), libconfig-general-perl, libphp-serialization-perl, libfreezethaw-perl, libxml-simple-perl
+Description: Automated REST Method Dispatching
+ Catalyst::Controller::REST implements a mechanism for building
+ RESTful services in Catalyst.  It does this by extending the
+ normal Catalyst dispatch mechanism to allow for different 
+ subroutines to be called based on the HTTP Method requested, 
+ while also transparently handling all the serialization/deserialization for
+ you.
+ .
+ This is probably best served by an example.  In the above
+ controller, we have declared a Local Catalyst action on
+ "sub thing", and have used the ActionClass('REST').
+ .
+ Below, we have declared "thing_GET" and "thing_PUT".  Any
+ GET requests to thing will be dispatched to "thing_GET", 
+ while any PUT requests will be dispatched to "thing_PUT".
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libcatalyst-action-rest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/copyright?rev=26273&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/copyright (added)
+++ trunk/libcatalyst-action-rest-perl/debian/copyright Mon Oct 27 09:57:11 2008
@@ -1,0 +1,29 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Jacob <adam at stalecoffee.org>
+Upstream-Source: http://search.cpan.org/dist/Catalyst-Action-REST
+Upstream-Name: Catalyst-Action-REST
+
+Files: *
+Copyright: Copyright 2007-2008, Adam Jacob <adam at stalecoffee.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright 2008, Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+License-Alias: Perl
+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/libcatalyst-action-rest-perl/debian/libcatalyst-action-rest-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/libcatalyst-action-rest-perl.docs?rev=26273&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/libcatalyst-action-rest-perl.docs (added)
+++ trunk/libcatalyst-action-rest-perl/debian/libcatalyst-action-rest-perl.docs Mon Oct 27 09:57:11 2008
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libcatalyst-action-rest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/rules?rev=26273&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/rules (added)
+++ trunk/libcatalyst-action-rest-perl/debian/rules Mon Oct 27 09:57:11 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libcatalyst-action-rest-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcatalyst-action-rest-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/watch?rev=26273&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/watch (added)
+++ trunk/libcatalyst-action-rest-perl/debian/watch Mon Oct 27 09:57:11 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Catalyst-Action-REST/   .*/Catalyst-Action-REST-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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