r37800 - in /trunk/libtest-tempdir-perl/debian: changelog control
franck-guest at users.alioth.debian.org
franck-guest at users.alioth.debian.org
Sun Jun 7 17:03:15 UTC 2009
Author: franck-guest
Date: Sun Jun 7 17:03:01 2009
New Revision: 37800
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37800
Log:
clean description, add module to B-D-I, clean changelog
Modified:
trunk/libtest-tempdir-perl/debian/changelog
trunk/libtest-tempdir-perl/debian/control
Modified: trunk/libtest-tempdir-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tempdir-perl/debian/changelog?rev=37800&op=diff
==============================================================================
--- trunk/libtest-tempdir-perl/debian/changelog (original)
+++ trunk/libtest-tempdir-perl/debian/changelog Sun Jun 7 17:03:01 2009
@@ -1,19 +1,6 @@
libtest-tempdir-perl (0.04-1) UNRELEASED; urgency=low
-
- TODO:
- - debian/changelog:
- should contain only the line with "Initial Release"
- - in t/basic.t 2 tests are skipped; after adding libdirectory-scratch-perl
- to B-D-I they are run but with a Warning:
- "Warning: not cleaning up files in t/tmp/mgQxU7B21R/tl2FaO0bjM at t/basic.t line 35"
- (whatever that means :))
- - debian/control:
- (cosmetic) maybe remove the blank lines in the item list at the bottom?
[ franck cuny ]
* Initial Release (Closes: #531404).
- [ Nathan Handler ]
- * debian/watch: Update to ignore development releases.
-
-- franck cuny <franck at lumberjaph.net> Sun, 07 Jun 2009 16:14:35 +0200
Modified: trunk/libtest-tempdir-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tempdir-perl/debian/control?rev=37800&op=diff
==============================================================================
--- trunk/libtest-tempdir-perl/debian/control (original)
+++ trunk/libtest-tempdir-perl/debian/control Sun Jun 7 17:03:01 2009
@@ -5,7 +5,7 @@
Build-Depends-Indep: libfile-nfslock-perl, libmoose-perl (>= 0.50),
libnamespace-clean-perl (>= 0.08), libpath-class-perl,
libmoosex-types-path-class-perl (>= 0.05), libsub-exporter-perl,
- libtest-use-ok-perl, perl (>= 5.6.0-12)
+ libtest-use-ok-perl, perl (>= 5.6.0-12), libdirectory-scratch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: franck cuny <franck at lumberjaph.net>
Standards-Version: 3.8.1
@@ -23,9 +23,6 @@
Test::TempDir provides temporary directory creation with testing in mind.
.
The differences between this module and File::Temp are:
- .
* prevent race conditions when running parallel tests harness
- .
* empty directory before running tests
- .
* files are not cleaned at the end of the tests if they fail
More information about the Pkg-perl-cvs-commits
mailing list