r57246 - in /trunk/libnet-https-any-perl/debian: ./ changelog compat control copyright libnet-https-any-perl.docs rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Sat May 1 22:36:19 UTC 2010


Author: ivan
Date: Sat May  1 22:36:13 2010
New Revision: 57246

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

Added:
    trunk/libnet-https-any-perl/debian/
    trunk/libnet-https-any-perl/debian/changelog
    trunk/libnet-https-any-perl/debian/compat
    trunk/libnet-https-any-perl/debian/control
    trunk/libnet-https-any-perl/debian/copyright
    trunk/libnet-https-any-perl/debian/libnet-https-any-perl.docs
    trunk/libnet-https-any-perl/debian/rules   (with props)
    trunk/libnet-https-any-perl/debian/watch

Added: trunk/libnet-https-any-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-https-any-perl/debian/changelog?rev=57246&op=file
==============================================================================
--- trunk/libnet-https-any-perl/debian/changelog (added)
+++ trunk/libnet-https-any-perl/debian/changelog Sat May  1 22:36:13 2010
@@ -1,0 +1,5 @@
+libnet-https-any-perl (0.10-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat, 1 May 2010 15:29:04 -0700

Added: trunk/libnet-https-any-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-https-any-perl/debian/compat?rev=57246&op=file
==============================================================================
--- trunk/libnet-https-any-perl/debian/compat (added)
+++ trunk/libnet-https-any-perl/debian/compat Sat May  1 22:36:13 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-https-any-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-https-any-perl/debian/control?rev=57246&op=file
==============================================================================
--- trunk/libnet-https-any-perl/debian/control (added)
+++ trunk/libnet-https-any-perl/debian/control Sat May  1 22:36:13 2010
@@ -1,0 +1,23 @@
+Source: libnet-https-any-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtie-ixhash-perl, liburi-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Net-HTTPS-Any/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-https-any-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-https-any-perl/
+
+Package: libnet-https-any-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libtie-ixhash-perl, liburi-perl, perl
+Description: Simple HTTPS class using whichever underlying SSL module is available
+ This is a simple wrapper around either of the two available SSL modules. It
+ offers a unified API for sending GET and POST requests over HTTPS and
+ receiving responses.
+ .
+ It depends on Net::SSLeay _or_ ( Crypt::SSLeay and LWP::UserAgent ).
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libnet-https-any-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-https-any-perl/debian/copyright?rev=57246&op=file
==============================================================================
--- trunk/libnet-https-any-perl/debian/copyright (added)
+++ trunk/libnet-https-any-perl/debian/copyright Sat May  1 22:36:13 2010
@@ -1,0 +1,42 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ivan Kohler <ivan-net-https-any at freeside.biz>
+Source: http://search.cpan.org/dist/Net-HTTPS-Any/
+Name: Net-HTTPS-Any
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Ivan Kohler <ivan-net-https-any at freeside.biz>
+License: unparsable
+
+Files: debian/*
+Copyright: 2010, Ivan Kohler <ivan-debian at 420.am>
+License: unparsable or Artistic or GPL-1+
+
+License: unparsable
+ No known license could be automatically determined for this module.
+ If this module conforms to a commonly used license, please report this
+ as a bug in dh-make-perl. In any case, please find the proper license
+ and fix this file!
+
+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-https-any-perl/debian/libnet-https-any-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-https-any-perl/debian/libnet-https-any-perl.docs?rev=57246&op=file
==============================================================================
--- trunk/libnet-https-any-perl/debian/libnet-https-any-perl.docs (added)
+++ trunk/libnet-https-any-perl/debian/libnet-https-any-perl.docs Sat May  1 22:36:13 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libnet-https-any-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-https-any-perl/debian/rules?rev=57246&op=file
==============================================================================
--- trunk/libnet-https-any-perl/debian/rules (added)
+++ trunk/libnet-https-any-perl/debian/rules Sat May  1 22:36:13 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libnet-https-any-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-https-any-perl/debian/watch?rev=57246&op=file
==============================================================================
--- trunk/libnet-https-any-perl/debian/watch (added)
+++ trunk/libnet-https-any-perl/debian/watch Sat May  1 22:36:13 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-HTTPS-Any/   .*/Net-HTTPS-Any-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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