r67968 - in /trunk/libcpan-meta-yaml-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Jan 27 22:37:54 UTC 2011


Author: periapt-guest
Date: Thu Jan 27 22:37:46 2011
New Revision: 67968

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

Added:
    trunk/libcpan-meta-yaml-perl/debian/
    trunk/libcpan-meta-yaml-perl/debian/changelog
    trunk/libcpan-meta-yaml-perl/debian/compat
    trunk/libcpan-meta-yaml-perl/debian/control
    trunk/libcpan-meta-yaml-perl/debian/copyright
    trunk/libcpan-meta-yaml-perl/debian/rules   (with props)
    trunk/libcpan-meta-yaml-perl/debian/source/
    trunk/libcpan-meta-yaml-perl/debian/source/format
    trunk/libcpan-meta-yaml-perl/debian/watch

Added: trunk/libcpan-meta-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-meta-yaml-perl/debian/changelog?rev=67968&op=file
==============================================================================
--- trunk/libcpan-meta-yaml-perl/debian/changelog (added)
+++ trunk/libcpan-meta-yaml-perl/debian/changelog Thu Jan 27 22:37:46 2011
@@ -1,0 +1,5 @@
+libcpan-meta-yaml-perl (0.003-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #611029)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 27 Jan 2011 21:47:06 +0000

Added: trunk/libcpan-meta-yaml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-meta-yaml-perl/debian/compat?rev=67968&op=file
==============================================================================
--- trunk/libcpan-meta-yaml-perl/debian/compat (added)
+++ trunk/libcpan-meta-yaml-perl/debian/compat Thu Jan 27 22:37:46 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libcpan-meta-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-meta-yaml-perl/debian/control?rev=67968&op=file
==============================================================================
--- trunk/libcpan-meta-yaml-perl/debian/control (added)
+++ trunk/libcpan-meta-yaml-perl/debian/control Thu Jan 27 22:37:46 2011
@@ -1,0 +1,19 @@
+Source: libcpan-meta-yaml-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/CPAN-Meta-YAML/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcpan-meta-yaml-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcpan-meta-yaml-perl/
+
+Package: libcpan-meta-yaml-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: reimplementation of a subset of YAML for CPAN Meta files
+ CPAN::Meta::YAML implements a subset of the YAML specification for use in
+ reading and writing CPAN metadata files like META.yml and MYMETA.yml. It
+ should not be used for any other general YAML parsing or generation task.

Added: trunk/libcpan-meta-yaml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-meta-yaml-perl/debian/copyright?rev=67968&op=file
==============================================================================
--- trunk/libcpan-meta-yaml-perl/debian/copyright (added)
+++ trunk/libcpan-meta-yaml-perl/debian/copyright Thu Jan 27 22:37:46 2011
@@ -1,0 +1,29 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Adam Kennedy <adamk at cpan.org>, David Golden <dagolden at cpan.org>
+Source: http://search.cpan.org/dist/CPAN-Meta-YAML/
+Name: CPAN-Meta-YAML
+
+Files: *
+Copyright:
+ 2010, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libcpan-meta-yaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-meta-yaml-perl/debian/rules?rev=67968&op=file
==============================================================================
--- trunk/libcpan-meta-yaml-perl/debian/rules (added)
+++ trunk/libcpan-meta-yaml-perl/debian/rules Thu Jan 27 22:37:46 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libcpan-meta-yaml-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcpan-meta-yaml-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-meta-yaml-perl/debian/source/format?rev=67968&op=file
==============================================================================
--- trunk/libcpan-meta-yaml-perl/debian/source/format (added)
+++ trunk/libcpan-meta-yaml-perl/debian/source/format Thu Jan 27 22:37:46 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libcpan-meta-yaml-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-meta-yaml-perl/debian/watch?rev=67968&op=file
==============================================================================
--- trunk/libcpan-meta-yaml-perl/debian/watch (added)
+++ trunk/libcpan-meta-yaml-perl/debian/watch Thu Jan 27 22:37:46 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CPAN-Meta-YAML/   .*/CPAN-Meta-YAML-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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