r26021 - in /trunk/libextutils-command-perl: Changes MANIFEST META.yml debian/changelog debian/compat debian/control debian/copyright debian/rules lib/ExtUtils/Command.pm t/cp.t t/eu_command.t

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Tue Oct 14 15:55:43 UTC 2008


Author: rmayorga-guest
Date: Tue Oct 14 15:55:34 2008
New Revision: 26021

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26021
Log:
* New upstream release
* debian compat and debhelper version raised to 7
* debian/control
  + Set standards-version to 3.8.0 (no changes needed)
  + add myslef to uploaders
* debian/rules - use rules.dh7.noxs template
* debian/copyright use (new)format

Added:
    trunk/libextutils-command-perl/t/cp.t
      - copied unchanged from r26020, branches/upstream/libextutils-command-perl/current/t/cp.t
Modified:
    trunk/libextutils-command-perl/Changes
    trunk/libextutils-command-perl/MANIFEST
    trunk/libextutils-command-perl/META.yml
    trunk/libextutils-command-perl/debian/changelog
    trunk/libextutils-command-perl/debian/compat
    trunk/libextutils-command-perl/debian/control
    trunk/libextutils-command-perl/debian/copyright
    trunk/libextutils-command-perl/debian/rules
    trunk/libextutils-command-perl/lib/ExtUtils/Command.pm
    trunk/libextutils-command-perl/t/eu_command.t

Modified: trunk/libextutils-command-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/Changes?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/Changes (original)
+++ trunk/libextutils-command-perl/Changes Tue Oct 14 15:55:34 2008
@@ -1,3 +1,8 @@
+1.15  Sun, Oct 12, 2008
+  - cp fails to update timestamp on Win32:
+     http://rt.cpan.org/Ticket/Display.html?id=34718
+    Patch supplied by MSCHWERN
+
 1.14  Wed, Mar 12, 2008
   - fix bug in Shell::Command, revealed by fix in version 0.78 of 
     Test::Simple, as described at

Modified: trunk/libextutils-command-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/MANIFEST?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/MANIFEST (original)
+++ trunk/libextutils-command-perl/MANIFEST Tue Oct 14 15:55:34 2008
@@ -5,6 +5,7 @@
 MANIFEST			This list of files
 README
 Changes
+t/cp.t
 t/eu_command.t
 t/shell_command.t
 t/shell_exit.t

Modified: trunk/libextutils-command-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/META.yml?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/META.yml (original)
+++ trunk/libextutils-command-perl/META.yml Tue Oct 14 15:55:34 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:         ExtUtils-Command
-version:      1.14
+version:      1.15
 version_from: lib/ExtUtils/Command.pm
 installdirs:  perl
 license:      perl
@@ -13,7 +13,7 @@
 provides:
   ExtUtils::Command:
     file: lib/ExtUtils/Command.pm
-    version: 1.14
+    version: 1.15
   Shell::Command:
     file: lib/Shell/Command.pm
     version: 0.04

Modified: trunk/libextutils-command-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/debian/changelog?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/debian/changelog (original)
+++ trunk/libextutils-command-perl/debian/changelog Tue Oct 14 15:55:34 2008
@@ -1,3 +1,15 @@
+libextutils-command-perl (1.15-1) unstable; urgency=low
+
+  * New upstream release
+  * debian compat and debhelper version raised to 7
+  * debian/control
+    + Set standards-version to 3.8.0 (no changes needed)
+    + add myslef to uploaders
+  * debian/rules - use rules.dh7.noxs template
+  * debian/copyright use (new)format
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Tue, 14 Oct 2008 09:31:03 -0600
+
 libextutils-command-perl (1.14-1) unstable; urgency=low
 
   * Initial Release (Closes: #476747)

Modified: trunk/libextutils-command-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/debian/compat?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/debian/compat (original)
+++ trunk/libextutils-command-perl/debian/compat Tue Oct 14 15:55:34 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libextutils-command-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/debian/control?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/debian/control (original)
+++ trunk/libextutils-command-perl/debian/control Tue Oct 14 15:55:34 2008
@@ -1,11 +1,11 @@
 Source: libextutils-command-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 7), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
