r24295 - in /trunk/libtest-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:28:00 UTC 2008


Author: vdanjean
Date: Fri Aug 15 12:27:58 2008
New Revision: 24295

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

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

Added: trunk/libtest-cpan-meta-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-cpan-meta-perl/debian/changelog?rev=24295&op=file
==============================================================================
--- trunk/libtest-cpan-meta-perl/debian/changelog (added)
+++ trunk/libtest-cpan-meta-perl/debian/changelog Fri Aug 15 12:27:58 2008
@@ -1,0 +1,6 @@
+libtest-cpan-meta-perl (0.12-1) unstable; urgency=low
+
+  * Initial release. (Closes: #495207: ITP: libtest-cpan-meta-perl --
+    test module to validate a CPAN META.yml file)
+
+ -- Vincent Danjean <vdanjean at debian.org>  Fri, 15 Aug 2008 14:14:25 +0200

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

Added: trunk/libtest-cpan-meta-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-cpan-meta-perl/debian/control?rev=24295&op=file
==============================================================================
--- trunk/libtest-cpan-meta-perl/debian/control (added)
+++ trunk/libtest-cpan-meta-perl/debian/control Fri Aug 15 12:27:58 2008
@@ -1,0 +1,21 @@
+Source: libtest-cpan-meta-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12),
+ libparse-cpan-meta-perl,
+ libtest-pod-coverage-perl (>= 0.08),
+ libtest-pod-perl (>= 1.00)
+Maintainer: Vincent Danjean <vdanjean at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Test-CPAN-Meta/
+
+Package: libtest-cpan-meta-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: test module to validate a CPAN META.yml file
+ The Test::CPAN::Meta module was written to ensure that a META.yml file,
+ provided with a standard distribution uploaded to CPAN, meets the
+ specifications that are slowly being introduced to module uploads, via the use
+ of package makers and installers such as ExtUtils::MakeMaker, Module::Build
+ and Module::Install.

Added: trunk/libtest-cpan-meta-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-cpan-meta-perl/debian/copyright?rev=24295&op=file
==============================================================================
--- trunk/libtest-cpan-meta-perl/debian/copyright (added)
+++ trunk/libtest-cpan-meta-perl/debian/copyright Fri Aug 15 12:27:58 2008
@@ -1,0 +1,24 @@
+This is the debian package for the Test-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/Test-CPAN-Meta/
+
+The upstream author is: Barbie <barbie at cpan.org>.
+
+Copyright (C) 2007-2008 Barbie for Miss Barbell Productions.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+The full text of the licenses can be found in the Artistic file included with
+this distribution, or in perlartistic file available with your Perl 
+installation.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence 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/libtest-cpan-meta-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-cpan-meta-perl/debian/rules?rev=24295&op=file
==============================================================================
--- trunk/libtest-cpan-meta-perl/debian/rules (added)
+++ trunk/libtest-cpan-meta-perl/debian/rules Fri Aug 15 12:27:58 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/libtest-cpan-meta-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

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




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