r66216 - in /trunk/libio-async-loop-glib-perl: Changes META.yml Makefile.PL debian/changelog debian/control debian/copyright debian/source/ debian/source/format lib/IO/Async/Loop/Glib.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 24 20:41:43 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 20:41:35 2010
New Revision: 66216

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66216
Log:
WAITS-FOR: libio-async-perl 0.33
* New upstream release
  + Update for the new IO::Async 0.33 API
* Use new 3.0 (quilt) source format
* Standards-Version 3.9.1 (no changes)
* Refresh copyright information

Added:
    trunk/libio-async-loop-glib-perl/debian/source/
    trunk/libio-async-loop-glib-perl/debian/source/format
Modified:
    trunk/libio-async-loop-glib-perl/Changes
    trunk/libio-async-loop-glib-perl/META.yml
    trunk/libio-async-loop-glib-perl/Makefile.PL
    trunk/libio-async-loop-glib-perl/debian/changelog
    trunk/libio-async-loop-glib-perl/debian/control
    trunk/libio-async-loop-glib-perl/debian/copyright
    trunk/libio-async-loop-glib-perl/lib/IO/Async/Loop/Glib.pm

Modified: trunk/libio-async-loop-glib-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-glib-perl/Changes?rev=66216&op=diff
==============================================================================
--- trunk/libio-async-loop-glib-perl/Changes (original)
+++ trunk/libio-async-loop-glib-perl/Changes Fri Dec 24 20:41:35 2010
@@ -1,4 +1,7 @@
 Revision history for IO-Async-Loop-Glib
+
+0.19    CHANGES:
+         * Updated for IO::Async 0.33
 
 0.18    CHANGES:
          * Use Time::HiRes for timing accuracy

Modified: trunk/libio-async-loop-glib-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-glib-perl/META.yml?rev=66216&op=diff
==============================================================================
--- trunk/libio-async-loop-glib-perl/META.yml (original)
+++ trunk/libio-async-loop-glib-perl/META.yml Fri Dec 24 20:41:35 2010
@@ -1,26 +1,26 @@
 ---
-name: IO-Async-Loop-Glib
-version: 0.18
+abstract: 'use C<IO::Async> with F<Glib> or F<GTK>'
 author:
   - 'Paul Evans <leonerd at leonerd.org.uk>'
-abstract: 'use C<IO::Async> with F<Glib> or F<GTK>'
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
 build_requires:
   IO::Async::LoopTests: 0.24
   Test::More: 0
+configure_requires:
+  Module::Build: 0.36
+generated_by: 'Module::Build version 0.3607'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: IO-Async-Loop-Glib
+provides:
+  IO::Async::Loop::Glib:
+    file: lib/IO/Async/Loop/Glib.pm
+    version: 0.19
 requires:
   Glib: 0
   IO::Async::Loop: 0.24
   Time::HiRes: 0
-configure_requires:
-  Module::Build: 0.35
-provides:
-  IO::Async::Loop::Glib:
-    file: lib/IO/Async/Loop/Glib.pm
-    version: 0.18
-generated_by: Module::Build version 0.35
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+resources:
+  license: http://dev.perl.org/licenses/
+version: 0.19

