r43282 - in /trunk/libparent-perl: Changes META.yml Makefile.PL debian/changelog debian/compat debian/control debian/rules lib/parent.pm t/parent-pmc.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Aug 30 03:28:10 UTC 2009


Author: jawnsy-guest
Date: Sun Aug 30 03:28:04 2009
New Revision: 43282

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43282
Log:
Upstream says "No functional changes, no need to upgrade"
IGNORE-VERSION: 0.222-1
* New upstream release
  + Test fix for Perl compiled without pre-compiled module
    support
* Standards-Version 3.8.3 (no changes)
* Updated gregoa's email address
* Added myself to Uploaders
* Use the new short debhelper format (& compat 7)

Modified:
    trunk/libparent-perl/Changes
    trunk/libparent-perl/META.yml
    trunk/libparent-perl/Makefile.PL
    trunk/libparent-perl/debian/changelog
    trunk/libparent-perl/debian/compat
    trunk/libparent-perl/debian/control
    trunk/libparent-perl/debian/rules
    trunk/libparent-perl/lib/parent.pm
    trunk/libparent-perl/t/parent-pmc.t

Modified: trunk/libparent-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/Changes?rev=43282&op=diff
==============================================================================
--- trunk/libparent-perl/Changes (original)
+++ trunk/libparent-perl/Changes Sun Aug 30 03:28:04 2009
@@ -1,3 +1,10 @@
+0.222  20090828
+    . No functional changes, no need to upgrade
+    + Documentation fix suggested by Clinton Gormley
+    + Test fix for Perl compiled without PMC support,
+      spotted and fixed by Nicholas Clark
+    + Distribution changes to placate Module::Release
+
 0.221  20080306
     . No functional changes, no need to upgrade
     + Tests, INSTALLDIRS changed for bleadperl integration

Modified: trunk/libparent-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/META.yml?rev=43282&op=diff
==============================================================================
--- trunk/libparent-perl/META.yml (original)
+++ trunk/libparent-perl/META.yml Sun Aug 30 03:28:04 2009
@@ -1,13 +1,21 @@
 --- #YAML:1.0
-name:                parent
-version:             0.221
-abstract:            ~
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Test::More:                    0.4
+name:               parent
+version:            0.222
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Test::More:  0.4
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.50
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libparent-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/Makefile.PL?rev=43282&op=diff
==============================================================================
--- trunk/libparent-perl/Makefile.PL (original)
+++ trunk/libparent-perl/Makefile.PL Sun Aug 30 03:28:04 2009
@@ -39,3 +39,5 @@
         return $out;
     }
 }
+
+1; # so you can require this Makefile.PL

Modified: trunk/libparent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/debian/changelog?rev=43282&op=diff
==============================================================================
--- trunk/libparent-perl/debian/changelog (original)
+++ trunk/libparent-perl/debian/changelog Sun Aug 30 03:28:04 2009
@@ -1,11 +1,24 @@
-libparent-perl (0.221-2) UNRELEASED; urgency=low
+libparent-perl (0.222-1) UNRELEASED; urgency=low
 
+  Upstream says "No functional changes, no need to upgrade"
+  IGNORE-VERSION: 0.222-1
+
+  [ Jonathan Yu ]
+  * New upstream release
+    + Test fix for Perl compiled without pre-compiled module
+      support
+  * Standards-Version 3.8.3 (no changes)
+  * Updated gregoa's email address
+  * Added myself to Uploaders
+  * Use the new short debhelper format (& compat 7)
+
+  [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:04 -0300
+ -- Jonathan Yu <frequency at cpan.org>  Sat, 29 Aug 2009 19:21:25 -0400
 
 libparent-perl (0.221-1) unstable; urgency=low
 

Modified: trunk/libparent-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/debian/compat?rev=43282&op=diff
==============================================================================
--- trunk/libparent-perl/debian/compat (original)
+++ trunk/libparent-perl/debian/compat Sun Aug 30 03:28:04 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libparent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/debian/control?rev=43282&op=diff
==============================================================================
--- trunk/libparent-perl/debian/control (original)
+++ trunk/libparent-perl/debian/control Sun Aug 30 03:28:04 2009
@@ -1,12 +1,12 @@
 Source: libparent-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.8.8-11.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+ gregor herrmann <gregoa at debian.org>, Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/parent/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparent-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparent-perl/
@@ -14,8 +14,8 @@
 Package: libparent-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: establish an ISA relationship with base classes at compile time
- This module allows you to both load one or more modules, while setting up
- inheritance from those modules at the same time.
- .
- This module was forked from base.
+Description: Perl pragma to establish inheritance at compile time
+ parent is a Perl pragma to establish an ISA relationship with base classes
+ at compile time. This module allows you to both load one or more modules,
+ while setting up inheritance from those modules at the same time. This module
+ was forked from the standard 'base' pragma.

Modified: trunk/libparent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/debian/rules?rev=43282&op=diff
==============================================================================
--- trunk/libparent-perl/debian/rules (original)
+++ trunk/libparent-perl/debian/rules Sun Aug 30 03:28:04 2009
@@ -1,73 +1,4 @@
 #!/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.
 
-# 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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] \
-	    || rmdir --parent --verbose --ignore-fail-on-non-empty \
-	    	$(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-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
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh --with quilt $@

Modified: trunk/libparent-perl/lib/parent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/lib/parent.pm?rev=43282&op=diff
==============================================================================
--- trunk/libparent-perl/lib/parent.pm (original)
+++ trunk/libparent-perl/lib/parent.pm Sun Aug 30 03:28:04 2009
@@ -1,7 +1,7 @@
 package parent;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.221';
+$VERSION = '0.222';
 
 sub import {
     my $class = shift;
@@ -71,7 +71,7 @@
   sub exclaim { "I CAN HAS PERL" }
 
   package DoesNotLoadFooBar;
-  push @DoesNotLoadFooBar::ISA, 'Foo';
+  push @DoesNotLoadFooBar::ISA, 'Foo', 'Bar';
 
 This is also helpful for the case where a package lives within
 a differently named file:

Modified: trunk/libparent-perl/t/parent-pmc.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/t/parent-pmc.t?rev=43282&op=diff
==============================================================================
--- trunk/libparent-perl/t/parent-pmc.t (original)
+++ trunk/libparent-perl/t/parent-pmc.t Sun Aug 30 03:28:04 2009
@@ -9,9 +9,12 @@
 
 use strict;
 use Test::More;
+use Config;
 use lib 't/lib';
 
 plan skip_all => ".pmc are only available with 5.6 and later" if $] < 5.006;
+plan skip_all => ".pmc are disabled in this perl"
+    if $Config{ccflags} =~ /(?<!\w)-DPERL_DISABLE_PMC\b/;
 plan tests => 3;
 
 use vars qw($got_here);




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