debian/0000755000000000000000000000000012261031236007162 5ustar debian/compat0000644000000000000000000000000212261031236010360 0ustar 8 debian/copyright0000644000000000000000000000245312261031236011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Set-Scalar Upstream-Contact: Jarkko Hietaniemi Source: https://metacpan.org/release/Set-Scalar/ Files: * Copyright: 2001,2002,2003,2004,2005,2007,2009,2013 Jarkko Hietaniemi License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, Jose Luis Rivas 2007, Martín Ferrari 2009, Brian Cassidy 2009, Nathan Handler 2009-2013, Salvatore Bonaccorso 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/rules0000755000000000000000000000003612261031236010241 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000016012261031236010210 0ustar version=3 https://metacpan.org/release/Set-Scalar/ .*/Set-Scalar-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/control0000644000000000000000000000205512261031236010567 0ustar Source: libset-scalar-perl Section: perl Priority: extra Maintainer: Debian Perl Group Uploaders: Jose Luis Rivas , Brian Cassidy , Nathan Handler , Salvatore Bonaccorso , Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/Set-Scalar/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libset-scalar-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libset-scalar-perl.git Package: libset-scalar-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl interface for operations on finite sets Set::Scalar provides an interface for working with finite, unordered sets of elements: creating, modifying, displaying, comparing and deriving them; the computation of power sets and the cartesian product of sets. It also provides overloaded operators for most operations. debian/source/0000755000000000000000000000000012261031236010462 5ustar debian/source/format0000644000000000000000000000001412261031236011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000757612261031236011053 0ustar libset-scalar-perl (1.27-1) unstable; urgency=medium * Imported Upstream version 1.27 * Update copyright years for debian/* packaging files * Bump Standards-Version to 3.9.5 -- Salvatore Bonaccorso Wed, 01 Jan 2014 16:21:30 +0100 libset-scalar-perl (1.26-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Update my email address. * 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 1.26 * Update years of upstream copyright * Bump dh compatibility to level 8 (no changes necessary) * Update License paragraphs (directly link GPL-1, do not reference "GNU/Linux") * Declare compliance with Debian Policy 3.9.4 * Switch to source format 3.0 (quilt) * Add myself to uploaders and copyright -- Florian Schlichting Wed, 25 Sep 2013 22:37:10 +0200 libset-scalar-perl (1.25-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * New upstream release * Add myself to Uploaders. * Minimize debian/rules to a tiny 3-line makefile. * Refresh debian/copyright to revision 135 of the Format-Specification for machine-readable copyright file in DEP5. * Bump Standards-Version to 3.8.3 -- Salvatore Bonaccorso Mon, 28 Dec 2009 08:22:44 +0100 libset-scalar-perl (1.24-1) unstable; urgency=low [ Nathan Handler ] * New upstream release * debian/docs: - Removed. There is no need to install the upstream README file. All information that is in it is available from 'perldoc Set::Scalar' [ gregor herrmann ] * debian/copyright: update years of upstream copyright. -- Nathan Handler Wed, 03 Jun 2009 11:53:17 +0000 libset-scalar-perl (1.23-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release * debian/*: redid packaging to new standards, copyright is now mine * debian/control: + Added myself to Uploaders + Update Standards-Version to 3.8.1 + Depend on debhelper 7 + Remove cdbs build-depends * debian/copyright: switch to new copyright format * debian/rules: use new rules template [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: make short description a noun phrase. -- Brian Cassidy Thu, 23 Apr 2009 11:11:44 -0300 libset-scalar-perl (1.22-1) unstable; urgency=low [ Damyan Ivanov ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description). [ Martín Ferrari ] * New upstream release. * debian/control: + Set the perl group as Maintainer, moving José to Uploaders. + Bumped Standards-Version (no changes needed). + Changed Description to actually name the main module, and provide a clearer description of it, including the (just added) ability of computing power sets and cartesian products. * debian/watch: + Use by-dist url, and correctly match versions. * debian/copyright: + Use the new parseable format. + Added myself as contributor. + Updated the (outdated) upstream copyright years. -- Martín Ferrari Sun, 16 Dec 2007 22:06:23 -0300 libset-scalar-perl (1.20-1) unstable; urgency=low * Initial release (Closes: #429293) -- Jose Luis Rivas Sat, 16 Jun 2007 15:41:39 -0400