debian/0000755000000000000000000000000012217010542007160 5ustar debian/watch0000644000000000000000000000016012101266531010211 0ustar version=3 https://metacpan.org/release/Sys-Syscall/ .+/Sys-Syscall-v?(\d[\d.]*)\.(?:tar\.gz|tar\.bz2|tgz|\.zip) debian/copyright0000644000000000000000000000236612217010472011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sys-Syscall Upstream-Contact: Brad Fitzpatrick Source: https://metacpan.org/release/Sys-Syscall/ Files: * Copyright: 2005, Six Apart, Ltd. License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, Krzysztof Krzyzaniak (eloy) 2008, Roberto C. Sanchez 2010, Italo Valcy 2006, 2010, gregor herrmann 2011, Fabrizio Regalli 2013, Florian Schlichting 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/control0000644000000000000000000000171012217010463010564 0ustar Source: libsys-syscall-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: netbase, perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , gregor herrmann , Fabrizio Regalli , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Sys-Syscall/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-syscall-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsys-syscall-perl.git Package: libsys-syscall-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to access system calls that Perl doesn't normally provide access to Sys::Syscall allows one to use epoll and sendfile system calls from Perl. Support is mostly Linux-only for now, but other syscalls/OSes are planned for the future. debian/compat0000644000000000000000000000000211672202121010356 0ustar 8 debian/changelog0000644000000000000000000000604012217010542011032 0ustar libsys-syscall-perl (0.25-1) unstable; urgency=low [ Fabrizio Regalli ] * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Fixed lintian copyright-refers-to-symlink-license message. * Fixed lintian spelling-error-in-description message. * Fixed lintian extended-description-is-probably-too-short message. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.25 * Update upstream copyright stanza * Delete "GNU/Linux" from license paragraphs * Bump Standards-Version to 3.9.4 (no change) * Reword long description * Add myself to uploaders and copyright -- Florian Schlichting Fri, 20 Sep 2013 11:11:35 +0200 libsys-syscall-perl (0.23-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Italo Valcy ] * New upstream release [ gregor herrmann ] * Convert to source format 3.0 (quilt). * Add /me to Uploaders. * Set Standards-Version to 3.8.4; drop version from perl build dependency. * Switch to debhelper 7 * Reformat debian/copyright according to DEP5. * Improve short and long description. * Don't install the new README.pod. -- gregor herrmann Mon, 24 May 2010 18:12:11 +0200 libsys-syscall-perl (0.22-3) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Rene Mayorga ] * Prepare for Perl 5.10 update * debian/control + Wrap Uploaders field + Set Standards-version to 3.7.3 ( no changes needed ) + Raise debhelper B-D to 6 * debian/rules + Remove OPTIMIZE, we're not using it + move test suite from install-stamp to build-stamp + use $@ when touching -stamp files + remove unussed dh_ calls * improve debian/watch -- Roberto C. Sanchez Sat, 26 Jan 2008 14:39:17 -0500 libsys-syscall-perl (0.22-2) unstable; urgency=medium * Add netbase to Build-Depends-Indep (closes: #403320). * Set urgency to medium because this fixes an RC bug. -- gregor herrmann Sat, 16 Dec 2006 12:02:39 +0100 libsys-syscall-perl (0.22-1) unstable; urgency=low * New upstream release (closes: #401708) -- Krzysztof Krzyzaniak (eloy) Tue, 5 Dec 2006 14:59:07 +0100 libsys-syscall-perl (0.21-1) unstable; urgency=low * Initial Release. -- Krzysztof Krzyzaniak (eloy) Sat, 26 Aug 2006 17:01:12 +0200 debian/source/0000755000000000000000000000000011672202121010460 5ustar debian/source/format0000644000000000000000000000001411672202121011666 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000031411672202121010236 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install find $(TMP) -name "*README*" -print0 | xargs -r0 rm -v