-Standards-Version: 3.7.3
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>, Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/ExtUtils-Command/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-command-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/

Modified: trunk/libextutils-command-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/debian/copyright?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/debian/copyright (original)
+++ trunk/libextutils-command-perl/debian/copyright Tue Oct 14 15:55:34 2008
@@ -1,21 +1,30 @@
-This is the debian package for the ExtUtils-Command module.
+Format-Specification:
+   http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Randy Kobes <r.kobes at uwinnipeg.ca>.
+Upstream-Source: http://search.cpan.org/dist/ExtUtils-Command/
+Upstream-Name: ExtUtils-Command
 
-It was downloaded from http://search.cpan.org/dist/ExtUtils-Command/
+Files: *
+Copyright: 2002-2008 Randy Kobes <r.kobes at uwinnipeg.ca>,
+ Michael G Schwern <schwern at pobox.com>, Nick Ing-Simmons <ni-s at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Copyright 2002-2008 Randy Kobes <r.kobes at uwinnipeg.ca>, 
-Michael G Schwern <schwern at pobox.com>, Nick Ing-Simmons <ni-s at cpan.org> 
+Files: debian/*
+Copyright: 2008, various members of the Debian Perl Group, cf
+ debian/changelog
+License: Artistic | GPL-1+
 
-This program is free software; you can redistribute it and/or 
-modify it under the same terms as Perl itself.
+License: Artistic
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the Artistic License, which comes with Perl.
+   On Debian GNU/Linux systems, the complete text of the Artistic License
+   can be found in /usr/share/common-licenses/Artistic
 
-Perl is distributed under either the Artistic licence or the GPL.
-
-The full text of the GPL is available on Debian systems in
-/usr/share/common-licenses/GPL
-
-The full text of the Artistic Licence is available on Debian systems in
-/usr/share/common-licenses/Artistic.
-
-The Debian packaging is (C) 2008, Debian Perl Group
-<pkg-perl-maintainers at lists.alioth.debian.org> and
-is licensed under the same terms as the software itself (see above).
+License: GPL-1+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 1, or (at your option)
+   any later version.
+   On Debian GNU/Linux systems, the complete text of the GNU General
+   Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libextutils-command-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/debian/rules?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/debian/rules (original)
+++ trunk/libextutils-command-perl/debian/rules Tue Oct 14 15:55:34 2008
@@ -1,63 +1,23 @@
 #!/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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-
-# 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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libextutils-command-perl/lib/ExtUtils/Command.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/lib/ExtUtils/Command.pm?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/lib/ExtUtils/Command.pm (original)
+++ trunk/libextutils-command-perl/lib/ExtUtils/Command.pm Tue Oct 14 15:55:34 2008
@@ -12,9 +12,11 @@
 @ISA       = qw(Exporter);
 @EXPORT    = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
                 dos2unix);
-$VERSION = '1.14';
-
-my $Is_VMS = $^O eq 'VMS';
+$VERSION = '1.15';
+
+my $Is_VMS   = $^O eq 'VMS';
+my $Is_Win32 = $^O eq 'MSWin32';
+
 
 =head1 NAME
 
@@ -210,6 +212,10 @@
     my $nok = 0;
     foreach my $src (@src) {
         $nok ||= !copy($src,$dst);
+
+        # Win32 does not update the mod time of a copied file, just the
+        # created time which make does not look at.
+        utime(time, time, $dst) if $Is_Win32;
     }
     return $nok;
 }

Modified: trunk/libextutils-command-perl/t/eu_command.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-command-perl/t/eu_command.t?rev=26021&op=diff
==============================================================================
--- trunk/libextutils-command-perl/t/eu_command.t (original)
+++ trunk/libextutils-command-perl/t/eu_command.t Tue Oct 14 15:55:34 2008
@@ -22,10 +22,8 @@
     File::Path::rmtree( 'ecmddir' );
 }
 
-BEGIN {
-    use Test::More tests => 40;
-    use File::Spec;
-}
+use Test::More tests => 40;
+use File::Spec;
 
 BEGIN {
     # bad neighbor, but test_f() uses exit()




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