r55668 - in /trunk/libhttp-oai-perl/debian: ./ changelog compat control copyright libhttp-oai-perl.docs libhttp-oai-perl.examples rules source/ source/format watch

lars at users.alioth.debian.org lars at users.alioth.debian.org
Wed Apr 7 22:25:46 UTC 2010


Author: lars
Date: Wed Apr  7 22:25:30 2010
New Revision: 55668

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

Added:
    trunk/libhttp-oai-perl/debian/
    trunk/libhttp-oai-perl/debian/changelog
    trunk/libhttp-oai-perl/debian/compat
    trunk/libhttp-oai-perl/debian/control
    trunk/libhttp-oai-perl/debian/copyright
    trunk/libhttp-oai-perl/debian/libhttp-oai-perl.docs
    trunk/libhttp-oai-perl/debian/libhttp-oai-perl.examples
    trunk/libhttp-oai-perl/debian/rules   (with props)
    trunk/libhttp-oai-perl/debian/source/
    trunk/libhttp-oai-perl/debian/source/format
    trunk/libhttp-oai-perl/debian/watch

Added: trunk/libhttp-oai-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/changelog?rev=55668&op=file
==============================================================================
--- trunk/libhttp-oai-perl/debian/changelog (added)
+++ trunk/libhttp-oai-perl/debian/changelog Wed Apr  7 22:25:30 2010
@@ -1,0 +1,9 @@
+libhttp-oai-perl (3.22-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+  * Set build-dependency on libxml-sax-perl to be >= 0.96, not >= 1.
+    The actual Perl module needed is version 1, but its parent module
+    (and the Debian package) is 0.96. Verified this with Grant McLean,
+    the upstream maintainer.
+
+ -- Lars Wirzenius <lars at catalyst.net.nz>  Tue, 6 Apr 2010 12:57:46 +1200

Added: trunk/libhttp-oai-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/compat?rev=55668&op=file
==============================================================================
--- trunk/libhttp-oai-perl/debian/compat (added)
+++ trunk/libhttp-oai-perl/debian/compat Wed Apr  7 22:25:30 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libhttp-oai-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/control?rev=55668&op=file
==============================================================================
--- trunk/libhttp-oai-perl/debian/control (added)
+++ trunk/libhttp-oai-perl/debian/control Wed Apr  7 22:25:30 2010
@@ -1,0 +1,23 @@
+Source: libhttp-oai-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, liburi-perl, libxml-libxml-perl (>= 1.6),
+  libwww-perl, libxml-sax-perl (>= 0.96)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Lars Wirzenius <lars at catalyst.net.nz>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/HTTP-OAI/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-oai-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-oai-perl/
+
+Package: libhttp-oai-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl,
+  libxml-libxml-perl (>= 1.6), libwww-perl, libxml-sax-perl (>= 0.96)
+Description: API for the OAI-PMH
+ A Perl library implementing an API to use the Open Archives Initiative
+ Protocol for Metadata Harvesting (OAI-PMH). See
+ http://www.openarchives.org/OAI/openarchivesprotocol.html for
+ more information.
+

Added: trunk/libhttp-oai-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/copyright?rev=55668&op=file
==============================================================================
--- trunk/libhttp-oai-perl/debian/copyright (added)
+++ trunk/libhttp-oai-perl/debian/copyright Wed Apr  7 22:25:30 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tim Brody <tdb01r at ecs.soton.ac.uk>
+Source: http://search.cpan.org/dist/HTTP-OAI/
+Name: HTTP-OAI
+
+Files: *
+Copyright: Copyright 2004 Tim Brody <tdb01r at ecs.soton.ac.uk>
+License: Perl
+
+Files: debian/*
+Copyright: 2010, Lars Wirzenius <lars at catalyst.net.nz>
+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 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/libhttp-oai-perl/debian/libhttp-oai-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/libhttp-oai-perl.docs?rev=55668&op=file
==============================================================================
--- trunk/libhttp-oai-perl/debian/libhttp-oai-perl.docs (added)
+++ trunk/libhttp-oai-perl/debian/libhttp-oai-perl.docs Wed Apr  7 22:25:30 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libhttp-oai-perl/debian/libhttp-oai-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/libhttp-oai-perl.examples?rev=55668&op=file
==============================================================================
--- trunk/libhttp-oai-perl/debian/libhttp-oai-perl.examples (added)
+++ trunk/libhttp-oai-perl/debian/libhttp-oai-perl.examples Wed Apr  7 22:25:30 2010
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libhttp-oai-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/rules?rev=55668&op=file
==============================================================================
--- trunk/libhttp-oai-perl/debian/rules (added)
+++ trunk/libhttp-oai-perl/debian/rules Wed Apr  7 22:25:30 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libhttp-oai-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhttp-oai-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/source/format?rev=55668&op=file
==============================================================================
--- trunk/libhttp-oai-perl/debian/source/format (added)
+++ trunk/libhttp-oai-perl/debian/source/format Wed Apr  7 22:25:30 2010
@@ -1,0 +1,1 @@
+1.0

Added: trunk/libhttp-oai-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/watch?rev=55668&op=file
==============================================================================
--- trunk/libhttp-oai-perl/debian/watch (added)
+++ trunk/libhttp-oai-perl/debian/watch Wed Apr  7 22:25:30 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTTP-OAI/   .*/HTTP-OAI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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