r47607 - in /trunk/libclass-inner-perl: Changes Inner.pm MANIFEST META.yml Makefile.PL debian/README.source debian/changelog debian/compat debian/control debian/patches/ debian/rules lib/ t/basic.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Nov 22 03:43:29 UTC 2009


Author: jawnsy-guest
Date: Sun Nov 22 03:43:20 2009
New Revision: 47607

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47607
Log:
* New upstream release
* Standards-Version 3.8.3 (drop perl version dep)
* Add myself to Uploaders and Copyright
* Bump to debhelper 7 and use short rules format
* Remove patch; the issue has been taken care of upstream

Added:
    trunk/libclass-inner-perl/META.yml
      - copied unchanged from r47606, branches/upstream/libclass-inner-perl/current/META.yml
    trunk/libclass-inner-perl/lib/
      - copied from r47606, branches/upstream/libclass-inner-perl/current/lib/
Removed:
    trunk/libclass-inner-perl/Inner.pm
    trunk/libclass-inner-perl/debian/README.source
    trunk/libclass-inner-perl/debian/patches/
Modified:
    trunk/libclass-inner-perl/Changes
    trunk/libclass-inner-perl/MANIFEST
    trunk/libclass-inner-perl/Makefile.PL
    trunk/libclass-inner-perl/debian/changelog
    trunk/libclass-inner-perl/debian/compat
    trunk/libclass-inner-perl/debian/control
    trunk/libclass-inner-perl/debian/rules
    trunk/libclass-inner-perl/t/basic.t

Modified: trunk/libclass-inner-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inner-perl/Changes?rev=47607&op=diff
==============================================================================
--- trunk/libclass-inner-perl/Changes (original)
+++ trunk/libclass-inner-perl/Changes Sun Nov 22 03:43:20 2009
@@ -1,3 +1,11 @@
+2009-11-21
+
+        * Fixed 
+            http://rt.cpan.org/Ticket/Display.html?id=43938
+            http://rt.cpan.org/Ticket/Display.html?id=39140
+            http://rt.cpan.org/Ticket/Display.html?id=33533
+            Which are all really the same issue.
+
 2001-08-12  Piers Cawley  <pdcawley at iterative-software.com>
 
 	* Initial release. Everthing working as documented, I think.  Now

Modified: trunk/libclass-inner-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inner-perl/MANIFEST?rev=47607&op=diff
==============================================================================
--- trunk/libclass-inner-perl/MANIFEST (original)
+++ trunk/libclass-inner-perl/MANIFEST Sun Nov 22 03:43:20 2009
@@ -1,6 +1,7 @@
 Changes
-Inner.pm
+lib/Class/Inner.pm
 MANIFEST
 README
 Makefile.PL
 t/basic.t
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libclass-inner-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inner-perl/Makefile.PL?rev=47607&op=diff
==============================================================================
--- trunk/libclass-inner-perl/Makefile.PL (original)
+++ trunk/libclass-inner-perl/Makefile.PL Sun Nov 22 03:43:20 2009
@@ -3,6 +3,11 @@
 # the contents of the Makefile that is written.
 WriteMakefile(
     'NAME'		=> 'Class::Inner',
-    'VERSION_FROM'	=> 'Inner.pm', # finds $VERSION
+    'VERSION_FROM'	=> 'lib/Class/Inner.pm', # finds $VERSION
     'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
+    'META_MERGE'	=> {
+        resources => {
+            repository => 'http://github.com/arunbear/perl5-class-inner',
+        },
+    },
 );

Modified: trunk/libclass-inner-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inner-perl/debian/changelog?rev=47607&op=diff
==============================================================================
--- trunk/libclass-inner-perl/debian/changelog (original)
+++ trunk/libclass-inner-perl/debian/changelog Sun Nov 22 03:43:20 2009
@@ -1,4 +1,11 @@
-libclass-inner-perl (0.1-6) UNRELEASED; urgency=low
+libclass-inner-perl (0.200001-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Standards-Version 3.8.3 (drop perl version dep)
+  * Add myself to Uploaders and Copyright
+  * Bump to debhelper 7 and use short rules format
+  * Remove patch; the issue has been taken care of upstream
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -12,7 +19,7 @@
   [ gregor herrmann ]
   * Change my email address.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:27 -0300
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 21 Nov 2009 19:10:57 -0500
 
 libclass-inner-perl (0.1-5) unstable; urgency=low
 

Modified: trunk/libclass-inner-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inner-perl/debian/compat?rev=47607&op=diff
==============================================================================
--- trunk/libclass-inner-perl/debian/compat (original)
+++ trunk/libclass-inner-perl/debian/compat Sun Nov 22 03:43:20 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libclass-inner-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inner-perl/debian/control?rev=47607&op=diff
==============================================================================
--- trunk/libclass-inner-perl/debian/control (original)
+++ trunk/libclass-inner-perl/debian/control Sun Nov 22 03:43:20 2009
@@ -1,11 +1,11 @@
 Source: libclass-inner-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), quilt
-Build-Depends-Indep: perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.7.3
+Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Class-Inner/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-inner-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-inner-perl/
@@ -13,7 +13,7 @@
 Package: libclass-inner-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description:  A perlish implementation of Java like inner classes
- Yet another implementation of an anonymous class with per object
+Description: module providing Java-like inner classes
+ Class::Inner is an implementation of an anonymous class with per-object
  overrideable methods, but with the added attraction of sort-of-working
  dispatch to the parent class's method.

Modified: trunk/libclass-inner-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inner-perl/debian/rules?rev=47607&op=diff
==============================================================================
--- trunk/libclass-inner-perl/debian/rules (original)
+++ trunk/libclass-inner-perl/debian/rules Sun Nov 22 03:43:20 2009
@@ -1,77 +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
-
-include /usr/share/quilt/quilt.make
-
-# 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)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
-
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture independent package, we are not supposed to install
-	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-# We have nothing to do by default.
-
-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 $@

Modified: trunk/libclass-inner-perl/t/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-inner-perl/t/basic.t?rev=47607&op=diff
==============================================================================
--- trunk/libclass-inner-perl/t/basic.t (original)
+++ trunk/libclass-inner-perl/t/basic.t Sun Nov 22 03:43:20 2009
@@ -2,7 +2,7 @@
 
 use strict;
 
-use Test::More qw/no_plan/;
+use Test::More tests => 13;
 
 BEGIN { use_ok( 'Class::Inner' ); }
 
@@ -43,6 +43,8 @@
 
 # Check that destruction works.
 
-$ic = undef;
-
-ok(!$ic_class->isa('Parent'), 'Class dismissed');
+undef $ic;
+{
+    no strict 'refs';
+    is_deeply(\%{"${ic_class}::"}, {}, 'Class dismissed');
+}




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