r26476 - in /trunk/libmodule-scandeps-perl: Changes MANIFEST META.yml debian/changelog debian/patches/fix_references_to_renamed_executable debian/rules lib/Module/ScanDeps.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Nov 2 00:57:15 UTC 2008


Author: ansgar-guest
Date: Sun Nov  2 00:57:12 2008
New Revision: 26476

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26476
Log:
* New upstream release.
  + No longer ships ".ScanDeps.pm.swp", so do not remove it any more.

Modified:
    trunk/libmodule-scandeps-perl/Changes
    trunk/libmodule-scandeps-perl/MANIFEST
    trunk/libmodule-scandeps-perl/META.yml
    trunk/libmodule-scandeps-perl/debian/changelog
    trunk/libmodule-scandeps-perl/debian/patches/fix_references_to_renamed_executable
    trunk/libmodule-scandeps-perl/debian/rules
    trunk/libmodule-scandeps-perl/lib/Module/ScanDeps.pm

Modified: trunk/libmodule-scandeps-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-scandeps-perl/Changes?rev=26476&op=diff
==============================================================================
--- trunk/libmodule-scandeps-perl/Changes (original)
+++ trunk/libmodule-scandeps-perl/Changes Sun Nov  2 00:57:12 2008
@@ -1,3 +1,6 @@
+[Changes for 0.87 - 2008-10-28]
+* Add special case for PPI.
+
 [Changes for 0.86 - 2008-10-23]
 * Fix the 'use prefork "Foo"' static detection.
 * Fix the detection of any of the module-loader modules such as

Modified: trunk/libmodule-scandeps-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-scandeps-perl/MANIFEST?rev=26476&op=diff
==============================================================================
--- trunk/libmodule-scandeps-perl/MANIFEST (original)
+++ trunk/libmodule-scandeps-perl/MANIFEST Sun Nov  2 00:57:12 2008
@@ -8,7 +8,6 @@
 inc/Module/Install/Metadata.pm
 inc/Module/Install/Win32.pm
 inc/Module/Install/WriteAll.pm
-lib/Module/.ScanDeps.pm.swp
 lib/Module/ScanDeps.pm
 lib/Module/ScanDeps/DataFeed.pm
 Makefile.PL

Modified: trunk/libmodule-scandeps-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-scandeps-perl/META.yml?rev=26476&op=diff
==============================================================================
--- trunk/libmodule-scandeps-perl/META.yml (original)
+++ trunk/libmodule-scandeps-perl/META.yml Sun Nov  2 00:57:12 2008
@@ -23,4 +23,4 @@
   version: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.86
+version: 0.87

Modified: trunk/libmodule-scandeps-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-scandeps-perl/debian/changelog?rev=26476&op=diff
==============================================================================
--- trunk/libmodule-scandeps-perl/debian/changelog (original)
+++ trunk/libmodule-scandeps-perl/debian/changelog Sun Nov  2 00:57:12 2008
@@ -1,3 +1,10 @@
+libmodule-scandeps-perl (0.87-1) unstable; urgency=low
+
+  * New upstream release.
+    + No longer ships ".ScanDeps.pm.swp", so do not remove it any more.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 02 Nov 2008 01:57:03 +0100
+
 libmodule-scandeps-perl (0.86-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libmodule-scandeps-perl/debian/patches/fix_references_to_renamed_executable
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-scandeps-perl/debian/patches/fix_references_to_renamed_executable?rev=26476&op=diff
==============================================================================
--- trunk/libmodule-scandeps-perl/debian/patches/fix_references_to_renamed_executable (original)
+++ trunk/libmodule-scandeps-perl/debian/patches/fix_references_to_renamed_executable Sun Nov  2 00:57:12 2008
@@ -18,7 +18,7 @@
  
  Used in a program;
  
-@@ -1281,7 +1281,7 @@
+@@ -1282,7 +1282,7 @@
  
  =head1 SEE ALSO
  

Modified: trunk/libmodule-scandeps-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-scandeps-perl/debian/rules?rev=26476&op=diff
==============================================================================
--- trunk/libmodule-scandeps-perl/debian/rules (original)
+++ trunk/libmodule-scandeps-perl/debian/rules Sun Nov  2 00:57:12 2008
@@ -22,9 +22,6 @@
 	[ ! -f $(TMP)/usr/share/man/man1/scandeps.pl.1p ] || \
 		mv $(TMP)/usr/share/man/man1/scandeps.pl.1p $(TMP)/usr/share/man/man1/scandeps.1p
 
-	# 0.86 ships with temporary files
-	rm -f $(TMP)/usr/share/perl5/Module/.ScanDeps.pm.swp
-
 	dh install --remaining
 
 	touch $@

Modified: trunk/libmodule-scandeps-perl/lib/Module/ScanDeps.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-scandeps-perl/lib/Module/ScanDeps.pm?rev=26476&op=diff
==============================================================================
--- trunk/libmodule-scandeps-perl/lib/Module/ScanDeps.pm (original)
+++ trunk/libmodule-scandeps-perl/lib/Module/ScanDeps.pm Sun Nov  2 00:57:12 2008
@@ -4,7 +4,7 @@
 use strict;
 use vars qw( $VERSION @EXPORT @EXPORT_OK $CurrentPackage @IncludeLibs $ScanFileRE );
 
-$VERSION   = '0.86';
+$VERSION   = '0.87';
 @EXPORT    = qw( scan_deps scan_deps_runtime );
 @EXPORT_OK = qw( scan_line scan_chunk add_deps scan_deps_runtime path_to_inc_name );
 
@@ -346,6 +346,7 @@
         _glob_in_inc('POE/XS/Loop', 1),
         _glob_in_inc('POE/Loop', 1),
     },
+    'PPI.pm'                        => 'sub',
     'Parse/AFP.pm'                  => 'sub',
     'Parse/Binary.pm'               => 'sub',
     'PerlIO.pm'                     => [ 'PerlIO/scalar.pm' ],




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