r25509 - in /trunk/libio-multiplex-perl: Changes MANIFEST META.yml debian/changelog debian/compat debian/control debian/copyright debian/libio-multiplex-perl.docs debian/libio-multiplex-perl.examples debian/rules lib/IO/Multiplex.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Sep 21 21:25:54 UTC 2008


Author: ansgar-guest
Date: Sun Sep 21 21:25:51 2008
New Revision: 25509

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25509
Log:
* New upstream release.
* Refresh debian/rules for debhelper 7, also install TODO in /usr/share/doc
* Convert debian/copyright to proposed machine-readable format
* Add myself to Uploaders
* debian/control: capitalize Perl in description as it refers to the
  language
* Bump Standards Version to 3.8.0 (no changes).

Added:
    trunk/libio-multiplex-perl/META.yml
      - copied unchanged from r25508, branches/upstream/libio-multiplex-perl/current/META.yml
    trunk/libio-multiplex-perl/debian/libio-multiplex-perl.docs
    trunk/libio-multiplex-perl/debian/libio-multiplex-perl.examples
Modified:
    trunk/libio-multiplex-perl/Changes
    trunk/libio-multiplex-perl/MANIFEST
    trunk/libio-multiplex-perl/debian/changelog
    trunk/libio-multiplex-perl/debian/compat
    trunk/libio-multiplex-perl/debian/control
    trunk/libio-multiplex-perl/debian/copyright
    trunk/libio-multiplex-perl/debian/rules
    trunk/libio-multiplex-perl/lib/IO/Multiplex.pm

Modified: trunk/libio-multiplex-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/Changes?rev=25509&op=diff
==============================================================================
--- trunk/libio-multiplex-perl/Changes (original)
+++ trunk/libio-multiplex-perl/Changes Sun Sep 21 21:25:51 2008
@@ -1,4 +1,8 @@
 Revision history for Perl extension IO::Multiplex.
+
+1.10  Mon Sep 15 2008
+	- Update Copyright and License.
+	- Buttwag around minor Windows deficiencies.
 
 1.09  Sat Mar 03 2007
 	- Detect readability for special IO::Socket::SSL

Modified: trunk/libio-multiplex-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/MANIFEST?rev=25509&op=diff
==============================================================================
--- trunk/libio-multiplex-perl/MANIFEST (original)
+++ trunk/libio-multiplex-perl/MANIFEST Sun Sep 21 21:25:51 2008
@@ -9,3 +9,4 @@
 t/110_test.t
 t/110_ntest.t
 t/200_udp.t
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libio-multiplex-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/debian/changelog?rev=25509&op=diff
==============================================================================
--- trunk/libio-multiplex-perl/debian/changelog (original)
+++ trunk/libio-multiplex-perl/debian/changelog Sun Sep 21 21:25:51 2008
@@ -1,3 +1,15 @@
+libio-multiplex-perl (1.10-1) unstable; urgency=low
+
+  * New upstream release.
+  * Refresh debian/rules for debhelper 7, also install TODO in /usr/share/doc
+  * Convert debian/copyright to proposed machine-readable format
+  * Add myself to Uploaders
+  * debian/control: capitalize Perl in description as it refers to the
+    language
+  * Bump Standards Version to 3.8.0 (no changes).
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 21 Sep 2008 23:24:59 +0200
+
 libio-multiplex-perl (1.09-2) unstable; urgency=low
 
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libio-multiplex-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/debian/compat?rev=25509&op=diff
==============================================================================
--- trunk/libio-multiplex-perl/debian/compat (original)
+++ trunk/libio-multiplex-perl/debian/compat Sun Sep 21 21:25:51 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libio-multiplex-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/debian/control?rev=25509&op=diff
==============================================================================
--- trunk/libio-multiplex-perl/debian/control (original)
+++ trunk/libio-multiplex-perl/debian/control Sun Sep 21 21:25:51 2008
@@ -1,11 +1,13 @@
 Source: libio-multiplex-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8), netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>, Russ Allbery <rra at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Russ Allbery <rra at debian.org>,
+ gregor herrmann <gregor+debian at comodo.priv.at>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/IO-Multiplex/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-multiplex-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/
@@ -13,7 +15,7 @@
 Package: libio-multiplex-perl
 Architecture: all
 Depends: ${perl:Depends}
-Description: object-oriented interface to select() for perl
+Description: object-oriented interface to select() for Perl
  IO::Multiplex is designed to take the effort out of managing
  multiple file handles.  It is essentially a really fancy front end to
  the select() system call.  In addition to maintaining the select()

Modified: trunk/libio-multiplex-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/debian/copyright?rev=25509&op=diff
==============================================================================
--- trunk/libio-multiplex-perl/debian/copyright (original)
+++ trunk/libio-multiplex-perl/debian/copyright Sun Sep 21 21:25:51 2008
@@ -1,16 +1,28 @@
-Download:
-   Visit http://seamons.com/ for the latest version.
-   Visit http://www.cpan.org/modules/by-module/IO/ for the latest version.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
+Upstream-Name: IO-Multiplex
+Upstream-Maintainer: Rob Brown <bbb at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/IO-Multiplex/
 
