r34561 - in /trunk/libgravatar-url-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri May 1 05:17:01 UTC 2009


Author: ryan52-guest
Date: Fri May  1 05:16:55 2009
New Revision: 34561

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

Added:
    trunk/libgravatar-url-perl/debian/
    trunk/libgravatar-url-perl/debian/changelog
    trunk/libgravatar-url-perl/debian/compat
    trunk/libgravatar-url-perl/debian/control
    trunk/libgravatar-url-perl/debian/copyright
    trunk/libgravatar-url-perl/debian/rules   (with props)
    trunk/libgravatar-url-perl/debian/watch

Added: trunk/libgravatar-url-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgravatar-url-perl/debian/changelog?rev=34561&op=file
==============================================================================
--- trunk/libgravatar-url-perl/debian/changelog (added)
+++ trunk/libgravatar-url-perl/debian/changelog Fri May  1 05:16:55 2009
@@ -1,0 +1,5 @@
+libgravatar-url-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #526425)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 30 Apr 2009 22:14:50 -0700

Added: trunk/libgravatar-url-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgravatar-url-perl/debian/compat?rev=34561&op=file
==============================================================================
--- trunk/libgravatar-url-perl/debian/compat (added)
+++ trunk/libgravatar-url-perl/debian/compat Fri May  1 05:16:55 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libgravatar-url-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgravatar-url-perl/debian/control?rev=34561&op=file
==============================================================================
--- trunk/libgravatar-url-perl/debian/control (added)
+++ trunk/libgravatar-url-perl/debian/control Fri May  1 05:16:55 2009
@@ -1,0 +1,21 @@
+Source: libgravatar-url-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: libtest-warn-perl (>= 0.11), liburi-perl,
+  perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Gravatar-URL/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgravatar-url-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgravatar-url-perl/
+
+Package: libgravatar-url-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, 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.

Added: trunk/libgravatar-url-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgravatar-url-perl/debian/copyright?rev=34561&op=file
==============================================================================
--- trunk/libgravatar-url-perl/debian/copyright (added)
+++ trunk/libgravatar-url-perl/debian/copyright Fri May  1 05:16:55 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Michael G Schwern <schwern at pobox.com>
+Upstream-Source: http://search.cpan.org/dist/Gravatar-URL/
+Upstream-Name: Gravatar-URL
+
+Files: *
+Copyright: 2007 - 2009, Michael G Schwern <schwern at pobox.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 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/libgravatar-url-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgravatar-url-perl/debian/rules?rev=34561&op=file
==============================================================================
--- trunk/libgravatar-url-perl/debian/rules (added)
+++ trunk/libgravatar-url-perl/debian/rules Fri May  1 05:16:55 2009
@@ -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/libgravatar-url-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgravatar-url-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgravatar-url-perl/debian/watch?rev=34561&op=file
==============================================================================
--- trunk/libgravatar-url-perl/debian/watch (added)
+++ trunk/libgravatar-url-perl/debian/watch Fri May  1 05:16:55 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Gravatar-URL/   .*/Gravatar-URL-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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