debian/0000755000000000000000000000000012174537330007173 5ustar debian/control0000644000000000000000000000203012174537330010571 0ustar Source: libpackage-stash-xs-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , Alessandro Ghedini Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl, libtest-fatal-perl, libtest-requires-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpackage-stash-xs-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpackage-stash-xs-perl.git Homepage: https://metacpan.org/release/Package-Stash-XS/ Package: libpackage-stash-xs-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Enhances: libpackage-stash-perl Description: Perl module providing routines for manipulating stashes (XS version) Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. Package::Stash hides all of that behind a simple API. . This package provides the faster and more correct XS implementation. debian/compat0000644000000000000000000000000212174537330010371 0ustar 8 debian/watch0000644000000000000000000000017612174537330010230 0ustar version=3 https://metacpan.org/release/Package-Stash-XS/ .*/Package-Stash-XS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012174537330010473 5ustar debian/source/format0000644000000000000000000000001412174537330011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000407512174537330011053 0ustar libpackage-stash-xs-perl (0.28-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Fri, 26 Jul 2013 20:24:11 +0200 libpackage-stash-xs-perl (0.26-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Alessandro Ghedini ] * New upstream release * Email change: Alessandro Ghedini -> ghedo@debian.org * Update copyright to Copyright-Format 1.0 * Bump Standards-Version to 3.9.4 (no changes needed) * Bump upstream copyright years -- Alessandro Ghedini Tue, 12 Feb 2013 14:05:52 +0100 libpackage-stash-xs-perl (0.24-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Tue, 06 Sep 2011 10:57:09 +0200 libpackage-stash-xs-perl (0.23-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. [ Alessandro Ghedini ] * New upstream release * Bump debhelper compat level to 8 * Re-order Build-Depends * Bump Standards-Version to 3.9.2 (no changes needed) * Add myself to Uploaders -- Alessandro Ghedini Tue, 09 Aug 2011 20:46:53 +0200 libpackage-stash-xs-perl (0.22-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 05 Mar 2011 13:50:41 +0100 libpackage-stash-xs-perl (0.21-1) unstable; urgency=low * New upstream release. * Remove build-dep on libtest-leaktrace-perl: now only used in author tests. * debian/copyright: Update years of copyright. -- Ansgar Burchardt Fri, 04 Feb 2011 14:01:09 +0100 libpackage-stash-xs-perl (0.17-1) unstable; urgency=low * Initial Release. (Closes: #609016) -- Ansgar Burchardt Wed, 05 Jan 2011 14:48:22 +0100 debian/copyright0000644000000000000000000000230112174537330011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Package-Stash-XS Upstream-Contact: Jesse Luehrs Source: https://metacpan.org/release/Package-Stash-XS/ Files: * Copyright: 2013, Jesse Luehrs License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2009, Marcus Holland-Moritz 2001, Paul Marquess 1999, Kenneth Albanowski License: Artistic or GPL-1+ Files: debian/* Copyright: 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/rules0000755000000000000000000000003612174537330010252 0ustar #!/usr/bin/make -f %: dh $@