debian/0000755000000000000000000000000011737027144007174 5ustar debian/compat0000644000000000000000000000000211700071470010361 0ustar 8 debian/rules0000755000000000000000000000003511737024703010250 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000226211737027144011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Gravatar-URL Upstream-Contact: Michael G Schwern Source: http://search.cpan.org/dist/Gravatar-URL/ Files: * Copyright: 2007-2009, Michael G Schwern 2011, Francois Marier License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Ryan Niebur 2011-2012, Angel Abad 2010-2011, Ansgar Burchardt 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016511700071470010216 0ustar version=3 http://search.cpan.org/dist/Gravatar-URL/ .*/Gravatar-URL-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000011700071470010463 5ustar debian/source/format0000644000000000000000000000001411737024633011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000544611737026242011055 0ustar libgravatar-url-perl (1.06-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Angel Abad ] * Email change: Angel Abad -> angel@debian.org * Imported Upstream version 1.06 * debian/copyright: - Update format to copyright-format 1.0 - Update debian years * Bump Standards-Version to 3.9.3 -- Angel Abad Wed, 04 Apr 2012 13:09:30 +0200 libgravatar-url-perl (1.05-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.2 (no changes) * Bump Debhelper compat level to 8. -- Angel Abad Thu, 07 Jul 2011 14:31:19 +0200 libgravatar-url-perl (1.04-1) unstable; urgency=low [ Angel Abad ] * New upstream release * debian/copyright: Update copyright information * Add myself to Uploaders [ gregor herrmann ] * Remove version from libtest-warn-perl build dependency, already satisfied in oldstable. -- Angel Abad Thu, 31 Mar 2011 13:20:58 +0200 libgravatar-url-perl (1.03-1) unstable; urgency=low * New upstream release. * Add (build-)dep on libnet-dns-perl for Net::DNS::Resolver. * Drop build-dep on perl (>= 5.10) | libmodule-build-perl (>= 0.2808) as perl 5.10 is already included in oldstable (lenny). * debian/copyright: Update for new upstream release; refer to GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Bump Standards-Version to 3.9.1. * Update my email address. -- Ansgar Burchardt Sat, 12 Mar 2011 18:34:41 +0100 libgravatar-url-perl (1.02-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. [ Ansgar Burchardt ] * New upstream release. * Use minimal debian/rules. * Use source format 3.0 (quilt). * debian/copyright: Minor changes for current DEP-5 proposal. * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Fri, 02 Apr 2010 23:59:09 +0900 libgravatar-url-perl (1.01-1) unstable; urgency=low * Initial Release. (Closes: #526425) -- Ryan Niebur Thu, 30 Apr 2009 22:14:50 -0700 debian/control0000644000000000000000000000210011737025713010570 0ustar Source: libgravatar-url-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Ansgar Burchardt , Angel Abad Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libnet-dns-perl, libtest-warn-perl, liburi-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgravatar-url-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libgravatar-url-perl.git Homepage: http://search.cpan.org/dist/Gravatar-URL/ Package: libgravatar-url-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnet-dns-perl, liburi-perl Description: Perl interface to make URLs for Gravatars from an email address A Gravatar is a Globally Recognized Avatar for a given email address. This allows you to have a global picture associated with your email address. You can look up the Gravatar for any email address by constructing a URL to get the image from gravatar.com. Gravatar::URL does that.