r10660 - in /trunk/libtest-pod-perl: Changes MANIFEST META.yml Pod.pm debian/changelog debian/compat debian/control debian/copyright debian/rules t/00-load.t t/all_pod_files.t

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Sun Dec 2 01:26:00 UTC 2007


Author: rmayorga-guest
Date: Sun Dec  2 01:26:00 2007
New Revision: 10660

URL: http://svn.debian.org/wsvn/?sc=1&rev=10660
Log:


* New upstream release
* debian/copyright
  + refresh copyright info
  + Add copyright info for the Debian Packaging
* debian/control
  + Bump standart-version to 3.7.2
    + raise debhelper version
    + change compat to 5
  + Move debhelper to  Build-Depends
  + Wrap Build-Depends-indep
  + add ${misc:Depends} to be binNMU safe

Added:
    trunk/libtest-pod-perl/t/00-load.t
      - copied unchanged from r10659, branches/upstream/libtest-pod-perl/current/t/00-load.t
Modified:
    trunk/libtest-pod-perl/Changes
    trunk/libtest-pod-perl/MANIFEST
    trunk/libtest-pod-perl/META.yml
    trunk/libtest-pod-perl/Pod.pm
    trunk/libtest-pod-perl/debian/changelog
    trunk/libtest-pod-perl/debian/compat
    trunk/libtest-pod-perl/debian/control
    trunk/libtest-pod-perl/debian/copyright
    trunk/libtest-pod-perl/debian/rules
    trunk/libtest-pod-perl/t/all_pod_files.t

Modified: trunk/libtest-pod-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/Changes?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/Changes (original)
+++ trunk/libtest-pod-perl/Changes Sun Dec  2 01:26:00 2007
@@ -1,4 +1,12 @@
 Change log for Test::Pod
+
+1.26 - Wed Jul 19 09:54:48 CDT 2006
+
+    No new functionality in this version.
+
+    [FIXES]
+    * Fixed a Win32 build bug.
+    * Fixed a bug in the SYNOPSIS.
 
 1.24 - Wed Feb  1 15:18:06 PST 2006
     [THINGS THAT MAY BREAK YOUR CODE]

Modified: trunk/libtest-pod-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/MANIFEST?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/MANIFEST (original)
+++ trunk/libtest-pod-perl/MANIFEST Sun Dec  2 01:26:00 2007
@@ -3,6 +3,7 @@
 Makefile.PL
 Pod.pm
 
+t/00-load.t
 t/all_pod_files.t
 t/cut-outside-block.pod
 t/cut-outside-block.t

Modified: trunk/libtest-pod-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/META.yml?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/META.yml (original)
+++ trunk/libtest-pod-perl/META.yml Sun Dec  2 01:26:00 2007
@@ -1,16 +1,14 @@
---- #YAML:1.0
-name:                Test-Pod
-version:             1.24
-abstract:            ~
-license:             unknown
-generated_by:        ExtUtils::MakeMaker version 6.30_01
-author:              ~
-distribution_type:   module
-requires:     
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
+name:         Test-Pod
+version:      1.26
+version_from: Pod.pm
+installdirs:  site
+requires:
     File::Spec:                    0
     Pod::Simple:                   2.04
     Test::Builder::Tester:         1.02
     Test::More:                    0.62
-meta-spec:
-    url: <http://module-build.sourceforge.net/META-spec-new.html>;
-    version: 1.1
+
+distribution_type: module
+generated_by: ExtUtils::MakeMaker version 6.30

Modified: trunk/libtest-pod-perl/Pod.pm
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/Pod.pm?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/Pod.pm (original)
+++ trunk/libtest-pod-perl/Pod.pm Sun Dec  2 01:26:00 2007
@@ -8,20 +8,19 @@
 
 =head1 VERSION
 
-Version 1.24
+Version 1.26
 
 =cut
 
 use vars qw( $VERSION );
-$VERSION = '1.24';
+$VERSION = '1.26';
 
 =head1 SYNOPSIS
 
 C<Test::Pod> lets you check the validity of a POD file, and report
 its results in standard C<Test::Simple> fashion.
 
-    use Test::Pod;
-    plan tests => $num_tests;
+    use Test::Pod tests => $num_tests;
     pod_file_ok( $file, "Valid POD file" );
 
 Module authors can include the following in a F<t/pod.t> file and

