r30605 - in /trunk/libtest-prereq-perl/debian: ./ README.source changelog compat control copyright libtest-prereq-perl.examples patches/ patches/no_cpan_shell.patch patches/series rules watch

rmayorga at users.alioth.debian.org rmayorga at users.alioth.debian.org
Thu Feb 12 03:58:00 UTC 2009


Author: rmayorga
Date: Thu Feb 12 03:57:56 2009
New Revision: 30605

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

Added:
    trunk/libtest-prereq-perl/debian/
    trunk/libtest-prereq-perl/debian/README.source
    trunk/libtest-prereq-perl/debian/changelog
    trunk/libtest-prereq-perl/debian/compat
    trunk/libtest-prereq-perl/debian/control
    trunk/libtest-prereq-perl/debian/copyright
    trunk/libtest-prereq-perl/debian/libtest-prereq-perl.examples
    trunk/libtest-prereq-perl/debian/patches/
    trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch
    trunk/libtest-prereq-perl/debian/patches/series
    trunk/libtest-prereq-perl/debian/rules   (with props)
    trunk/libtest-prereq-perl/debian/watch

Added: trunk/libtest-prereq-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/README.source?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/README.source (added)
+++ trunk/libtest-prereq-perl/debian/README.source Thu Feb 12 03:57:56 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Added: trunk/libtest-prereq-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/changelog?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/changelog (added)
+++ trunk/libtest-prereq-perl/debian/changelog Thu Feb 12 03:57:56 2009
@@ -1,0 +1,5 @@
+libtest-prereq-perl (1.036-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #514941)
+
+ -- Rene Mayorga <rmayorga at debian.org>  Wed, 11 Feb 2009 14:45:09 -0600

Added: trunk/libtest-prereq-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/compat?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/compat (added)
+++ trunk/libtest-prereq-perl/debian/compat Thu Feb 12 03:57:56 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-prereq-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/control?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/control (added)
+++ trunk/libtest-prereq-perl/debian/control Thu Feb 12 03:57:56 2009
@@ -1,0 +1,22 @@
+Source: libtest-prereq-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: perl (>= 5.6.0-12), libmodule-info-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Rene Mayorga <rmayorga at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Test-Prereq/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-prereq-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-prereq-perl/
+
+Package: libtest-prereq-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmodule-info-perl
+Description: check if Makefile.PL has the right pre-requisites
+ Test::Prerq examines the modules looking on blib/lib/,
+ blib/script, and the test files t/*  (and test.pl). 
+ then figures out which modules they use, skips the modules that are
+ in the Perl core, and compares the remaining list of modules to those
+ in the PREREQ_PM section of Makefile.PL.

Added: trunk/libtest-prereq-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/copyright?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/copyright (added)
+++ trunk/libtest-prereq-perl/debian/copyright Thu Feb 12 03:57:56 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: brian d foy <bdfoy at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Test-Prereq/
+Upstream-Name: Test-Prereq
+
+Files: *
+Copyright: 2002-2009 brian d foy <bdfoy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Rene Mayorga <rmayorga at debian.org>
+License: Artistic | 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/libtest-prereq-perl/debian/libtest-prereq-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/libtest-prereq-perl.examples?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/libtest-prereq-perl.examples (added)
+++ trunk/libtest-prereq-perl/debian/libtest-prereq-perl.examples Thu Feb 12 03:57:56 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch (added)
+++ trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch Thu Feb 12 03:57:56 2009
@@ -1,0 +1,19 @@
+Author: Rene Mayorga <rmayorga at debian.org>
+Description: skip t/get_from_prerqs, since this test might require
+ CPAN shell and network access.
+--- Test-Prereq-1.036.orig/t/get_from_prereqs.t
++++ Test-Prereq-1.036/t/get_from_prereqs.t
+@@ -2,7 +2,12 @@
+ use strict;
+ 
+ use Test::Prereq;
+-use Test::More tests => 1;
++use Test::More;
++
++if ($ENV{CPAN}) {
++    plan skip_all => "please un-set CPAN var to enable this tests";
++} 
++plan tests => 1;
+ 
+ use lib qw(.);
+ 

Added: trunk/libtest-prereq-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/patches/series?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/patches/series (added)
+++ trunk/libtest-prereq-perl/debian/patches/series Thu Feb 12 03:57:56 2009
@@ -1,0 +1,1 @@
+no_cpan_shell.patch

Added: trunk/libtest-prereq-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/rules?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/rules (added)
+++ trunk/libtest-prereq-perl/debian/rules Thu Feb 12 03:57:56 2009
@@ -1,0 +1,30 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	CPAN=1 dh build
+	touch $@
+
+clean: unpatch
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	mv $(TMP)/usr/share/man/man3/Test\:\:Prereq.3.gz $(TMP)/usr/share/man/man3/Test\:\:Prereq.3pm.gz
+	mv $(TMP)/usr/share/man/man3/Test\:\:Prereq\:\:Build.3.gz $(TMP)/usr/share/man/man3/Test\:\:Prereq.3pm.gz
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libtest-prereq-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-prereq-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/watch?rev=30605&op=file
==============================================================================
--- trunk/libtest-prereq-perl/debian/watch (added)
+++ trunk/libtest-prereq-perl/debian/watch Thu Feb 12 03:57:56 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Prereq/   .*/Test-Prereq-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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