r43820 - in /trunk/libnet-epp-perl/debian: ./ README.source changelog compat control copyright patches/ patches/01-manpages.patch patches/series rules watch

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Mon Sep 7 15:10:23 UTC 2009


Author: roam-guest
Date: Mon Sep  7 15:10:16 2009
New Revision: 43820

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

Added:
    trunk/libnet-epp-perl/debian/
    trunk/libnet-epp-perl/debian/README.source
    trunk/libnet-epp-perl/debian/changelog
    trunk/libnet-epp-perl/debian/compat
    trunk/libnet-epp-perl/debian/control
    trunk/libnet-epp-perl/debian/copyright
    trunk/libnet-epp-perl/debian/patches/
    trunk/libnet-epp-perl/debian/patches/01-manpages.patch
    trunk/libnet-epp-perl/debian/patches/series
    trunk/libnet-epp-perl/debian/rules   (with props)
    trunk/libnet-epp-perl/debian/watch

Added: trunk/libnet-epp-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/README.source?rev=43820&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/README.source (added)
+++ trunk/libnet-epp-perl/debian/README.source Mon Sep  7 15:10:16 2009
@@ -1,0 +1,17 @@
+The libnet-epp-perl package uses quilt to maintain local changes to
+the libnet-epp-perl distribution.  The Debian-specific patches are
+maintained in the debian/patches/ directory.
+
+To apply all the patches, preparing the source for building, use:
+  debian/rules patch
+
+To revert the patches, preparing to build a source package, use:
+  debian/rules unpatch
+
+You do not need to manually execute these targets when building
+the package; they are part of the debian/rules target chain.
+
+For more information on the quilt integration with Debian packages,
+as well as editing, adding or removing patches, please see
+the quilt documentation; in recent versions of the Debian package of
+quilt, start at the /usr/share/doc/quilt/README.source file.

Added: trunk/libnet-epp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/changelog?rev=43820&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/changelog (added)
+++ trunk/libnet-epp-perl/debian/changelog Mon Sep  7 15:10:16 2009
@@ -1,0 +1,7 @@
+libnet-epp-perl (0.12-1) UNRELEASED; urgency=low
+
+  TODO: Let's just wait a couple of days for comments on the ITP bug :)
+
+  * Initial Release.  Closes: #545480
+
+ -- Peter Pentchev <roam at ringlet.net>  Thu, 27 Aug 2009 15:44:43 +0300

Added: trunk/libnet-epp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/compat?rev=43820&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/compat (added)
+++ trunk/libnet-epp-perl/debian/compat Mon Sep  7 15:10:16 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-epp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/control?rev=43820&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/control (added)
+++ trunk/libnet-epp-perl/debian/control Mon Sep  7 15:10:16 2009
@@ -1,0 +1,30 @@
+Source: libnet-epp-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, perl-modules, libio-socket-ssl-perl,
+  libdigest-sha1-perl, libxml-libxml-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Net-EPP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-epp-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-epp-perl/
+
+Package: libnet-epp-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules,
+  libio-socket-ssl-perl, libdigest-sha1-perl, libxml-libxml-perl
+Description: EPP XML frame system built on top of XML::LibXML
+ EPP is the Extensible Provisioning Protocol. EPP (defined in RFC 4930) is an
+ application layer client-server protocol for the provisioning and management
+ of objects stored in a shared central repository. Specified in XML, the
+ protocol defines generic object management operations and an extensible
+ framework that maps protocol operations to objects. As of writing, its only
+ well-developed application is the provisioning of Internet domain names,
+ hosts, and related contact details.
+ .
+ EPP uses XML documents called "frames" send data to and from clients and
+ servers. Net::EPP implements a subclass of the XML::LibXML::Document module
+ that simplifies the process of creation of these frames. It is designed to be
+ used alongside the Net::EPP::Client module.

