r34380 - in /trunk/libtest-useallmodules-perl/debian: ./ changelog compat control copyright libtest-useallmodules-perl.docs rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Apr 30 05:37:48 UTC 2009


Author: ryan52-guest
Date: Thu Apr 30 05:37:43 2009
New Revision: 34380

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

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

Added: trunk/libtest-useallmodules-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-useallmodules-perl/debian/changelog?rev=34380&op=file
==============================================================================
--- trunk/libtest-useallmodules-perl/debian/changelog (added)
+++ trunk/libtest-useallmodules-perl/debian/changelog Thu Apr 30 05:37:43 2009
@@ -1,0 +1,5 @@
+libtest-useallmodules-perl (0.10-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 29 Apr 2009 22:18:12 -0700

Added: trunk/libtest-useallmodules-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-useallmodules-perl/debian/compat?rev=34380&op=file
==============================================================================
--- trunk/libtest-useallmodules-perl/debian/compat (added)
+++ trunk/libtest-useallmodules-perl/debian/compat Thu Apr 30 05:37:43 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-useallmodules-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-useallmodules-perl/debian/control?rev=34380&op=file
==============================================================================
--- trunk/libtest-useallmodules-perl/debian/control (added)
+++ trunk/libtest-useallmodules-perl/debian/control Thu Apr 30 05:37:43 2009
@@ -1,0 +1,22 @@
+Source: libtest-useallmodules-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Test-UseAllModules/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-useallmodules-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-useallmodules-perl/
+
+Package: libtest-useallmodules-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Test module to do use_ok() for all the MANIFESTed modules
+ I'm sick of writing 00_load.t (or something like that) that'll do
+ use_ok() for every module I write. I'm sicker of updating 00_load.t
+ when I add another file to the distro. This module reads MANIFEST to
+ find modules to be tested and does use_ok() for each of them. Now all
+ you have to do is update MANIFEST. You don't have to modify the test
+ any more (hopefully).

Added: trunk/libtest-useallmodules-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-useallmodules-perl/debian/copyright?rev=34380&op=file
==============================================================================
--- trunk/libtest-useallmodules-perl/debian/copyright (added)
+++ trunk/libtest-useallmodules-perl/debian/copyright Thu Apr 30 05:37:43 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Kenichi Ishigaki <ishigaki at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Test-UseAllModules/
+Upstream-Name: Test-UseAllModules
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Kenichi Ishigaki <ishigaki at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+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-useallmodules-perl/debian/libtest-useallmodules-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-useallmodules-perl/debian/libtest-useallmodules-perl.docs?rev=34380&op=file
==============================================================================
--- trunk/libtest-useallmodules-perl/debian/libtest-useallmodules-perl.docs (added)
+++ trunk/libtest-useallmodules-perl/debian/libtest-useallmodules-perl.docs Thu Apr 30 05:37:43 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libtest-useallmodules-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-useallmodules-perl/debian/rules?rev=34380&op=file
==============================================================================
--- trunk/libtest-useallmodules-perl/debian/rules (added)
+++ trunk/libtest-useallmodules-perl/debian/rules Thu Apr 30 05:37:43 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-useallmodules-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-useallmodules-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-useallmodules-perl/debian/watch?rev=34380&op=file
==============================================================================
--- trunk/libtest-useallmodules-perl/debian/watch (added)
+++ trunk/libtest-useallmodules-perl/debian/watch Thu Apr 30 05:37:43 2009
@@ -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-UseAllModules/   .*/Test-UseAllModules-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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