r30501 - in /trunk/libtest-apocalypse-perl/debian: ./ changelog compat control copyright libtest-apocalypse-perl.examples rules watch

rmayorga at users.alioth.debian.org rmayorga at users.alioth.debian.org
Sat Feb 7 01:48:00 UTC 2009


Author: rmayorga
Date: Sat Feb  7 01:47:57 2009
New Revision: 30501

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

Added:
    trunk/libtest-apocalypse-perl/debian/
    trunk/libtest-apocalypse-perl/debian/changelog
    trunk/libtest-apocalypse-perl/debian/compat
    trunk/libtest-apocalypse-perl/debian/control
    trunk/libtest-apocalypse-perl/debian/copyright
    trunk/libtest-apocalypse-perl/debian/libtest-apocalypse-perl.examples
    trunk/libtest-apocalypse-perl/debian/rules   (with props)
    trunk/libtest-apocalypse-perl/debian/watch

Added: trunk/libtest-apocalypse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/changelog?rev=30501&op=file
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/changelog (added)
+++ trunk/libtest-apocalypse-perl/debian/changelog Sat Feb  7 01:47:57 2009
@@ -1,0 +1,5 @@
+libtest-apocalypse-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #514390)
+
+ -- Rene Mayorga <rmayorga at debian.org>  Fri, 6 Feb 2009 19:25:39 -0600

Added: trunk/libtest-apocalypse-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/compat?rev=30501&op=file
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/compat (added)
+++ trunk/libtest-apocalypse-perl/debian/compat Sat Feb  7 01:47:57 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-apocalypse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/control?rev=30501&op=file
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/control (added)
+++ trunk/libtest-apocalypse-perl/debian/control Sat Feb  7 01:47:57 2009
@@ -1,0 +1,31 @@
+Source: libtest-apocalypse-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libyaml-perl,
+  libtest-spelling-perl, libtest-nowarnings-perl, libtest-dependencies-perl,
+  libtest-distribution-perl, libtest-block-perl, libtest-pod-perl,
+  libtest-perl-critic-perl, libfile-find-rule-perl,
+  libtest-pod-coverage-perl,  libtest-yaml-meta-perl,
+  libtest-minimumversion-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-Apocalypse/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-apocalypse-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-apocalypse-perl/
+
+Package: libtest-apocalypse-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl,
+  libtest-spelling-perl, libtest-nowarnings-perl, libtest-dependencies-perl,
+  libtest-distribution-perl, libtest-block-perl, libtest-pod-perl,
+  libtest-perl-critic-perl, libfile-find-rule-perl,
+  libtest-pod-coverage-perl, libtest-yaml-meta-perl,
+  libtest-minimumversion-perl
+Description: tests bundled into a simple interface
+ Test::Apocalypse greatly simplifies common author tests for modules heading
+ towards CPAN. 
+ .
+ This module respects the TEST_AUTHOR env variable, if it is not set it will
+ skip the entire testsuite.

Added: trunk/libtest-apocalypse-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/copyright?rev=30501&op=file
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/copyright (added)
+++ trunk/libtest-apocalypse-perl/debian/copyright Sat Feb  7 01:47:57 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Apocalypse <APOCAL at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Test-Apocalypse/
+Upstream-Name: Test-Apocalypse
+
+Files: *
+Copyright: © 2009 Apocalypse <apocal 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-apocalypse-perl/debian/libtest-apocalypse-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/libtest-apocalypse-perl.examples?rev=30501&op=file
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/libtest-apocalypse-perl.examples (added)
+++ trunk/libtest-apocalypse-perl/debian/libtest-apocalypse-perl.examples Sat Feb  7 01:47:57 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libtest-apocalypse-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/rules?rev=30501&op=file
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/rules (added)
+++ trunk/libtest-apocalypse-perl/debian/rules Sat Feb  7 01:47:57 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+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-apocalypse-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-apocalypse-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/watch?rev=30501&op=file
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/watch (added)
+++ trunk/libtest-apocalypse-perl/debian/watch Sat Feb  7 01:47:57 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Apocalypse/   .*/Test-Apocalypse-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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