r31325 - in /trunk/libio-socket-socks-perl/debian: ./ changelog compat control copyright libio-socket-socks-perl.docs libio-socket-socks-perl.examples rules watch

npf-guest at users.alioth.debian.org npf-guest at users.alioth.debian.org
Mon Mar 2 23:02:03 UTC 2009


Author: npf-guest
Date: Mon Mar  2 23:01:59 2009
New Revision: 31325

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

Added:
    trunk/libio-socket-socks-perl/debian/
    trunk/libio-socket-socks-perl/debian/changelog
    trunk/libio-socket-socks-perl/debian/compat
    trunk/libio-socket-socks-perl/debian/control
    trunk/libio-socket-socks-perl/debian/copyright
    trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.docs
    trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.examples
    trunk/libio-socket-socks-perl/debian/rules   (with props)
    trunk/libio-socket-socks-perl/debian/watch

Added: trunk/libio-socket-socks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/changelog?rev=31325&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/changelog (added)
+++ trunk/libio-socket-socks-perl/debian/changelog Mon Mar  2 23:01:59 2009
@@ -1,0 +1,5 @@
+libio-socket-socks-perl (0.1-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #517925)
+
+ -- Pierre Neyron <pierre.neyron at free.fr>  Mon, 2 Mar 2009 23:46:13 +0100

Added: trunk/libio-socket-socks-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/compat?rev=31325&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/compat (added)
+++ trunk/libio-socket-socks-perl/debian/compat Mon Mar  2 23:01:59 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libio-socket-socks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/control?rev=31325&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/control (added)
+++ trunk/libio-socket-socks-perl/debian/control Mon Mar  2 23:01:59 2009
@@ -1,0 +1,22 @@
+Source: libio-socket-socks-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Pierre Neyron <pierre.neyron at free.fr>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/IO-Socket-Socks/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-socket-socks-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/
+
+Package: libio-socket-socks-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description:  IO::Socket::Socks
+ IO::Socket::Socks connects to a SOCKS v5 proxy, tells it to open a
+ connection to a remote host/port when the object is created.  The
+ object you receive can be used directly as a socket for sending and
+ receiving data from the remote host.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libio-socket-socks-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/copyright?rev=31325&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/copyright (added)
+++ trunk/libio-socket-socks-perl/debian/copyright Mon Mar  2 23:01:59 2009
@@ -1,0 +1,25 @@
+This is the debian package for the IO-Socket-Socks module.
+It was created by Pierre Neyron <pierre.neyron at free.fr> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/IO-Socket-Socks/
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if you don't want to get into legal troubles.
+
+The upstream author is: 
+
+Ryan Eatmon.
+
+
+This module is free software, you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+
+The Debian packaging is (C) 2009, Pierre Neyron <pierre.neyron at free.fr> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.docs?rev=31325&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.docs (added)
+++ trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.docs Mon Mar  2 23:01:59 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.examples?rev=31325&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.examples (added)
+++ trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.examples Mon Mar  2 23:01:59 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libio-socket-socks-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/rules?rev=31325&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/rules (added)
+++ trunk/libio-socket-socks-perl/debian/rules Mon Mar  2 23:01:59 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/libio-socket-socks-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libio-socket-socks-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/watch?rev=31325&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/watch (added)
+++ trunk/libio-socket-socks-perl/debian/watch Mon Mar  2 23:01:59 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/IO-Socket-Socks/   .*/IO-Socket-Socks-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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