+Files: *
 Copyright:
-   Copyright (C) 1999 Bruce J Keeler <bruce at gridpoint.com>
-   Copyright (C) 2001-2003 Rob Brown <bbb at cpan.org>
+ © 1999, Bruce J Keeler <bruce at gridpoint.com>
+ © 2001-2008, Rob Brown <bbb at cpan.org>
+License: GPL-1+ | Artistic
+ Released under the same terms as Perl itself.
+ .
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+ GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+ and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
-   This package may be distributed under the terms of the Perl
-   Artistic License 
+Files: debian/*
+Copyright:
+ © 2003, Luca Filipozzi <lfilipoz at debian.org>
+ © 2004, Gunnar Wolf <gwolf at debian.org>
+ © 2006, Russ Allbery <rra at debian.org>
+ © 2006-2008, gregor herrmann <gregoa at debian.org>
+ © 2008, Ansgar Burchardt <ansgar at 43-1.org>
+License: GPL-1+ | Artistic
+ It is assumed that all contributors put their work under the same license
+ as the module itself.
 
-   All rights reserved.
-
-References:
-   On Debian systems, the full text of the Perl Artistic License can be
-   found in /usr/share/common-licenses/Artistic.

Added: trunk/libio-multiplex-perl/debian/libio-multiplex-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/debian/libio-multiplex-perl.docs?rev=25509&op=file
==============================================================================
--- trunk/libio-multiplex-perl/debian/libio-multiplex-perl.docs (added)
+++ trunk/libio-multiplex-perl/debian/libio-multiplex-perl.docs Sun Sep 21 21:25:51 2008
@@ -1,0 +1,2 @@
+TODO
+README

Added: trunk/libio-multiplex-perl/debian/libio-multiplex-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/debian/libio-multiplex-perl.examples?rev=25509&op=file
==============================================================================
--- trunk/libio-multiplex-perl/debian/libio-multiplex-perl.examples (added)
+++ trunk/libio-multiplex-perl/debian/libio-multiplex-perl.examples Sun Sep 21 21:25:51 2008
@@ -1,0 +1,1 @@
+contrib/portfw

Modified: trunk/libio-multiplex-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/debian/rules?rev=25509&op=diff
==============================================================================
--- trunk/libio-multiplex-perl/debian/rules (original)
+++ trunk/libio-multiplex-perl/debian/rules Sun Sep 21 21:25:51 2008
@@ -1,52 +1,25 @@
 #!/usr/bin/make -f
-
-PACKAGE=$(shell dh_listpackages)
-TMP=$(CURDIR)/debian/$(PACKAGE)
-
-ifndef PERL
-PERL=/usr/bin/perl
-endif
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
+	dh $@
 
 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 --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
+	dh install --before dh_compress
+	dh_compress -X usr/share/doc/libio-multiplex-perl/examples/portfw
+	dh install --after dh_compress
 	touch $@
 
 binary-arch:
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installexamples contrib/*
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress -X usr/share/doc/$(PACKAGE)/examples/portfw
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
 
-binary: binary-indep binary-arch
-.PHONY: build clean install binary-indep binary-arch binary
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libio-multiplex-perl/lib/IO/Multiplex.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-multiplex-perl/lib/IO/Multiplex.pm?rev=25509&op=diff
==============================================================================
--- trunk/libio-multiplex-perl/lib/IO/Multiplex.pm (original)
+++ trunk/libio-multiplex-perl/lib/IO/Multiplex.pm Sun Sep 21 21:25:51 2008
@@ -269,8 +269,9 @@
 use IO::Handle;
 use Fcntl;
 use Carp qw(carp);
-
-$VERSION = '1.09';
+use constant IsWin => ($^O =~ /Win32/i);
+
+$VERSION = '1.10';
 
 BEGIN {
     eval {
@@ -928,6 +929,7 @@
 
 sub nonblock
 {
+    return 1 if IsWin;
     my $fh = shift;
     my $flags = fcntl($fh, F_GETFL, 0)
         or die "fcntl F_GETFL: $!\n";
@@ -1081,10 +1083,10 @@
 
 Copyright 1999 Bruce J Keeler <bruce at gridpoint.com>
 
-Copyright 2001-2003 Rob Brown <bbb at cpan.org>
-
-Released under the terms of the Artistic License.
-
-$Id: Multiplex.pm,v 1.33 2007/03/04 05:39:16 rob Exp $
-
-=cut
+Copyright 2001-2008 Rob Brown <bbb at cpan.org>
+
+Released under the same terms as Perl itself.
+
+$Id: Multiplex.pm,v 1.36 2008/09/15 08:17:50 rob Exp $
+
+=cut




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