Modified: trunk/libio-async-loop-glib-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-glib-perl/Makefile.PL?rev=66216&op=diff
==============================================================================
--- trunk/libio-async-loop-glib-perl/Makefile.PL (original)
+++ trunk/libio-async-loop-glib-perl/Makefile.PL Fri Dec 24 20:41:35 2010
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.35
+# Note: this file was auto-generated by Module::Build::Compat version 0.3607
 use ExtUtils::MakeMaker;
 WriteMakefile
 (

Modified: trunk/libio-async-loop-glib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-glib-perl/debian/changelog?rev=66216&op=diff
==============================================================================
--- trunk/libio-async-loop-glib-perl/debian/changelog (original)
+++ trunk/libio-async-loop-glib-perl/debian/changelog Fri Dec 24 20:41:35 2010
@@ -1,3 +1,15 @@
+libio-async-loop-glib-perl (0.19-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libio-async-perl 0.33
+
+  * New upstream release
+    + Update for the new IO::Async 0.33 API
+  * Use new 3.0 (quilt) source format
+  * Standards-Version 3.9.1 (no changes)
+  * Refresh copyright information
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 15:58:37 -0500
+
 libio-async-loop-glib-perl (0.18-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libio-async-loop-glib-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-glib-perl/debian/control?rev=66216&op=diff
==============================================================================
--- trunk/libio-async-loop-glib-perl/debian/control (original)
+++ trunk/libio-async-loop-glib-perl/debian/control Fri Dec 24 20:41:35 2010
@@ -3,20 +3,20 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libtest-exception-perl, libglib-perl,
- libio-async-perl (>= 0.24), libtest-refcount-perl,
+ libio-async-perl (>= 0.33), libtest-refcount-perl,
  libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/IO-Async-Loop-Glib/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-async-loop-glib-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-async-loop-glib-perl/
 
 Package: libio-async-loop-glib-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libio-async-perl (>= 0.24),
+Depends: ${perl:Depends}, ${misc:Depends}, libio-async-perl (>= 0.33),
  libglib-perl
-Breaks: libio-async-perl (<< 0.24)
+Breaks: libio-async-perl (<< 0.33)
 Description: Perl extension for an event loop using GLib
  IO::Async::Loop::Glib is a Perl module that provides an implementation of an
  event loop that uses the GNOME Library's main event loop implementation. The

Modified: trunk/libio-async-loop-glib-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-glib-perl/debian/copyright?rev=66216&op=diff
==============================================================================
--- trunk/libio-async-loop-glib-perl/debian/copyright (original)
+++ trunk/libio-async-loop-glib-perl/debian/copyright Fri Dec 24 20:41:35 2010
@@ -1,28 +1,29 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Paul Evans <leonerd at leonerd.org.uk>
-Upstream-Source: http://search.cpan.org/dist/IO-Async-Loop-Glib/
-Upstream-Name: IO-Async-Loop-Glib
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Paul Evans <leonerd at leonerd.org.uk>
+Source: http://search.cpan.org/dist/IO-Async-Loop-Glib/
+Name: IO-Async-Loop-Glib
 
 Files: *
 Copyright: 2010, Paul Evans <leonerd at leonerd.org.uk>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
-License: Artistic | GPL-1+
+ 2009, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libio-async-loop-glib-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-glib-perl/debian/source/format?rev=66216&op=file
==============================================================================
--- trunk/libio-async-loop-glib-perl/debian/source/format (added)
+++ trunk/libio-async-loop-glib-perl/debian/source/format Fri Dec 24 20:41:35 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libio-async-loop-glib-perl/lib/IO/Async/Loop/Glib.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-glib-perl/lib/IO/Async/Loop/Glib.pm?rev=66216&op=diff
==============================================================================
--- trunk/libio-async-loop-glib-perl/lib/IO/Async/Loop/Glib.pm (original)
+++ trunk/libio-async-loop-glib-perl/lib/IO/Async/Loop/Glib.pm Fri Dec 24 20:41:35 2010
@@ -1,15 +1,15 @@
 #  You may distribute under the terms of either the GNU General Public License
 #  or the Artistic License (the same terms as Perl itself)
 #
-#  (C) Paul Evans, 2007-2009 -- leonerd at leonerd.org.uk
+#  (C) Paul Evans, 2007-2010 -- leonerd at leonerd.org.uk
 
 package IO::Async::Loop::Glib;
 
 use strict;
 use warnings;
 
-our $VERSION = '0.18';
-use constant API_VERSION => '0.24';
+our $VERSION = '0.19';
+use constant API_VERSION => '0.33';
 
 use base qw( IO::Async::Loop );
 




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