debian/0000755000000000000000000000000012123152532007162 5ustar debian/control0000644000000000000000000000215212123152545010571 0ustar Source: liblinux-io-prio-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/liblinux-io-prio-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblinux-io-prio-perl.git Homepage: http://search.cpan.org/dist/Linux-IO_Prio/ Package: liblinux-io-prio-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: interface to Linux ioprio_set(2) and ioprio_get(2) Linux::IO_Prio is a perl module which provides access to the Linux functions ioprio_get(2) and ioprio_set(2). There are also ionice functions providing slightly more convenient perlish interface than the C API. . Currently only Linux is supported. Other operating systems are not supported due to kernel limitations. However support will be added as the kernel capability becomes available. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026212123152532011034 0ustar liblinux-io-prio-perl (0.03-1) unstable; urgency=low * Initial packaging release. Closes: bug#703733. -- Jonas Smedegaard Fri, 22 Mar 2013 23:04:07 +0100 debian/compat0000644000000000000000000000000212010177205010357 0ustar 8 debian/watch0000644000000000000000000000024412123150647010220 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Linux-IO_Prio/ .*/Linux-IO_Prio-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000107612123151016012322 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/0_load.t t/api.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Linux/IO_Prio.pm Copyright: 2011, Mark Hindley License: UNKNOWN FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME debian/copyright0000644000000000000000000000317612123151525011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Linux::IO_Prio Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Linux-IO_Prio Source: http://search.cpan.org/dist/Linux-IO_Prio/ Files: * Copyright: 2011, Mark Hindley License: Artistic or GPL-1+ Comment: License: . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000222312123152310010233 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for Linux::IO_Prio # # 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 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = Linux-IO_Prio DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Linux DEB_UPSTREAM_TARBALL_MD5 = 2754a49af6b69eaa1752734cb1736369 debian/control.in0000644000000000000000000000207512123151362011176 0ustar Source: liblinux-io-prio-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/liblinux-io-prio-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblinux-io-prio-perl.git Homepage: http://search.cpan.org/dist/Linux-IO_Prio/ Package: liblinux-io-prio-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: interface to Linux ioprio_set(2) and ioprio_get(2) Linux::IO_Prio is a perl module which provides access to the Linux functions ioprio_get(2) and ioprio_set(2). There are also ionice functions providing slightly more convenient perlish interface than the C API. . Currently only Linux is supported. Other operating systems are not supported due to kernel limitations. However support will be added as the kernel capability becomes available.