debian/0000755000000000000000000000000011667723332007200 5ustar debian/control0000644000000000000000000000161611667723332010607 0ustar Source: libdancer-plugin-rest-perl Section: perl Priority: optional Build-Depends: devscripts (>= 2.10.7~), perl, cdbs (>= 0.4.85~), debhelper (>= 7.0.1), dh-buildinfo, libdancer-perl, libyaml-perl, libjson-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libdancer-plugin-rest-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libdancer-plugin-rest-perl.git Homepage: http://search.cpan.org/dist/Dancer-Plugin-rest/ Package: libdancer-plugin-rest-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, ${cdbs:Depends} Suggests: ${cdbs:Suggests} Description: REST plugin for Dancer Dancer is a Perl web application framework. . Dancer::Plugin::REST is a Dancer plugin to transform your Dancer app into a RESTful webservice. debian/copyright0000644000000000000000000000306311667723332011135 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Dancer::Plugin::REST Upstream-Contact: Alexis Sukrieh Source: http://search.cpan.org/dist/Dancer-Plugin-REST/ Files: * Copyright: Alexis Sukrieh Franck Cuny License: Artistic or GPL-1+ This module is released under the same terms as Perl itself. Comment: Perl is licensed under either the Artistic license or the GNU General Public License, version 1 or later. Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian systems the Artistic License is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian systems the GNU General Public License (GPL) version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the GNU General Public License (GPL) version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/watch0000644000000000000000000000030311667723332010225 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Dancer-Plugin-REST/ .*/Dancer-Plugin-REST-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/gbp.conf0000644000000000000000000000014611667723332010620 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/compat0000644000000000000000000000000211667723332010376 0ustar 7 debian/copyright_hints0000644000000000000000000000113711667723332012342 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: CHANGES MANIFEST META.yml Makefile.PL README debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/source/local-options debian/watch lib/Dancer/Plugin/REST.pm t/01_base.t t/02_prepare_serializer_for_format.t t/03_resource.t t/04_plugin_settings.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL FIXME debian/changelog0000644000000000000000000000136011667723332011052 0ustar libdancer-plugin-rest-perl (0.07-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Wed, 07 Dec 2011 18:47:53 +0100 libdancer-plugin-rest-perl (0.06-1) unstable; urgency=low * Team upload. * New upstream release (closes: #627272) -- Maximilian Gass Fri, 03 Jun 2011 13:52:01 +0200 libdancer-plugin-rest-perl (0.05-2) unstable; urgency=low * Suggest libyaml-perl, libjson-perl and libxml-simple-perl. -- Jonas Smedegaard Wed, 27 Apr 2011 23:08:04 +0200 libdancer-plugin-rest-perl (0.05-1) unstable; urgency=low * Initial packaging release. Closes: bug#624112. -- Jonas Smedegaard Mon, 25 Apr 2011 19:05:13 +0200 debian/source/0000755000000000000000000000000011667723332010500 5ustar debian/source/format0000644000000000000000000000001411667723332011706 0ustar 3.0 (quilt) debian/control.in0000644000000000000000000000141511667723332011211 0ustar Source: libdancer-plugin-rest-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libdancer-plugin-rest-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libdancer-plugin-rest-perl.git Homepage: http://search.cpan.org/dist/Dancer-Plugin-rest/ Package: libdancer-plugin-rest-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, ${cdbs:Depends} Suggests: ${cdbs:Suggests} Description: REST plugin for Dancer Dancer is a Perl web application framework. . Dancer::Plugin::REST is a Dancer plugin to transform your Dancer app into a RESTful webservice. debian/rules0000755000000000000000000000316111667723332010261 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, Jonas Smedegaard # Description: Main Debian packaging script for Dancer::Plugin::REST # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Dancer-Plugin-REST #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Dancer-Plugin-REST DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/S/SU/SUKRIA DEB_UPSTREAM_TARBALL_MD5 = b4dc3a2225222d75fb63e449fd8b7cde # Needed both by upstream build process and at runtime common-depends = libdancer-perl CDBS_BUILD_DEPENDS += , $(common-depends) CDBS_DEPENDS_ALL = $(common-depends) # Needed both by upstream regression tests and sometimes at runtime common-suggests = libyaml-perl, libjson-perl # Needed by upstream tests CDBS_BUILD_DEPENDS += , $(common-suggests) CDBS_SUGGESTS_ALL = $(common-suggests), libxml-simple-perl