r39233 - in /trunk/libtest-mockclass-perl/debian: ./ changelog compat control copyright rules watch

myon at users.alioth.debian.org myon at users.alioth.debian.org
Fri Jul 3 13:10:15 UTC 2009


Author: myon
Date: Fri Jul  3 13:10:08 2009
New Revision: 39233

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

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

Added: trunk/libtest-mockclass-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/changelog?rev=39233&op=file
==============================================================================
--- trunk/libtest-mockclass-perl/debian/changelog (added)
+++ trunk/libtest-mockclass-perl/debian/changelog Fri Jul  3 13:10:08 2009
@@ -1,0 +1,5 @@
+libtest-mockclass-perl (1.04-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christoph Berg <myon at debian.org>  Fri, 3 Jul 2009 14:36:05 +0200

Added: trunk/libtest-mockclass-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/compat?rev=39233&op=file
==============================================================================
--- trunk/libtest-mockclass-perl/debian/compat (added)
+++ trunk/libtest-mockclass-perl/debian/compat Fri Jul  3 13:10:08 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-mockclass-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/control?rev=39233&op=file
==============================================================================
--- trunk/libtest-mockclass-perl/debian/control (added)
+++ trunk/libtest-mockclass-perl/debian/control Fri Jul  3 13:10:08 2009
@@ -1,0 +1,20 @@
+Source: libtest-mockclass-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-simpleunit-perl, perl-tk
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christoph Berg <myon at debian.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Test-MockClass/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-mockclass-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-mockclass-perl/
+
+Package: libtest-mockclass-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-tk
+Description: A module to provide mock classes and mock objects for testing
+ Test::MockClass provides a simple interface for creating mock classes and mock
+ objects with mock methods for mock purposes, I mean testing purposes. It also
+ provides a simple mechanism for tracking the interactions to the mocked
+ objects.

Added: trunk/libtest-mockclass-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/copyright?rev=39233&op=file
==============================================================================
--- trunk/libtest-mockclass-perl/debian/copyright (added)
+++ trunk/libtest-mockclass-perl/debian/copyright Fri Jul  3 13:10:08 2009
@@ -1,0 +1,36 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jeremiah Jordan <jjordan at perlreason.com>
+Upstream-Source: http://search.cpan.org/dist/Test-MockClass/
+Upstream-Name: Test-MockClass
+Comment:
+ Initial packaging of this module was kindly funded by Dembach Goo Informatik
+ on behalf of Allianz24.
+
+Files: *
+Copyright: Jeremiah Jordan <jjordan at perlreason.com>
+ Inspired by Test::MockObject by chromatic, and by Test::Unit::Mockup (ruby)
+ by Michael Granger. Both of whom were probably inspired by other people
+ (J-unit, Xunit types maybe?) which all goes back to that sUnit guy.  Thanks
+ to Stevan Little for the constructive criticism.
+ .
+ Copyright (c) 2002, 2003, 2004, 2005 perl Reason, LLC. All Rights Reserved.
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Christoph Berg <myon 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-mockclass-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/rules?rev=39233&op=file
==============================================================================
--- trunk/libtest-mockclass-perl/debian/rules (added)
+++ trunk/libtest-mockclass-perl/debian/rules Fri Jul  3 13:10:08 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libtest-mockclass-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/watch?rev=39233&op=file
==============================================================================
--- trunk/libtest-mockclass-perl/debian/watch (added)
+++ trunk/libtest-mockclass-perl/debian/watch Fri Jul  3 13:10:08 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-MockClass/   .*/Test-MockClass-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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