r68162 - in /trunk/libnet-akamai-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

adedommelin-guest at users.alioth.debian.org adedommelin-guest at users.alioth.debian.org
Tue Feb 8 21:12:20 UTC 2011


Author: adedommelin-guest
Date: Tue Feb  8 21:12:03 2011
New Revision: 68162

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

Added:
    trunk/libnet-akamai-perl/debian/
    trunk/libnet-akamai-perl/debian/changelog
    trunk/libnet-akamai-perl/debian/compat
    trunk/libnet-akamai-perl/debian/control
    trunk/libnet-akamai-perl/debian/copyright
    trunk/libnet-akamai-perl/debian/rules   (with props)
    trunk/libnet-akamai-perl/debian/source/
    trunk/libnet-akamai-perl/debian/source/format
    trunk/libnet-akamai-perl/debian/watch

Added: trunk/libnet-akamai-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-akamai-perl/debian/changelog?rev=68162&op=file
==============================================================================
--- trunk/libnet-akamai-perl/debian/changelog (added)
+++ trunk/libnet-akamai-perl/debian/changelog Tue Feb  8 21:12:03 2011
@@ -1,0 +1,18 @@
+libnet-akamai-perl (0.14-1) unstable; urgency=low
+
+  * New upstream release
+  * Minor package Description update (remove empty trailing line)
+  * Update debian/copyright to refer to the correct GPL version
+  * Replace "Debian GNU/Linux systems" by a more generic "Debian systems"
+    in debian/copyright
+  * Removed debian/libnet-akamai-perl.docs (redundant with manpage)
+  * Changed Maintainer to Debian Perl Group and keep myself as Uploader 
+  * Bump to Standards-Version 3.9.1 (no changes needed)
+
+ -- Alexandre De Dommelin <adedommelin at tuxz.net>  Mon, 07 Feb 2011 21:21:33 +0000
+
+libnet-akamai-perl (0.13-1) unstable; urgency=low
+
+  * Initial Release (Closes: #583306).
+
+ -- Alexandre De Dommelin <adedommelin at tuxz.net>  Wed, 26 May 2010 23:26:11 +0200

Added: trunk/libnet-akamai-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-akamai-perl/debian/compat?rev=68162&op=file
==============================================================================
--- trunk/libnet-akamai-perl/debian/compat (added)
+++ trunk/libnet-akamai-perl/debian/compat Tue Feb  8 21:12:03 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-akamai-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-akamai-perl/debian/control?rev=68162&op=file
==============================================================================
--- trunk/libnet-akamai-perl/debian/control (added)
+++ trunk/libnet-akamai-perl/debian/control Tue Feb  8 21:12:03 2011
@@ -1,0 +1,20 @@
+Source: libnet-akamai-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: libcrypt-ssleay-perl (>= 0.57), libmoose-perl (>= 0.45),
+ libmoosex-attributehelpers-perl (>= 0.09), libsoap-lite-perl (>= 0.710.05),
+ libtest-simple-perl (>= 0.94), perl (>= 5.10.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alexandre De Dommelin <adedommelin at tuxz.net>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Net-Akamai/
+
+Package: libnet-akamai-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcrypt-ssleay-perl (>= 0.57),
+ libmoose-perl (>= 0.45), libmoosex-attributehelpers-perl (>= 0.09),
+ libsoap-lite-perl (>= 0.710.05)
+Description: Perl module to interact with Akamai
+ Net::Akamai provides a perl module to interact with Akamai CCUAPI
+ to handle multiple purge requests.

Added: trunk/libnet-akamai-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-akamai-perl/debian/copyright?rev=68162&op=file
==============================================================================
--- trunk/libnet-akamai-perl/debian/copyright (added)
+++ trunk/libnet-akamai-perl/debian/copyright Tue Feb  8 21:12:03 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: John Goulah  <jgoulah at cpan.org>
+Source: http://search.cpan.org/dist/Net-Akamai/
+Name: Net-Akamai
+
+Files: *
+Copyright: John Goulah  <jgoulah at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Alexandre De Dommelin <adedommelin at tuxz.net>
+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 the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'

Added: trunk/libnet-akamai-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-akamai-perl/debian/rules?rev=68162&op=file
==============================================================================
--- trunk/libnet-akamai-perl/debian/rules (added)
+++ trunk/libnet-akamai-perl/debian/rules Tue Feb  8 21:12:03 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libnet-akamai-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-akamai-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-akamai-perl/debian/source/format?rev=68162&op=file
==============================================================================
--- trunk/libnet-akamai-perl/debian/source/format (added)
+++ trunk/libnet-akamai-perl/debian/source/format Tue Feb  8 21:12:03 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libnet-akamai-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-akamai-perl/debian/watch?rev=68162&op=file
==============================================================================
--- trunk/libnet-akamai-perl/debian/watch (added)
+++ trunk/libnet-akamai-perl/debian/watch Tue Feb  8 21:12:03 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-Akamai/   .*/Net-Akamai-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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