debian/0000755000000000000000000000000011713535455007177 5ustar debian/compat0000644000000000000000000000000211713535065010372 0ustar 8 debian/rules0000755000000000000000000000003611713534372010253 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000223411713534622011126 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Andrew Main (Zefram) Source: http://search.cpan.org/dist/Data-Float/ Name: Data-Float Files: * Copyright: 2006-2008, 2010, 2012, Andrew Main (Zefram) License: Artistic or GPL-1+ Files: debian/* Copyright: 2007-2010, Ivan Kohler 2010-2012, Angel Abad 2011, Ansgar Burchardt 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/watch0000644000000000000000000000025711700071433010217 0ustar # format version number, currently 2; this line is compulsory! version=3 http://search.cpan.org/dist/Data-Float/ .*/Data-Float-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/source/0000755000000000000000000000000011700071433010462 5ustar debian/source/format0000644000000000000000000000001411713534363011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000611111713535455011050 0ustar libdata-float-perl (0.012-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 ] * Email change: Angel Abad -> angel@debian.org * Imported Upstream version 0.012 * debian/copyright: - Update debian/* section - Update upstream years * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 (no changes) -- Angel Abad Sun, 05 Feb 2012 18:23:53 +0100 libdata-float-perl (0.011-1) unstable; urgency=low * New upstream release * debian/control: Add perl in Build-Depends for Build.PL use * debian/control: Remove libmodule-build-perl in Build-Depends-Indep, is in perl 5.10 * debian/copyright: Update license infos -- Angel Abad Wed, 27 Oct 2010 15:36:19 +0200 libdata-float-perl (0.010-1) unstable; urgency=low [ Angel Abad ] * New upstream release * Add myself to uploaders * debian/control: - Add libtest-pod-coverage-perl, libtest-pod-perl and perl (>= 5.10.1) | libparent-perl to B-D - Add perl (>= 5.10.1) | libparent-perl to Depends * Standards-Version 3.9.1 * debian/libdata-float-perl.docs: Remove file, it has only install instructions * Update copyright file * Switch to dpkg-source format 3.0 (quilt) [ gregor herrmann ] * Mention module name in long description. -- Angel Abad Thu, 29 Jul 2010 11:16:23 +0200 libdata-float-perl (0.009-2) unstable; urgency=low * Take over for the Debian Perl Group * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to Uploaders. * debian/watch: use dist-based URL. * dh-make-perl refresh * Standards-Version 3.8.4 * Don't install .packlist (closes: Bug#578103) -- Ivan Kohler Sun, 25 Apr 2010 17:21:40 -0700 libdata-float-perl (0.009-1) unstable; urgency=low * New upstream release * dh-make-perl --refresh -- Ivan Kohler Sat, 28 Mar 2009 04:42:08 -0700 libdata-float-perl (0.007-2) unstable; urgency=low * Add libmodule-build-perl to Build-Dep, doh (closes: Bug#470325) -- Ivan Kohler Wed, 12 Mar 2008 16:48:42 -0700 libdata-float-perl (0.007-1) unstable; urgency=low * New upstream release * Upstream has changed build systems from ExtUtils::MakeMaker to Module::Build; update debian/rules to latest Module::Build dh-make-perl template * Current dh-make-perl template fixes "unconditional rmdir" FTBFS (closes: Bug#467710 -- Ivan Kohler Tue, 26 Feb 2008 21:19:12 -0800 libdata-float-perl (0.005-1) unstable; urgency=low * Initial Release (closes; Bug#411720). -- Ivan Kohler Tue, 20 Feb 2007 08:46:08 -0800 debian/control0000644000000000000000000000215211713535247010601 0ustar Source: libdata-float-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Angel Abad Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl (>= 5.10.1) | libparent-perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-float-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-float-perl.git Homepage: http://search.cpan.org/dist/Data-Float/ Package: libdata-float-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1) | libparent-perl Description: Perl module encapsulating the floating point data type Data::Float is about the native floating point numerical data type. A floating point number is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native floating point type, classification functions, and functions to manipulate floating point values at a low level.