r9403 - in /trunk/libtest-deep-perl: MANIFEST debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch t/regexp.t.orig

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Fri Nov 16 13:56:30 UTC 2007


Author: emhn-guest
Date: Fri Nov 16 13:56:30 2007
New Revision: 9403

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

Added:
    trunk/libtest-deep-perl/debian/
    trunk/libtest-deep-perl/debian/changelog
    trunk/libtest-deep-perl/debian/compat
    trunk/libtest-deep-perl/debian/control
    trunk/libtest-deep-perl/debian/copyright
    trunk/libtest-deep-perl/debian/rules   (with props)
    trunk/libtest-deep-perl/debian/watch
Removed:
    trunk/libtest-deep-perl/t/regexp.t.orig
Modified:
    trunk/libtest-deep-perl/MANIFEST

Modified: trunk/libtest-deep-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libtest-deep-perl/MANIFEST?rev=9403&op=diff
==============================================================================
--- trunk/libtest-deep-perl/MANIFEST (original)
+++ trunk/libtest-deep-perl/MANIFEST Fri Nov 16 13:56:30 2007
@@ -74,7 +74,6 @@
 t/over.pm
 t/reftype.t
 t/regexp.t
-t/regexp.t.orig
 t/regexpref.t
 t/scalar.t
 t/scalarref.t

Added: trunk/libtest-deep-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-deep-perl/debian/changelog?rev=9403&op=file
==============================================================================
--- trunk/libtest-deep-perl/debian/changelog (added)
+++ trunk/libtest-deep-perl/debian/changelog Fri Nov 16 13:56:30 2007
@@ -1,0 +1,24 @@
+libtest-deep-perl (0.099-1) stable; urgency=low
+
+  * Moved package into Debian Pkg Perl Project SVN.
+  * Update Standards Version.
+  * New upstream version (Closes: #391264).
+  * Fixed watch file.
+  * Cleanup debian/rules.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 16 Nov 2007 09:39:25 -0400
+
+libtest-deep-perl (0.093-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated Maintainer field with my new mail address.
+  * Cleaned up debian/rules.
+
+ -- Florian Ragwitz <rafl at debian.org>  Fri, 27 Jan 2006 07:11:36 +0100
+
+libtest-deep-perl (0.087-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Florian Ragwitz <florian at mookooh.org>  Tue, 12 Jul 2005 00:11:18 +0200
+

Added: trunk/libtest-deep-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtest-deep-perl/debian/compat?rev=9403&op=file
==============================================================================
--- trunk/libtest-deep-perl/debian/compat (added)
+++ trunk/libtest-deep-perl/debian/compat Fri Nov 16 13:56:30 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libtest-deep-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-deep-perl/debian/control?rev=9403&op=file
==============================================================================
--- trunk/libtest-deep-perl/debian/control (added)
+++ trunk/libtest-deep-perl/debian/control Fri Nov 16 13:56:30 2007
@@ -1,0 +1,30 @@
+Source: libtest-deep-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Pkg Perl <pkg-perl at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Homepage: http://search.cpan.org/~fdaly/Test-Deep/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-deep-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-deep-perl/
+Build-Depends: debhelper (>= 4.0.0)
+Build-Depends-Indep: perl (>= 5.8.0), libtest-tester-perl,
+ libtest-nowarnings-perl
+Standards-Version: 3.7.2
+
+Package: libtest-deep-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module for extremely flexible deep comparisons
+ Test::Deep gives you very flexible ways to check that the result you got is
+ the result you were expecting. At it's simplest it compares two structures by
+ going through each level, ensuring that the values match, that arrays and
+ hashes have the same elements and that references are blessed into the correct
+ class. It also handles circular data structures without getting caught in an
+ infinite loop.
+ .
+ Where it becomes more interesting is in allowing you to do something besides
+ simple exact comparisons. With strings, the eq operator checks that 2 strings
+ are exactly equal but sometimes that's not what you want. When you don't know
+ exactly what the string should be but you do know some things about how it
+ should look, eq is no good and you must use pattern matching instead.
+ Test::Deep provides pattern matching for complex data structures

Added: trunk/libtest-deep-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtest-deep-perl/debian/copyright?rev=9403&op=file
==============================================================================
--- trunk/libtest-deep-perl/debian/copyright (added)
+++ trunk/libtest-deep-perl/debian/copyright Fri Nov 16 13:56:30 2007
@@ -1,0 +1,16 @@
+This package was debianized by Florian Ragwitz <florian at mookooh.org> on
+Tue, 12 Jul 2005 00:11:18 +0200.
+
+It was downloaded from http://search.cpan.org/~fdaly/Test-Deep/
+
+Copyright Holder: Copyright 2003, 2004 by Fergal Daly <fergal at esatclear.ie>
+
+License:
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libtest-deep-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-deep-perl/debian/rules?rev=9403&op=file
==============================================================================
--- trunk/libtest-deep-perl/debian/rules (added)
+++ trunk/libtest-deep-perl/debian/rules Fri Nov 16 13:56:30 2007
@@ -1,0 +1,65 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README TODO
+	dh_installchangelogs CHANGES
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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

Added: trunk/libtest-deep-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtest-deep-perl/debian/watch?rev=9403&op=file
==============================================================================
--- trunk/libtest-deep-perl/debian/watch (added)
+++ trunk/libtest-deep-perl/debian/watch Fri Nov 16 13:56:30 2007
@@ -1,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/Test/Test-Deep-([\d\.]+)\.(?:tar\.gz|tar|tgz)




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