r60539 - in /trunk/libposix-strptime-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Jul 24 14:26:09 UTC 2010


Author: carnil-guest
Date: Sat Jul 24 14:26:01 2010
New Revision: 60539

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

Added:
    trunk/libposix-strptime-perl/debian/
    trunk/libposix-strptime-perl/debian/changelog
    trunk/libposix-strptime-perl/debian/compat
    trunk/libposix-strptime-perl/debian/control
    trunk/libposix-strptime-perl/debian/copyright
    trunk/libposix-strptime-perl/debian/rules   (with props)
    trunk/libposix-strptime-perl/debian/source/
    trunk/libposix-strptime-perl/debian/source/format
    trunk/libposix-strptime-perl/debian/watch

Added: trunk/libposix-strptime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libposix-strptime-perl/debian/changelog?rev=60539&op=file
==============================================================================
--- trunk/libposix-strptime-perl/debian/changelog (added)
+++ trunk/libposix-strptime-perl/debian/changelog Sat Jul 24 14:26:01 2010
@@ -1,0 +1,5 @@
+libposix-strptime-perl (0.10-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #583587)
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 24 Jul 2010 16:03:04 +0200

Added: trunk/libposix-strptime-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libposix-strptime-perl/debian/compat?rev=60539&op=file
==============================================================================
--- trunk/libposix-strptime-perl/debian/compat (added)
+++ trunk/libposix-strptime-perl/debian/compat Sat Jul 24 14:26:01 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libposix-strptime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libposix-strptime-perl/debian/control?rev=60539&op=file
==============================================================================
--- trunk/libposix-strptime-perl/debian/control (added)
+++ trunk/libposix-strptime-perl/debian/control Sat Jul 24 14:26:01 2010
@@ -1,0 +1,18 @@
+Source: libposix-strptime-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Standards-Version: 3.9.0
+Homepage: http://search.cpan.org/dist/POSIX-strptime/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libposix-strptime-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libposix-strptime-perl/
+
+Package: libposix-strptime-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, perl
+Description: Perl extension to the POSIX date parsing strptime(3) function
+ POSIX::strptime is a Perl interface to strptime(3). The strptime()
+ function converts the specified character string to time values, using
+ the specified format.

Added: trunk/libposix-strptime-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libposix-strptime-perl/debian/copyright?rev=60539&op=file
==============================================================================
--- trunk/libposix-strptime-perl/debian/copyright (added)
+++ trunk/libposix-strptime-perl/debian/copyright Sat Jul 24 14:26:01 2010
@@ -1,0 +1,34 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Philippe M. Chiasson <gozer at cpan.org>
+Source: http://search.cpan.org/dist/POSIX-strptime/
+Name: POSIX-strptime
+
+Files: *
+Copyright: 2005, Philippe M. Chiasson <gozer at cpan.org>
+License: Artistic or GPL-1+
+
+Files: ppport.h
+Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+ 2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
+ 1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+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 version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libposix-strptime-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libposix-strptime-perl/debian/rules?rev=60539&op=file
==============================================================================
--- trunk/libposix-strptime-perl/debian/rules (added)
+++ trunk/libposix-strptime-perl/debian/rules Sat Jul 24 14:26:01 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libposix-strptime-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libposix-strptime-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libposix-strptime-perl/debian/source/format?rev=60539&op=file
==============================================================================
--- trunk/libposix-strptime-perl/debian/source/format (added)
+++ trunk/libposix-strptime-perl/debian/source/format Sat Jul 24 14:26:01 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libposix-strptime-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libposix-strptime-perl/debian/watch?rev=60539&op=file
==============================================================================
--- trunk/libposix-strptime-perl/debian/watch (added)
+++ trunk/libposix-strptime-perl/debian/watch Sat Jul 24 14:26:01 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/POSIX-strptime/   .*/POSIX-strptime-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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