debian/0000755000000000000000000000000012225534753007176 5ustar debian/rules0000755000000000000000000000061212225534753010255 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) MANDIR = $(CURDIR)/debian/$(PACKAGE)/usr/share/man/man3 %: dh $@ override_dh_auto_install: dh_auto_install # remove empty manpages without whatis entry for i in constant infinite less_than more_than offset or_less \ or_more plus_or_minus plus_or_minus_pct to ; do \ $(RM) -v $(MANDIR)/Number::Tolerant::Type::$$i.3pm; \ done debian/control0000644000000000000000000000172612225534753010607 0ustar Source: libnumber-tolerant-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Alexandre Mestiashvili Build-Depends: debhelper (>= 9.20120312) Build-Depends-Indep: libsub-exporter-perl, libtest-tester-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnumber-tolerant-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnumber-tolerant-perl.git Homepage: https://metacpan.org/release/Number-Tolerant/ Package: libnumber-tolerant-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl Description: module defining tolerance ranges for inexact numbers Number::Tolerant creates a number-like object whose value refers to a range of possible values, each equally acceptable. It overloads comparison operations to reflect this. debian/source/0000755000000000000000000000000012225534753010476 5ustar debian/source/format0000644000000000000000000000001412225534753011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000064712225534753011057 0ustar libnumber-tolerant-perl (1.702-1) unstable; urgency=low * Imported Upstream version 1.702 * removed patch fixing spelling - applied by upstream -- Alexandre Mestiashvili Thu, 10 Oct 2013 15:01:28 +0200 libnumber-tolerant-perl (1.701-1) unstable; urgency=low * Initial Release. (Closes: #702576) -- Alexandre Mestiashvili Fri, 8 Mar 2013 14:47:19 +0100 debian/compat0000644000000000000000000000000212225534753010374 0ustar 9 debian/copyright0000644000000000000000000000206012225534753011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Number-Tolerant Source: https://metacpan.org/release/Number-Tolerant/ Upstream-Contact: Ricardo Signes Files: * Copyright: 2004, Ricardo Signes License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Alexandre Mestiashvili 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/watch0000644000000000000000000000017412225534753010231 0ustar version=3 https://metacpan.org/release/Number-Tolerant/ .*/Number-Tolerant-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$