r65317 - in /trunk/libtest-identity-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Nov 27 13:23:27 UTC 2010


Author: periapt-guest
Date: Sat Nov 27 13:23:18 2010
New Revision: 65317

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

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

Added: trunk/libtest-identity-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-identity-perl/debian/changelog?rev=65317&op=file
==============================================================================
--- trunk/libtest-identity-perl/debian/changelog (added)
+++ trunk/libtest-identity-perl/debian/changelog Sat Nov 27 13:23:18 2010
@@ -1,0 +1,5 @@
+libtest-identity-perl (0.01-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #605064)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 27 Nov 2010 12:58:31 +0000

Added: trunk/libtest-identity-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-identity-perl/debian/compat?rev=65317&op=file
==============================================================================
--- trunk/libtest-identity-perl/debian/compat (added)
+++ trunk/libtest-identity-perl/debian/compat Sat Nov 27 13:23:18 2010
@@ -1,0 +1,1 @@
+8

Added: trunk/libtest-identity-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-identity-perl/debian/control?rev=65317&op=file
==============================================================================
--- trunk/libtest-identity-perl/debian/control (added)
+++ trunk/libtest-identity-perl/debian/control Sat Nov 27 13:23:18 2010
@@ -1,0 +1,22 @@
+Source: libtest-identity-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Test-Identity/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-identity-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-identity-perl/
+
+Package: libtest-identity-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: test module that asserts the referential identity of a reference
+ Test::Identity provides a single testing function, identical. It asserts that
+ a given reference is as expected; that is, it either refers to the same
+ object or is undef. It is similar to Test::More::is except that it uses
+ refaddr, ensuring that it behaves correctly even if the references under test
+ are objects that overload stringification or numification. It also provides
+ better diagnostics if the test fails:

Added: trunk/libtest-identity-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-identity-perl/debian/copyright?rev=65317&op=file
==============================================================================
--- trunk/libtest-identity-perl/debian/copyright (added)
+++ trunk/libtest-identity-perl/debian/copyright Sat Nov 27 13:23:18 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Paul Evans <leonerd at leonerd.org.uk>
+Source: http://search.cpan.org/dist/Test-Identity/
+Name: Test-Identity
+
+Files: *
+Copyright: 2010, Paul Evans <leonerd at leonerd.org.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or 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 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 systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libtest-identity-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-identity-perl/debian/rules?rev=65317&op=file
==============================================================================
--- trunk/libtest-identity-perl/debian/rules (added)
+++ trunk/libtest-identity-perl/debian/rules Sat Nov 27 13:23:18 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libtest-identity-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-identity-perl/debian/source/format?rev=65317&op=file
==============================================================================
--- trunk/libtest-identity-perl/debian/source/format (added)
+++ trunk/libtest-identity-perl/debian/source/format Sat Nov 27 13:23:18 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtest-identity-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-identity-perl/debian/watch?rev=65317&op=file
==============================================================================
--- trunk/libtest-identity-perl/debian/watch (added)
+++ trunk/libtest-identity-perl/debian/watch Sat Nov 27 13:23:18 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Identity/   .*/Test-Identity-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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