Modified: trunk/libtest-pod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/debian/changelog?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/changelog (original)
+++ trunk/libtest-pod-perl/debian/changelog Sun Dec  2 01:26:00 2007
@@ -1,11 +1,28 @@
-libtest-pod-perl (1.24-2) UNRELEASED; urgency=low
-
+libtest-pod-perl (1.26-1) unstable; urgency=low
+  
+  [ Gregor Herrmann ]
+  
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:21 +0100
+
+  [ Rene Mayorga ]
+
+  * New upstream release
+  * debian/copyright
+    + refresh copyright info
+    + Add copyright info for the Debian Packaging
+  * debian/control
+    + Bump standart-version to 3.7.2
+      + raise debhelper version
+      + change compat to 5
+    + Move debhelper to  Build-Depends
+    + Wrap Build-Depends-indep
+    + add ${misc:Depends} to be binNMU safe
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Sat, 01 Dec 2007 18:57:18 -0600
 
 libtest-pod-perl (1.24-1) unstable; urgency=low
 

Modified: trunk/libtest-pod-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/debian/compat?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/compat (original)
+++ trunk/libtest-pod-perl/debian/compat Sun Dec  2 01:26:00 2007
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libtest-pod-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/debian/control?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/control (original)
+++ trunk/libtest-pod-perl/debian/control Sun Dec  2 01:26:00 2007
@@ -3,15 +3,18 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), libio-stringy-perl, libtest-simple-perl, libpod-simple-perl
-Standards-Version: 3.6.2.2
+Build-Depends: debhelper ( >=5 )
+Build-Depends-Indep: libio-stringy-perl, libtest-simple-perl, 
+ libpod-simple-perl
+Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Test-Pod/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-pod-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/
 
 Package: libtest-pod-perl
 Architecture: all
-Depends: ${perl:Depends}, libio-stringy-perl, libpod-simple-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl, 
+ libpod-simple-perl
 Description: Test::Pod - check for POD errors in files 
  Check POD files for errors or warnings in a test file, using Pod::Simple for
  most of the parsing.  This module from CPAN integrates well with other

Modified: trunk/libtest-pod-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/debian/copyright?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/copyright (original)
+++ trunk/libtest-pod-perl/debian/copyright Sun Dec  2 01:26:00 2007
@@ -10,6 +10,7 @@
 Copyright:
 
 Copyright 2002, Andy Lester and brian d foy, All Rights Reserved.
+Copyright 2004, Andy Lester and brian d foy, All Rights Reserved.
 
         This program is free software; you can redistribute it and/or modify
         it under the terms of either:
@@ -27,3 +28,5 @@
 
         For more information regarding these licensing options
 
+The Debian packaging is (C) 2003, Jay Bonci <jay at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: trunk/libtest-pod-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/debian/rules?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/rules (original)
+++ trunk/libtest-pod-perl/debian/rules Sun Dec  2 01:26:00 2007
@@ -9,38 +9,38 @@
 # export DH_COMPAT=4
 
 PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+PERL=/usr/bin/perl
 
 
-build:
+build: build-stamp
+build-stamp:
 	dh_testdir
-	# Add here commands to compile the package.
-	perl Makefile.PL verbose INSTALLDIRS=vendor
+	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr
+	$(MAKE) test
+	touch $@
 clean:
 	dh_testdir
 	dh_testroot
-
-	-$(MAKE) clean
-	rm -f Makefile.old
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean build-stamp install-stamp
 	dh_clean
 
-install:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
-	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+	$(MAKE) install_vendor PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr
+	rmdir --ignore-fail-on-non-empty --parents $(CURDIR)/debian/$(PACKAGE)/usr/lib/perl5
+	touch $@
 
 binary-arch:;
 binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installman
 	dh_installchangelogs Changes
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: trunk/libtest-pod-perl/t/all_pod_files.t
URL: http://svn.debian.org/wsvn/trunk/libtest-pod-perl/t/all_pod_files.t?rev=10660&op=diff
==============================================================================
--- trunk/libtest-pod-perl/t/all_pod_files.t (original)
+++ trunk/libtest-pod-perl/t/all_pod_files.t Sun Dec  2 01:26:00 2007
@@ -29,4 +29,5 @@
 }
 my @files = sort map { lc } all_pod_files( "blib", "t/pod" );
 @expected = sort map { lc } @expected;
+s{\\}{/}g for @files, @expected;
 is_deeply( \@files, \@expected, "Got all the distro files" );




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