r15393 - in /trunk/libnamespace-clean-perl: Changes META.yml README debian/changelog debian/compat debian/control debian/rules lib/namespace/clean.pm

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Fri Feb 22 06:30:07 UTC 2008


Author: rmayorga-guest
Date: Fri Feb 22 06:30:06 2008
New Revision: 15393

URL: http://svn.debian.org/wsvn/?sc=1&rev=15393
Log:
* New upstream release
* debian/control
  + Compat level raised to 6
  + Bump standards-version to 3.7.3
  + Add myself to uploaders
* debian/rules
  + use $@ when touching -stamp files
  + let install depends on install-stamp and install-stamp depends on
    build-stamp

Modified:
    trunk/libnamespace-clean-perl/Changes
    trunk/libnamespace-clean-perl/META.yml
    trunk/libnamespace-clean-perl/README
    trunk/libnamespace-clean-perl/debian/changelog
    trunk/libnamespace-clean-perl/debian/compat
    trunk/libnamespace-clean-perl/debian/control
    trunk/libnamespace-clean-perl/debian/rules
    trunk/libnamespace-clean-perl/lib/namespace/clean.pm

Modified: trunk/libnamespace-clean-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libnamespace-clean-perl/Changes?rev=15393&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/Changes (original)
+++ trunk/libnamespace-clean-perl/Changes Fri Feb 22 06:30:06 2008
@@ -1,5 +1,9 @@
 
-    [0.05] 
+    [0.06] Wed Feb 20 15:09:00 CET 2008
+        - Fixed 'uninitialized value in ref-to-glob cast' error
+          if unimport was used before.
+
+    [0.05] Sun Aug 12 18:24:49 CEST 2007
         - Minor POD improvements
         - -except now accepts a single value too
 

Modified: trunk/libnamespace-clean-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libnamespace-clean-perl/META.yml?rev=15393&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/META.yml (original)
+++ trunk/libnamespace-clean-perl/META.yml Fri Feb 22 06:30:06 2008
@@ -18,9 +18,9 @@
 provides: 
   namespace::clean: 
     file: lib/namespace/clean.pm
-    version: 0.05
+    version: 0.06
 requires: 
   Filter::EOF: 0.02
   Symbol: 0
 tests: t/*.t t_author/*.t
-version: 0.05
+version: 0.06

Modified: trunk/libnamespace-clean-perl/README
URL: http://svn.debian.org/wsvn/trunk/libnamespace-clean-perl/README?rev=15393&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/README (original)
+++ trunk/libnamespace-clean-perl/README Fri Feb 22 06:30:06 2008
@@ -2,7 +2,7 @@
     namespace::clean - Keep imports and functions out of your namespace
 
 VERSION
-    0.05
+    0.06
 
 SYNOPSIS
       package Foo;

Modified: trunk/libnamespace-clean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnamespace-clean-perl/debian/changelog?rev=15393&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/changelog (original)
+++ trunk/libnamespace-clean-perl/debian/changelog Fri Feb 22 06:30:06 2008
@@ -1,11 +1,23 @@
-libnamespace-clean-perl (0.05-3) UNRELEASED; urgency=low
+libnamespace-clean-perl (0.06-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:53 +0200
+  [ Rene Mayorga ]
+  * New upstream release
+  * debian/control
+    + Compat level raised to 6
+    + Bump standards-version to 3.7.3
+    + Add myself to uploaders
+  * debian/rules
+    + use $@ when touching -stamp files
+    + let install depends on install-stamp and install-stamp depends on
+      build-stamp
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Fri, 22 Feb 2008 00:29:44 -0600
 
 libnamespace-clean-perl (0.05-2) unstable; urgency=low
 

Modified: trunk/libnamespace-clean-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libnamespace-clean-perl/debian/compat?rev=15393&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/compat (original)
+++ trunk/libnamespace-clean-perl/debian/compat Fri Feb 22 06:30:06 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libnamespace-clean-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnamespace-clean-perl/debian/control?rev=15393&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/control (original)
+++ trunk/libnamespace-clean-perl/debian/control Fri Feb 22 06:30:06 2008
@@ -1,11 +1,12 @@
 Source: libnamespace-clean-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 6)
 Build-Depends-Indep: perl (>= 5.8.8-7), libfilter-eof-perl (>= 0.02)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.7.2
+Uploaders: Damyan Ivanov <dmn at debian.org>, 
+ Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/namespace-clean/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnamespace-clean-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/

Modified: trunk/libnamespace-clean-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnamespace-clean-perl/debian/rules?rev=15393&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/rules (original)
+++ trunk/libnamespace-clean-perl/debian/rules Fri Feb 22 06:30:06 2008
@@ -22,35 +22,28 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
 	PERL_AUTOINSTALL="--skip" $(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
-
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-
 	dh_clean build-stamp install-stamp
-
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	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/libnamespace-clean-perl/lib/namespace/clean.pm
URL: http://svn.debian.org/wsvn/trunk/libnamespace-clean-perl/lib/namespace/clean.pm?rev=15393&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/lib/namespace/clean.pm (original)
+++ trunk/libnamespace-clean-perl/lib/namespace/clean.pm Fri Feb 22 06:30:06 2008
@@ -15,11 +15,11 @@
 
 =head1 VERSION
 
-0.05
-
-=cut
-
-$VERSION     = 0.05;
+0.06
+
+=cut
+
+$VERSION     = 0.06;
 $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';
 
 =head1 SYNOPSIS
@@ -128,8 +128,10 @@
                 no strict 'refs';
 
                 # keep original value to restore non-code slots
-                local *__tmp = *{ ${ "${cleanee}::" }{ $f } };
-                delete ${ "${cleanee}::" }{ $f };
+                {   no warnings 'uninitialized';    # fix possible unimports
+                    local *__tmp = *{ ${ "${cleanee}::" }{ $f } };
+                    delete ${ "${cleanee}::" }{ $f };
+                }
 
               SLOT:
                 # restore non-code slots to symbol




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