debian/0000755000000000000000000000000012116674060007171 5ustar debian/rules0000755000000000000000000000003612116674060010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000222212116674060010572 0ustar Source: libipc-shareable-perl Maintainer: Debian Perl Group Uploaders: Martín Ferrari , gregor herrmann , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libipc-shareable-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libipc-shareable-perl.git Homepage: https://metacpan.org/release/IPC-Shareable/ Package: libipc-shareable-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to access IPC shared memory segments through perl This perl module provides a tie() interface to System V IPC shared memory segments. . IPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. Scalars, arrays, and hashes can be tied. The variable being tied may contain arbitrarily complex data structures - including references to arrays, hashes of hashes, etc. debian/source/0000755000000000000000000000000012116674060010471 5ustar debian/source/format0000644000000000000000000000001412116674060011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001104312116674060011042 0ustar libipc-shareable-perl (0.61-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/copyright: update wording of Comment about copyright ownership. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.61 * Remove fix_perl_5.10_compat and test-block patches now included in upstream * Update debian/watch regexp to pkg-perl usual one * Bump debian/copyright format to 1.0 * Add Mike South in copyright holder * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 -- Xavier Guimard Fri, 08 Mar 2013 07:17:39 +0100 libipc-shareable-perl (0.60-8) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * Refresh patch fix_perl_5.10_compat and add DEP3 headers. * New patch test-block, grabbed from CPAN RT#19169; workaround blocking test (closes: #549760). * Switch to debhelper 7 (debian/{rules,compat,control,.examples}. * Switch to source format 3.0 (quilt). * Add /me to Uploaders. * Set Standards-Version to 3.8.4 (no changes). * Remove a versioned runtime dependency that's already fulfilled in oldstable. * debian/copyright: use DEP5 formatting. * Make short description a noun phrase. -- gregor herrmann Thu, 11 Feb 2010 18:01:45 +0100 libipc-shareable-perl (0.60-7) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Use dist-based URL in debian/watch. * debian/rules: - don't install empty /usr/lib/perl5 directory - use $(CURDIR) instead of `pwd` - remove unneeded dh_link and dh_strip calls * Remove pseudo-field Homepage from long description. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Martín Ferrari ] * Updating my email address [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Gunnar Wolf ] * Adding myself as an uploader * Adding build-dependency on quilt * Added missing call to 'make test' during build process * Including Frank Lichtenheld's patch toe the test suit pass (and the module work, of course) under Perl 5.10 - http://rt.cpan.org/Public/Bug/Display.html?id=41401 (Closes: #507657) * Standards-version 3.7.2 -> 3.8.0 (no changes needed) -- Gunnar Wolf Wed, 03 Dec 2008 10:47:39 -0600 libipc-shareable-perl (0.60-6) unstable; urgency=low * Package now maintained by the Debian Perl group. * Added XS-Vcs-* fields in debian/control. * Fixed clean target in debian/rules. * Fixed watch file. -- Martín Ferrari Mon, 06 Aug 2007 10:15:07 +0100 libipc-shareable-perl (0.60-5) unstable; urgency=low * New maintainer (Closes: #374121). * debian/control: + Bumped Standards-Version to 3.7.2. + Moved perl build-dep to build-dep-indep. + Added upstream URL. * Created debian/watch file. * Moved debhelper compatibility statement from debian/rules to debian/compat (with version 5). * Cleaned up debian/rules. * Improved debian/copyright information. -- Martín Ferrari Fri, 23 Jun 2006 11:16:15 -0300 libipc-shareable-perl (0.60-4) unstable; urgency=low * Changed section to perl. * Changed versionned build-dep on debhelper from >= 2.2.0 to >= 3 to please lintian. * Use new-style DEB_BUILD_OPTIONS. * Now complies with Standards-Version 3.6.1.0. -- Philippe Troin Fri, 12 Mar 2004 19:06:55 -0800 libipc-shareable-perl (0.60-3) unstable; urgency=low * Fixed upstream version detection in debian/rules. * Depends on libstorable-perl OR perl 5.8 and higher (which now contains libstorable-perl); closes: #159202. -- Philippe Troin Tue, 3 Sep 2002 17:04:42 -0700 libipc-shareable-perl (0.60-2) unstable; urgency=low * First debian release; closes: #105815. -- Philippe Troin Wed, 18 Jul 2001 17:18:47 -0700 libipc-shareable-perl (0.60-1) unstable; urgency=low * Created package. (This version was never released) -- Philippe Troin Wed, 21 Feb 2001 10:02:29 -0800 debian/compat0000644000000000000000000000000212116674060010367 0ustar 8 debian/libipc-shareable-perl.examples0000644000000000000000000000000512116674060015052 0ustar eg/* debian/copyright0000644000000000000000000000363712116674060011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IPC-Shareable Source: https://metacpan.org/release/IPC-Shareable/ Upstream-Contact: Mike South Files: * Copyright: 1997-2001, Benjamin Sugars 2012, Mike South License: GPL-2+ X-Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: debian/* Copyright: 2001, 2002, 2004, Philippe Troin 2006, 2007, Martín Ferrari 2008, Gunnar Wolf 2010, gregor herrmann 2013, Xavier Guimard License: Artistic or GPL-1+ License: GPL-2+ 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; version 2 dated June, 1991, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. 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/watch0000644000000000000000000000016612116674060010225 0ustar version=3 https://metacpan.org/release/IPC-Shareable/ .*/IPC-Shareable-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libipc-shareable-perl.docs0000644000000000000000000000003212116674060014164 0ustar DISCLAIMER CREDITS README