r24131 - in /trunk/libtest-block-perl/debian: ./ changelog compat control copyright rules watch

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Mon Aug 11 15:42:34 UTC 2008


Author: jeremiah-guest
Date: Mon Aug 11 15:42:32 2008
New Revision: 24131

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

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

Added: trunk/libtest-block-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/changelog?rev=24131&op=file
==============================================================================
--- trunk/libtest-block-perl/debian/changelog (added)
+++ trunk/libtest-block-perl/debian/changelog Mon Aug 11 15:42:32 2008
@@ -1,0 +1,5 @@
+libtest-block-perl (0.11-1) unstable; urgency=low
+
+  * Initial Release, closes (#494664)
+
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Mon, 11 Aug 2008 17:33:13 +0200

Added: trunk/libtest-block-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/compat?rev=24131&op=file
==============================================================================
--- trunk/libtest-block-perl/debian/compat (added)
+++ trunk/libtest-block-perl/debian/compat Mon Aug 11 15:42:32 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-block-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/control?rev=24131&op=file
==============================================================================
--- trunk/libtest-block-perl/debian/control (added)
+++ trunk/libtest-block-perl/debian/control Mon Aug 11 15:42:32 2008
@@ -1,0 +1,20 @@
+Source: libtest-block-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl, perl (>= 5.6.1)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Test-Block/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-block-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/
+
+Package: libtest-block-perl
+Architecture: any
+Depends: perl (>= 5.6.1), ${shlibs:Depends}, ${misc:Depends}, libtest-exception-perl (>= 0.15)
+Description: Specify tests with a finer granularity
+ This module allows you to specify the number of expected tests at a finer level of granularity than an entire test script. It is built with Test::Builder and plays happily with Test::More and friends.
+ .
+ If you are not already familiar with Test::More now would be the time to go take a look.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libtest-block-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/copyright?rev=24131&op=file
==============================================================================
--- trunk/libtest-block-perl/debian/copyright (added)
+++ trunk/libtest-block-perl/debian/copyright Mon Aug 11 15:42:32 2008
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adrian Howard <adrianh at quietstars.com>
+Upstream-Source: http://search.cpan.org/dist/Test-Block
+Upstream-Name: Test-Block
+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: Adrian Howard <adrianh at quietstars.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2008, Jeremiah Foster <jeremiah at jeremiahfoster.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-block-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/rules?rev=24131&op=file
==============================================================================
--- trunk/libtest-block-perl/debian/rules (added)
+++ trunk/libtest-block-perl/debian/rules Mon Aug 11 15:42:32 2008
@@ -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: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libtest-block-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/watch?rev=24131&op=file
==============================================================================
--- trunk/libtest-block-perl/debian/watch (added)
+++ trunk/libtest-block-perl/debian/watch Mon Aug 11 15:42:32 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-Block/   .*/Test-Block-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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