r42793 - in /trunk/libtest-xml-simple-perl: Changes META.yml Makefile.PL debian/changelog debian/control debian/rules lib/Test/XML/Simple.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Aug 25 19:42:30 UTC 2009


Author: jawnsy-guest
Date: Tue Aug 25 19:42:24 2009
New Revision: 42793

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42793
Log:
* New upstream release
* Standards-Version 3.8.3 (remove version dependency on perl)
* Use new short rules format

Modified:
    trunk/libtest-xml-simple-perl/Changes
    trunk/libtest-xml-simple-perl/META.yml
    trunk/libtest-xml-simple-perl/Makefile.PL
    trunk/libtest-xml-simple-perl/debian/changelog
    trunk/libtest-xml-simple-perl/debian/control
    trunk/libtest-xml-simple-perl/debian/rules
    trunk/libtest-xml-simple-perl/lib/Test/XML/Simple.pm

Modified: trunk/libtest-xml-simple-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xml-simple-perl/Changes?rev=42793&op=diff
==============================================================================
--- trunk/libtest-xml-simple-perl/Changes (original)
+++ trunk/libtest-xml-simple-perl/Changes Tue Aug 25 19:42:24 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension Test::XML::Simple.
+
+0.10  Sun Aug 23 15:29:16 PDT 2009
+	- Added license
+        - Added Test::LongString prereq as per AKAPLAN
+        - Fixed META.yml to be a known-good format
 
 0.09  Tue Dec 20 17:20:44 PST 2005
 	- xml_like did not return a true value when it

Modified: trunk/libtest-xml-simple-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xml-simple-perl/META.yml?rev=42793&op=diff
==============================================================================
--- trunk/libtest-xml-simple-perl/META.yml (original)
+++ trunk/libtest-xml-simple-perl/META.yml Tue Aug 25 19:42:24 2009
@@ -1,14 +1,26 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Test-XML-Simple
-version:      0.09
-version_from: lib/Test/XML/Simple.pm
-installdirs:  site
+--- #YAML:1.0
+name:               Test-XML-Simple
+version:            0.10
+abstract:           easy testing for XML
+author:
+    - Joe McMahon <mcmahon at cpan.org>
+license:            artistic
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-    Test::Builder:                 0
-    Test::More:                    0
-    Test::Tester:                  0
-    XML::LibXML:                   0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.28
+    Test::Builder:     0
+    Test::LongString:  0
+    Test::More:        0
+    Test::Tester:      0
+    XML::LibXML:       0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.54
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libtest-xml-simple-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xml-simple-perl/Makefile.PL?rev=42793&op=diff
==============================================================================
--- trunk/libtest-xml-simple-perl/Makefile.PL (original)
+++ trunk/libtest-xml-simple-perl/Makefile.PL Tue Aug 25 19:42:24 2009
@@ -4,10 +4,12 @@
 WriteMakefile(
     'NAME'		=> 'Test::XML::Simple',
     'VERSION_FROM'	=> 'lib/Test/XML/Simple.pm', # finds $VERSION
+    'LICENSE'           => 'artistic',
     'PREREQ_PM'		=> {
                              Test::Builder => 0,
                              Test::Tester => 0,
                              Test::More => 0,
+                             Test::LongString => 0,
                              XML::LibXML => 0,
                            }, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005

Modified: trunk/libtest-xml-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xml-simple-perl/debian/changelog?rev=42793&op=diff
==============================================================================
--- trunk/libtest-xml-simple-perl/debian/changelog (original)
+++ trunk/libtest-xml-simple-perl/debian/changelog Tue Aug 25 19:42:24 2009
@@ -1,8 +1,14 @@
-libtest-xml-simple-perl (0.09-3) UNRELEASED; urgency=low
+libtest-xml-simple-perl (0.10-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
+  * New upstream release
+  * Standards-Version 3.8.3 (remove version dependency on perl)
+  * Use new short rules format
+
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:37:46 +0000
+ -- Jonathan Yu <frequency at cpan.org>  Tue, 25 Aug 2009 11:36:09 -0400
 
 libtest-xml-simple-perl (0.09-2) unstable; urgency=low
 

Modified: trunk/libtest-xml-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xml-simple-perl/debian/control?rev=42793&op=diff
==============================================================================
--- trunk/libtest-xml-simple-perl/debian/control (original)
+++ trunk/libtest-xml-simple-perl/debian/control Tue Aug 25 19:42:24 2009
@@ -1,18 +1,20 @@
 Source: libtest-xml-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.8.0-7), libxml-libxml-perl, libtest-tester-perl, libtest-longstring-perl, libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libtest-longstring-perl, libtest-pod-coverage-perl,
+ libxml-libxml-perl, libtest-tester-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, Alex Muntada <alexm at alexm.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Test-XML-Simple/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libtest-xml-simple-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-xml-simple-perl/
 
 Package: libtest-xml-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libxml-libxml-perl, libtest-simple-perl, libtest-longstring-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-longstring-perl,
+ libtest-simple-perl, libxml-libxml-perl
 Description: easy testing for XML
  Test::XML::Simple is a very basic class for testing XML. It uses the XPath
  syntax to locate nodes within the XML. You can also check all or part of the

Modified: trunk/libtest-xml-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xml-simple-perl/debian/rules?rev=42793&op=diff
==============================================================================
--- trunk/libtest-xml-simple-perl/debian/rules (original)
+++ trunk/libtest-xml-simple-perl/debian/rules Tue Aug 25 19:42:24 2009
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	dh --with quilt $@

Modified: trunk/libtest-xml-simple-perl/lib/Test/XML/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xml-simple-perl/lib/Test/XML/Simple.pm?rev=42793&op=diff
==============================================================================
--- trunk/libtest-xml-simple-perl/lib/Test/XML/Simple.pm (original)
+++ trunk/libtest-xml-simple-perl/lib/Test/XML/Simple.pm Tue Aug 25 19:42:24 2009
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 use Test::Builder;
 use Test::More;




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