r33586 - in /trunk/libnet-amazon-ec2-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 19 16:00:34 UTC 2009


Author: gregoa
Date: Sun Apr 19 16:00:27 2009
New Revision: 33586

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

Added:
    trunk/libnet-amazon-ec2-perl/debian/
    trunk/libnet-amazon-ec2-perl/debian/changelog
    trunk/libnet-amazon-ec2-perl/debian/compat
    trunk/libnet-amazon-ec2-perl/debian/control
    trunk/libnet-amazon-ec2-perl/debian/copyright
    trunk/libnet-amazon-ec2-perl/debian/rules   (with props)
    trunk/libnet-amazon-ec2-perl/debian/watch

Added: trunk/libnet-amazon-ec2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/changelog?rev=33586&op=file
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/changelog (added)
+++ trunk/libnet-amazon-ec2-perl/debian/changelog Sun Apr 19 16:00:27 2009
@@ -1,0 +1,5 @@
+libnet-amazon-ec2-perl (0.09-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #511256).
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 19 Apr 2009 17:40:30 +0200

Added: trunk/libnet-amazon-ec2-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/compat?rev=33586&op=file
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/compat (added)
+++ trunk/libnet-amazon-ec2-perl/debian/compat Sun Apr 19 16:00:27 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-amazon-ec2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/control?rev=33586&op=file
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/control (added)
+++ trunk/libnet-amazon-ec2-perl/debian/control Sun Apr 19 16:00:27 2009
@@ -1,0 +1,25 @@
+Source: libnet-amazon-ec2-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libdigest-hmac-perl (>= 1.01), libmoose-perl (>= 0.38),
+  libparams-validate-perl, liburi-perl, libwww-perl,
+  libxml-simple-perl (>= 2.18), perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Net-Amazon-EC2/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-amazon-ec2-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/
+
+Package: libnet-amazon-ec2-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libdigest-hmac-perl (>= 1.01),
+  libmoose-perl (>= 0.38), libparams-validate-perl, liburi-perl,
+  libwww-perl, libxml-simple-perl (>= 2.18)
+Description: Perl interface to the Amazon Elastic Compute Cloud (EC2)
+ Net::Amazon::EC2 is a Perl interface to Amazon's Elastic Compute Cloud.
+ It uses the Query API to communicate with Amazon's Web Services framework.
+ .
+ This module is coded against the Query version of the '2008-05-05' EC2 API
+ which was last updated June 10th 2008.

Added: trunk/libnet-amazon-ec2-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/copyright?rev=33586&op=file
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/copyright (added)
+++ trunk/libnet-amazon-ec2-perl/debian/copyright Sun Apr 19 16:00:27 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jeff Kim <jkim at chosec.com>
+Upstream-Source: http://search.cpan.org/dist/Net-Amazon-EC2/
+Upstream-Name: Net-Amazon-EC2
+
+Files: *
+Copyright: 2006-2008, Jeff Kim <jkim at chosec.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, gregor herrmann <gregoa at debian.org>
+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/libnet-amazon-ec2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/rules?rev=33586&op=file
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/rules (added)
+++ trunk/libnet-amazon-ec2-perl/debian/rules Sun Apr 19 16:00:27 2009
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	# remove broken sub-module manpages
+	$(RM) debian/libnet-amazon-ec2-perl/usr/share/man/man3/Net::Amazon::EC2::*.3pm.gz
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libnet-amazon-ec2-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/watch?rev=33586&op=file
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/watch (added)
+++ trunk/libnet-amazon-ec2-perl/debian/watch Sun Apr 19 16:00:27 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Net-Amazon-EC2/   .*/Net-Amazon-EC2-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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