--- libjifty-plugin-userpic-perl-0.90000.orig/debian/control +++ libjifty-plugin-userpic-perl-0.90000/debian/control @@ -0,0 +1,21 @@ +Source: libjifty-plugin-userpic-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libjifty-perl +Maintainer: Debian Perl Group +Uploaders: AGOSTINI Yves +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Jifty-Plugin-Userpic/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjifty-plugin-userpic-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjifty-plugin-userpic-perl/ + +Package: libjifty-plugin-userpic-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libjifty-perl +Description: user pictures plugin for Jifty applications + Jifty::Plugin::Userpic provides user pictures, or any image field associated + with a record in a Jifty application. + In your model class schema description, you can simply add the following: + . + column image => is Userpic; --- libjifty-plugin-userpic-perl-0.90000.orig/debian/copyright +++ libjifty-plugin-userpic-perl-0.90000/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Alex Vandiver +Upstream-Source: http://search.cpan.org/dist/Jifty-Plugin-Userpic/ +Upstream-Name: Jifty-Plugin-Userpic + +Files: * +Copyright: 2005-2009, Best Practical Solutions, LLC. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/* +Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy. +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + +Files: debian/* +Copyright: 2009, AGOSTINI Yves +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' --- libjifty-plugin-userpic-perl-0.90000.orig/debian/watch +++ libjifty-plugin-userpic-perl-0.90000/debian/watch @@ -0,0 +1,3 @@ +version=3 +options="uversionmangle=s/\.(.(.(.(.)?)?)?)$/$&.('0'x(5-length($1)))/e" \ +http://search.cpan.org/dist/Jifty-Plugin-Userpic/ .*/Jifty-Plugin-Userpic-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libjifty-plugin-userpic-perl-0.90000.orig/debian/compat +++ libjifty-plugin-userpic-perl-0.90000/debian/compat @@ -0,0 +1 @@ +7 --- libjifty-plugin-userpic-perl-0.90000.orig/debian/changelog +++ libjifty-plugin-userpic-perl-0.90000/debian/changelog @@ -0,0 +1,5 @@ +libjifty-plugin-userpic-perl (0.90000-1) unstable; urgency=low + + * Initial Release. (Closes: #532707) + + -- AGOSTINI Yves Thu, 11 Jun 2009 10:47:25 +0200 --- libjifty-plugin-userpic-perl-0.90000.orig/debian/rules +++ libjifty-plugin-userpic-perl-0.90000/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@