debian/0000755000000000000000000000000012157307654007200 5ustar debian/copyright0000644000000000000000000000302512157307612011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Filesys-Notify-Simple Source: https://metacpan.org/release/Filesys-Notify-Simple/ Upstream-Contact: Tatsuhiko Miyagawa Files: * Copyright: 2009-2013, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~miyagawa/ with the statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted, Copyright (c) Tatsuhiiko Miyagawa. Source: http://bulknews.net/debian.txt (author's web site) The exact year comes from the CPAN upload date. Files: debian/* Copyright: 2010-2011 2013, Angel Abad 2010, Jonathan Yu 2011, Ansgar Burchardt 2013, Xavier Guimard 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'. debian/changelog0000644000000000000000000000417412157307654011060 0ustar libfilesys-notify-simple-perl (0.12-1) unstable; urgency=low * Imported Upstream version 0.12 * debian/copyright: - Update debian years - Remove inc/Module/ section -- Angel Abad Sun, 16 Jun 2013 12:12:46 +0200 libfilesys-notify-simple-perl (0.10-1) unstable; urgency=low [ Angel Abad ] * Email change: Angel Abad -> angel@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.10 * debian/copyright: + bump format to 1.0 + update years + remove inc/Test* (removed in upstream) + add inc/Module/Install/{AuthorTests,ReadmeFromPod,Repository}.pm licenses * Bump Standards-Version to 3.9.4 * Update description -- Xavier Guimard Tue, 12 Mar 2013 06:07:07 +0100 libfilesys-notify-simple-perl (0.08-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Angel Abad ] * Imported Upstream version 0.08 * debian/copyright: Update debian/* section * Bump debhelper compatibility level to 8 * Bump Standards-Version to 3.9.2 (no changes) [ gregor herrmann ] * debian/copyright: update years for inc/Module/*. -- Angel Abad Tue, 27 Sep 2011 09:14:31 +0200 libfilesys-notify-simple-perl (0.07-1) unstable; urgency=low * New upstream release * debian/copyright: Update license stanzas * Bump Standards-Version to 3.9.1 (no changes) -- Angel Abad Fri, 14 Jan 2011 12:23:32 +0100 libfilesys-notify-simple-perl (0.06-1) unstable; urgency=low * New upstream release * Add myself to uploaders * Switch to 3.0 (quilt) format -- Angel Abad Tue, 30 Mar 2010 12:07:14 +0200 libfilesys-notify-simple-perl (0.05-1) unstable; urgency=low * Initial Release (Closes: #570040) -- Jonathan Yu Mon, 15 Feb 2010 21:58:35 -0500 debian/watch0000644000000000000000000000021012157307363010217 0ustar version=3 https://metacpan.org/release/Filesys-Notify-Simple/ .*/Filesys-Notify-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000212157307363010373 0ustar 8 debian/source/0000755000000000000000000000000012157307363010475 5ustar debian/source/format0000644000000000000000000000001412157307402011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612157307402010246 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000205712157307430010577 0ustar Source: libfilesys-notify-simple-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Angel Abad , Xavier Guimard Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-sharedfork-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfilesys-notify-simple-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfilesys-notify-simple-perl.git Homepage: https://metacpan.org/release/Filesys-Notify-Simple/ Package: libfilesys-notify-simple-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: simple file system monitor Filesys::Notify::Simple is a Perl module that provides a simple and unified interface to get notifications of changes for a given filesystem path. It can use inotify2 on Linux or fsevents on Mac OS X, kqueue on FreeBSD, FindFirstChangeNotification on Windows and otherwise falls back to a full directory scan.