debian/0002755000000000000000000000000011616755162007202 5ustar debian/changelog0000644000000000000000000000423311616755162011054 0ustar libobject-event-perl (1.230-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. * debian/copyright: Update years of copyright. [ Fabrizio Regalli ] * New upstream release * Bump to 3.9.2 Standards-Version * Added myself to Uploaders and Copyright * Added 01-fix-spelling-error.diff patch -- Fabrizio Regalli Thu, 04 Aug 2011 23:31:39 +0200 libobject-event-perl (1.220-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Slight rewrite to control description * Bump to debhelper compat 8 * Standards-Version 3.9.1 (specifically refer to GPL-1) * Refresh copyright information * Use new 3.0 (quilt) source format * Replace perl-path patch with overrides [ gregor herrmann ] * Remove version from libanyevent-perl (build) dependency, nothing older ever was in the archive. -- Jonathan Yu Fri, 11 Mar 2011 21:08:24 -0500 libobject-event-perl (1.210-1) unstable; urgency=low * New upstream release * debian/watch: Add uversionmangle to pad to three digits after the period -- Maximilian Gass Tue, 17 Nov 2009 10:00:50 +0100 libobject-event-perl (1.101-1) unstable; urgency=low * New upstream release + Fix bug in event method always returning false + Now uses common::sense * Remove extraneous new line in description * Added myself to Uploaders and Copyright -- Jonathan Yu Fri, 04 Sep 2009 17:29:41 -0400 libobject-event-perl (1.1-1) unstable; urgency=low [ Maximilian Gass ] * New upstream release * Bumped Standards-Version to 3.8.3 [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ gregor herrmann ] * debian/patches/perl-path: fix path in new example script. -- Maximilian Gass Mon, 17 Aug 2009 17:35:22 +0200 libobject-event-perl (1.0-1) unstable; urgency=low * Initial Release (closes: #536854). -- Maximilian Gaß Tue, 14 Jul 2009 15:33:44 +0200 debian/compat0000644000000000000000000000000211616754666010406 0ustar 8 debian/control0000644000000000000000000000175611616754666010624 0ustar Source: libobject-event-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libanyevent-perl, libcommon-sense-perl Maintainer: Debian Perl Group Uploaders: Maximilian Gass , Jonathan Yu , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Object-Event/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libobject-event-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libobject-event-perl.git Package: libobject-event-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libanyevent-perl, libcommon-sense-perl Description: Perl event callback interface Object::Event is a Perl module that provides a consistent interface for registering and emitting events. You can register callbacks for events, trigger events and even stop the current event from running further callbacks. debian/libobject-event-perl.examples0000644000000000000000000000001211616754666014755 0ustar samples/* debian/patches/0002755000000000000000000000000011616754666010641 5ustar debian/patches/01-fix-spelling-error.diff0000644000000000000000000000111211616754666015432 0ustar Description: Fixing man page Author: Fabrizio Regalli Last-Update: 2011-08-04 Forwarded: not-needed --- a/lib/Object/Event.pm +++ b/lib/Object/Event.pm @@ -56,7 +56,7 @@ string) and call them later by invoking the C method with the event name and some arguments. -There is even a syntactic sugar which allows to call methods on the instances +There is even a syntactic sugar which allows one to call methods on the instances of L-derived classes, to invoke events. For this feature see the L section of this document. debian/patches/series0000644000000000000000000000003311616754666012050 0ustar 01-fix-spelling-error.diff debian/rules0000755000000000000000000000051211616754666010266 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* sed -i '1s|^#!/opt/perl/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/source/0002755000000000000000000000000011616754666010512 5ustar debian/source/format0000644000000000000000000000001411616754666011716 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000023511616754666010241 0ustar version=3 opts="uversionmangle=s/\.\d{2}$/$&0/" \ http://search.cpan.org/dist/Object-Event/ .*/Object-Event-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000217311616755115011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Robin Redeker Source: http://search.cpan.org/dist/Object-Event/ Name: Object-Event Files: * Copyright: 2009-2011, Robin Redeker License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2011, Jonathan Yu 2009, Maximilian Gaß 2011, Fabrizio Regalli 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'.