Added: trunk/libnet-epp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/copyright?rev=43820&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/copyright (added)
+++ trunk/libnet-epp-perl/debian/copyright Mon Sep  7 15:10:16 2009
@@ -1,0 +1,27 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Source: http://search.cpan.org/dist/Net-EPP/
+Name: Net-EPP
+
+Files: *
+Copyright: CentralNic Ltd (http://www.centralnic.com/).
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Peter Pentchev <roam at ringlet.net>
+License-Alias: Perl
+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 version 2 of the GNU
+    General Public License can be found in `/usr/share/common-licenses/GPL-2'

Added: trunk/libnet-epp-perl/debian/patches/01-manpages.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/patches/01-manpages.patch?rev=43820&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/patches/01-manpages.patch (added)
+++ trunk/libnet-epp-perl/debian/patches/01-manpages.patch Mon Sep  7 15:10:16 2009
@@ -1,0 +1,107 @@
+Description: Fix some POD syntax errors.
+Origin: other: svn://svn.debian.org/pkg-perl/trunk/libnet-epp-perl/
+Author: Peter Pentchev <roam at ringlet.net>
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=49487
+Last-Update: 2009-07-07
+
+--- a/lib/Net/EPP/ResponseCodes.pm
++++ b/lib/Net/EPP/ResponseCodes.pm
+@@ -70,10 +70,10 @@
+ C<Net::EPP::ResponseCodes> exports the following constants. The number in
+ brackets is the integer value associated with the constant.
+ 
+-=over
+-
+ =head2 Successful command completion responses (1nnn)
+ 
++=over
++
+ =item  OK (1000)
+ 
+ =item  OK_PENDING (1001)
+@@ -84,10 +84,14 @@
+ 
+ =item  OK_BYE (1500)
+ 
++=back
++
+ =head2 Command error responses (2nnn)
+ 
+ =head3 Protocol Syntax
+ 
++=over
++
+ =item  UNKNOWN_COMMAND (2000)
+ 
+ =item  SYNTAX_ERROR (2001)
+@@ -100,8 +104,12 @@
+ 
+ =item  PARAM_SYNTAX_ERROR (2005)
+ 
++=back
++
+ =head3 Implementation-specific Rules
+ 
++=over
++
+ =item  UNIMPLEMENTED_VERSION (2100)
+ 
+ =item  UNIMPLEMENTED_COMMAND (2101)
+@@ -116,8 +124,12 @@
+ 
+ =item  NOT_TRANSFERRABLE (2106)
+ 
++=back
++
+ =head3 Security (22nn)
+ 
++=over
++
+ =item  AUTHENTICATION_ERROR (2200)
+ 
+ =item  AUTHORISATION_ERROR (2201)
+@@ -126,8 +138,12 @@
+ 
+ =item  INVALID_AUTH_INFO (2202)
+ 
++=back
++
+ =head3 Data Management (23nn)
+ 
++=over
++
+ =item  OBJECT_PENDING_TRANSFER (2300)
+ 
+ =item  OBJECT_NOT_PENDING_TRANSFER (2301)
+@@ -146,12 +162,20 @@
+ 
+ =item  DATA_MGMT_POLICY_VIOLATION (2308)
+ 
++=back
++
+ =head3 Server System (24nn)
+ 
++=over
++
+ =item  COMMAND_FAILED (2400)
+ 
++=back
++
+ =head3 Connection Management (25nn)
+ 
++=over
++
+ =item  COMMAND_FAILED_BYE (2500)
+ 
+ =item  AUTH_FAILED_BYE (2501)
+--- a/lib/Net/EPP/Simple.pm
++++ b/lib/Net/EPP/Simple.pm
+@@ -248,6 +248,8 @@
+ 
+ =pod
+ 
++=back
++
+ =head1 Retrieving Object Information
+ 
+ You can retrieve information about an object by using one of the following:

Added: trunk/libnet-epp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/patches/series?rev=43820&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/patches/series (added)
+++ trunk/libnet-epp-perl/debian/patches/series Mon Sep  7 15:10:16 2009
@@ -1,0 +1,1 @@
+01-manpages.patch

Added: trunk/libnet-epp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/rules?rev=43820&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/rules (added)
+++ trunk/libnet-epp-perl/debian/rules Mon Sep  7 15:10:16 2009
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+
+patch unpatch:
+	$(MAKE) -f /usr/share/quilt/quilt.make $@
+
+%:
+	dh --with quilt $@

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

Added: trunk/libnet-epp-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/watch?rev=43820&op=file
==============================================================================
--- trunk/libnet-epp-perl/debian/watch (added)
+++ trunk/libnet-epp-perl/debian/watch Mon Sep  7 15:10:16 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-EPP/   .*/Net-EPP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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