r15620 - in /trunk/libfile-remove-perl: 97_meta.t 98_pod.t 99_pmv.t Changes MANIFEST META.yml README debian/changelog debian/compat debian/control debian/copyright debian/rules lib/File/Remove.pm t/06_curly.t t/98_pod.t t/99_pmv.t
rmayorga-guest at users.alioth.debian.org
rmayorga-guest at users.alioth.debian.org
Tue Feb 26 04:40:22 UTC 2008
Author: rmayorga-guest
Date: Tue Feb 26 04:40:21 2008
New Revision: 15620
URL: http://svn.debian.org/wsvn/?sc=1&rev=15620
Log:
* New upstream release
* debian/control
+ Raise compat level to 6
+ Set standards-version to 3.7.3 ( no changes needed )
+ Add myself to uploaders
* debian/rules: use $@ when touching -stamp files
* debian/copyright:
+ use a capital "C" for "Copyright", this makes lintian happy
Added:
trunk/libfile-remove-perl/97_meta.t
- copied unchanged from r15619, branches/upstream/libfile-remove-perl/current/97_meta.t
trunk/libfile-remove-perl/98_pod.t
- copied unchanged from r15619, branches/upstream/libfile-remove-perl/current/98_pod.t
trunk/libfile-remove-perl/99_pmv.t
- copied unchanged from r15619, branches/upstream/libfile-remove-perl/current/99_pmv.t
trunk/libfile-remove-perl/t/06_curly.t
- copied unchanged from r15619, branches/upstream/libfile-remove-perl/current/t/06_curly.t
Removed:
trunk/libfile-remove-perl/t/98_pod.t
trunk/libfile-remove-perl/t/99_pmv.t
Modified:
trunk/libfile-remove-perl/Changes
trunk/libfile-remove-perl/MANIFEST
trunk/libfile-remove-perl/META.yml
trunk/libfile-remove-perl/README
trunk/libfile-remove-perl/debian/changelog
trunk/libfile-remove-perl/debian/compat
trunk/libfile-remove-perl/debian/control
trunk/libfile-remove-perl/debian/copyright
trunk/libfile-remove-perl/debian/rules
trunk/libfile-remove-perl/lib/File/Remove.pm
Modified: trunk/libfile-remove-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/Changes?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/Changes (original)
+++ trunk/libfile-remove-perl/Changes Tue Feb 26 04:40:21 2008
@@ -1,4 +1,17 @@
Revision history for Perl extension File::Remove.
+
+1.40 Sat 23 Feb 2008
+ - Dev release looks good, changing to production release
+
+1.39_01 Wed 20 Feb 2008 (Adam Kennedy)
+ - Fixed rt.cpan.org #30251 "removing dirs enclosed by curly braces"
+ - remove now ignores globbing if -e is true BEFORE globbing
+ (This should fix numerous possible failures where people are trying
+ delete strangely named files, but globbing is kicking in and
+ expanding the names incorrectly)
+ - Moving to a production-grade version to indicate module stability
+ - Adding explicit 5.005 dependency
+ (Primarily for the benefit of automated quality/anaylsis tools)
0.39 Mon 12 Nov 2007 (Adam Kennedy)
- No functional changes
Modified: trunk/libfile-remove-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/MANIFEST?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/MANIFEST (original)
+++ trunk/libfile-remove-perl/MANIFEST Tue Feb 26 04:40:21 2008
@@ -1,3 +1,6 @@
+97_meta.t
+98_pod.t
+99_pmv.t
Changes
lib/File/Remove.pm
LICENSE
@@ -9,6 +12,5 @@
t/03_deep_readonly.t
t/04_can_delete.t
t/05_links.t
-t/98_pod.t
-t/99_pmv.t
+t/06_curly.t
META.yml Module meta-data (added by MakeMaker)
Modified: trunk/libfile-remove-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/META.yml?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/META.yml (original)
+++ trunk/libfile-remove-perl/META.yml Tue Feb 26 04:40:21 2008
@@ -1,9 +1,11 @@
--- #YAML:1.0
name: File-Remove
-version: 0.39
+version: 1.40
abstract: Remove files and directories
license: ~
-generated_by: ExtUtils::MakeMaker version 6.32
+author:
+ - Richard Soderberg <rs at localdomain>
+generated_by: ExtUtils::MakeMaker version 6.42
distribution_type: module
requires:
File::Copy: 0
@@ -11,7 +13,5 @@
File::Path: 0
File::Spec: 0.84
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.2.html
- version: 1.2
-author:
- - Richard Soderberg <rs at localdomain>
+ url: http://module-build.sourceforge.net/META-spec-v1.3.html
+ version: 1.3
Modified: trunk/libfile-remove-perl/README
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/README?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/README (original)
+++ trunk/libfile-remove-perl/README Tue Feb 26 04:40:21 2008
@@ -73,7 +73,6 @@
Original copyright: (c) 1998 by Gabor Egressy, <gabor at vmunix.com>.
- All rights reserved. All wrongs reversed. This program is free software;
- you can redistribute and/or modify it under the same terms as Perl
- itself.
+ This program is free software; you can redistribute and/or modify it
+ under the same terms as Perl itself.
Modified: trunk/libfile-remove-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/debian/changelog?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/changelog (original)
+++ trunk/libfile-remove-perl/debian/changelog Tue Feb 26 04:40:21 2008
@@ -1,8 +1,19 @@
-libfile-remove-perl (0.39-2) UNRELEASED; urgency=low
-
+libfile-remove-perl (1.40-1) unstable; urgency=low
+
+ [ gregor herrmann ]
* debian/rules: delete /usr/lib/perl5 only if it exists.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at> Wed, 09 Jan 2008 21:17:34 +0100
+
+ [ Rene Mayorga ]
+ * New upstream release
+ * debian/control
+ + Raise compat level to 6
+ + Set standards-version to 3.7.3 ( no changes needed )
+ + Add myself to uploaders
+ * debian/rules: use $@ when touching -stamp files
+ * debian/copyright:
+ + use a capital "C" for "Copyright", this makes lintian happy
+
+ -- Rene Mayorga <rmayorga at debian.org.sv> Mon, 25 Feb 2008 22:30:08 -0600
libfile-remove-perl (0.39-1) unstable; urgency=low
Modified: trunk/libfile-remove-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/debian/compat?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/compat (original)
+++ trunk/libfile-remove-perl/debian/compat Tue Feb 26 04:40:21 2008
@@ -1,1 +1,1 @@
-5
+6
Modified: trunk/libfile-remove-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/debian/control?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/control (original)
+++ trunk/libfile-remove-perl/debian/control Tue Feb 26 04:40:21 2008
@@ -1,14 +1,14 @@
Source: libfile-remove-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 6)
Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf at debian.org>,
Gustavo Franco <stratus at debian.org>,
Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.7.2.1
+ Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/File-Remove/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-remove-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-remove-perl/
Modified: trunk/libfile-remove-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/debian/copyright?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/copyright (original)
+++ trunk/libfile-remove-perl/debian/copyright Tue Feb 26 04:40:21 2008
@@ -10,7 +10,8 @@
Taken over by Richard Soderberg <perl at crystalflame.net>, so as
to port it to File::Spec and add tests.
- Original copyright: (c) 1998 by Gabor Egressy, <gabor at vmunix.com>.
+ Original:
+ Copyright: (C) 1998 by Gabor Egressy, <gabor at vmunix.com>.
LICENSE:
All rights reserved. All wrongs reversed. This program is free software;
Modified: trunk/libfile-remove-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/debian/rules?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/rules (original)
+++ trunk/libfile-remove-perl/debian/rules Tue Feb 26 04:40:21 2008
@@ -25,14 +25,12 @@
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
AUTOMATED_TESTING=1 $(MAKE) test
- touch build-stamp
+ touch $@
clean:
dh_testdir
dh_testroot
-
dh_clean build-stamp install-stamp
-
# Add commands to clean up after the build process here
[ ! -f Makefile ] || $(MAKE) distclean
@@ -42,13 +40,11 @@
dh_testroot
dh_clean -k
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
# As this is a architecture independent package, we are not
# supposed to install stuff to /usr/lib. MakeMaker creates
# the dirs, we delete them from the deb:
[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
- touch install-stamp
+ touch $@
binary-arch:
# We have nothing to do by default.
Modified: trunk/libfile-remove-perl/lib/File/Remove.pm
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/lib/File/Remove.pm?rev=15620&op=diff
==============================================================================
--- trunk/libfile-remove-perl/lib/File/Remove.pm (original)
+++ trunk/libfile-remove-perl/lib/File/Remove.pm Tue Feb 26 04:40:21 2008
@@ -1,9 +1,10 @@
package File::Remove;
+use 5.005;
use strict;
use vars qw(@EXPORT_OK @ISA $VERSION $debug $unlink $rmdir);
BEGIN {
- $VERSION = '0.39';
+ $VERSION = '1.40';
@ISA = qw(Exporter);
@EXPORT_OK = qw(remove rm trash); # nothing by default :)
@@ -20,7 +21,7 @@
use File::Glob ();
sub expand (@) {
- map { File::Glob::bsd_glob($_) } @_;
+ map { -e $_ ? $_ : File::Glob::bsd_glob($_) } @_;
}
# $debug variable must be set before loading File::Remove.
@@ -276,7 +277,7 @@
Original copyright: (c) 1998 by Gabor Egressy, E<lt>gabor at vmunix.comE<gt>.
-All rights reserved. All wrongs reversed. This program is free software;
-you can redistribute and/or modify it under the same terms as Perl itself.
+This program is free software; you can redistribute and/or modify it under
+the same terms as Perl itself.
=cut
More information about the Pkg-perl-cvs-commits
mailing list