r24288 - in /trunk/libparse-cpan-meta-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Fri Aug 15 12:04:41 UTC 2008


Author: vdanjean
Date: Fri Aug 15 12:04:38 2008
New Revision: 24288

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

Added:
    trunk/libparse-cpan-meta-perl/debian/
    trunk/libparse-cpan-meta-perl/debian/changelog
    trunk/libparse-cpan-meta-perl/debian/compat
    trunk/libparse-cpan-meta-perl/debian/control
    trunk/libparse-cpan-meta-perl/debian/copyright
    trunk/libparse-cpan-meta-perl/debian/rules   (with props)
    trunk/libparse-cpan-meta-perl/debian/watch

Added: trunk/libparse-cpan-meta-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-cpan-meta-perl/debian/changelog?rev=24288&op=file
==============================================================================
--- trunk/libparse-cpan-meta-perl/debian/changelog (added)
+++ trunk/libparse-cpan-meta-perl/debian/changelog Fri Aug 15 12:04:38 2008
@@ -1,0 +1,9 @@
+libparse-cpan-meta-perl (0.03-1) unstable; urgency=low
+
+  * debian/control:
+    build-depends on "lib...-perl | perl" in order to break circular
+    build-dependencies loops for autobuilder (this just skips some checks)
+  * Initial release. (Closes: #495205: ITP: libparse-cpan-meta-perl --
+    module to parse META.yml and other similar CPAN metadata files)
+
+ -- Vincent Danjean <vdanjean at debian.org>  Fri, 15 Aug 2008 12:48:21 +0200

Added: trunk/libparse-cpan-meta-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-cpan-meta-perl/debian/compat?rev=24288&op=file
==============================================================================
--- trunk/libparse-cpan-meta-perl/debian/compat (added)
+++ trunk/libparse-cpan-meta-perl/debian/compat Fri Aug 15 12:04:38 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libparse-cpan-meta-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-cpan-meta-perl/debian/control?rev=24288&op=file
==============================================================================
--- trunk/libparse-cpan-meta-perl/debian/control (added)
+++ trunk/libparse-cpan-meta-perl/debian/control Fri Aug 15 12:04:38 2008
@@ -1,0 +1,28 @@
+Source: libparse-cpan-meta-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12),
+ libtest-cpan-meta-perl (>= 0.07) | perl,
+ libperl-minimumversion-perl (>= 0.007) | perl
+Maintainer: Vincent Danjean <vdanjean at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Parse-CPAN-Meta/
+
+Package: libparse-cpan-meta-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: module to parse META.yml and other similar CPAN metadata files
+ Parse::CPAN::Meta is a parser for META.yml files, based on the
+ parser half of YAML::Tiny.
+ .
+ It supports a basic subset of the full YAML specification, enough to
+ implement parsing of typical META.yml files, and other similarly simple
+ YAML files.
+ .
+ If you need something with more power, move up to a full YAML parser such
+ as YAML, YAML::Syck or YAML::LibYAML.
+ .
+ Parse::CPAN::Meta provides a very simply API of only two functions, based
+ on the YAML functions of the same name. Wherever possible, identical
+ calling semantics are used.

Added: trunk/libparse-cpan-meta-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-cpan-meta-perl/debian/copyright?rev=24288&op=file
==============================================================================
--- trunk/libparse-cpan-meta-perl/debian/copyright (added)
+++ trunk/libparse-cpan-meta-perl/debian/copyright Fri Aug 15 12:04:38 2008
@@ -1,0 +1,22 @@
+This is the debian package for the Parse-CPAN-Meta module.
+It was created by Vincent Danjean <vdanjean at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Parse-CPAN-Meta/
+
+The upstream author is: Adam Kennedy <adamk at cpan.org>.
+
+Copyright (C) 2008 Adam Kennedy
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.7 or,
+at your option, any later version of Perl 5 you may have available.
+
+Perl is distributed under either the Artistic licence or the GPL.
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+
+
+The Debian packaging is (C) 2008, Vincent Danjean <vdanjean at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libparse-cpan-meta-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-cpan-meta-perl/debian/rules?rev=24288&op=file
==============================================================================
--- trunk/libparse-cpan-meta-perl/debian/rules (added)
+++ trunk/libparse-cpan-meta-perl/debian/rules Fri Aug 15 12:04:38 2008
@@ -1,0 +1,26 @@
+#!/usr/bin/make -f
+
+# Needed to get all tests
+export AUTOMATED_TESTING=true
+
+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/libparse-cpan-meta-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libparse-cpan-meta-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-cpan-meta-perl/debian/watch?rev=24288&op=file
==============================================================================
--- trunk/libparse-cpan-meta-perl/debian/watch (added)
+++ trunk/libparse-cpan-meta-perl/debian/watch Fri Aug 15 12:04:38 2008
@@ -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/Parse-CPAN-Meta/   .*/Parse-CPAN-Meta-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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