debian/0000755000000000000000000000000012223116601007160 5ustar debian/libmath-int64-perl.docs0000644000000000000000000000000712006041403013345 0ustar README debian/copyright0000644000000000000000000000577112223116601011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Math-Int64 Upstream-Contact: Salvador Fandiño Source: https://metacpan.org/release/Math-Int64/ Files: * Copyright: Salvador Fandiño License: Artistic or GPL-1+ Files: templates/* c_api_client/* c_api.h Copyright: Salvador Fandiño License: public-domain Files: isaac64.h Copyright: Salvador Fandiño , Bob Jenkins License: Artistic or GPL-1+, and public-domain Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz. 2001, Paul Marquess. 1999, Kenneth Albanowski. License: Artistic or GPL-1+ Files: strtoint.h Copyright: 1992 The Regents of the University of California License: BSD-3-clause Files: debian/* Copyright: 2012, Dmitry E. Oboukhov License: Artistic or GPL-1+ License: public-domain This file is in the public domain 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'. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000012006041403010454 5ustar debian/source/format0000644000000000000000000000001412006041403011662 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016212220422461010211 0ustar version=3 https://metacpan.org/release/Math-Int64/ .*/Math-Int64-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000147412223110550011035 0ustar libmath-int64-perl (0.30-1) unstable; urgency=low [ gregor herrmann ] NOTE: this package was rejected by the ftp-masters: http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/2012-July/056982.html [ 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" [ Don Armstrong ] * Update to 0.30 * update copyright file to reflect reality * Add myself to uploaders -- Don Armstrong Fri, 27 Sep 2013 14:58:10 -0700 libmath-int64-perl (0.26-1) unstable; urgency=low * Initial Release. closes: #681335. -- Dmitry E. Oboukhov Thu, 12 Jul 2012 16:07:32 +0400 debian/rules0000755000000000000000000000003612006041403010233 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000644000000000000000000000000212006041403010352 0ustar 8 debian/control0000644000000000000000000000135412223113424010566 0ustar Source: libmath-int64-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Dmitry E. Oboukhov , Don Armstrong Build-Depends: debhelper (>= 8), perl, perl-modules Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-int64-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-int64-perl.git Homepage: https://metacpan.org/release/Math-Int64/ Package: libmath-int64-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Manipulate 64 bits integers in Perl Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl.