debian/0000755000000000000000000000000012213427571007172 5ustar debian/NEWS0000644000000000000000000000053112213425367007671 0ustar libpackage-stash-perl (0.35-1) unstable; urgency=low The following deprecated symbols have been removed: * remove_package_glob * has_package_symbol * get_package_symbol * get_or_add_package_symbol * remove_package_symbol * list_all_package_symbols -- Alessandro Ghedini Fri, 26 Jul 2013 19:49:44 +0200 debian/patches/0000755000000000000000000000000012110230435010604 5ustar debian/patches/series0000644000000000000000000000004111671747646012050 0ustar rm-package-stash-conflicts.patch debian/patches/rm-package-stash-conflicts.patch0000644000000000000000000000135512110230435016742 0ustar Description: remove requirement for Package::Stash::Conflicts This patch removes the requirements for Package::Stash::Conflicts and friends, since these are handled by the package management system. Origin: vendor Forwarded: not-needed Author: Jonathan Yu Reviewed-by: gregor herrmann Last-Update: 2011-04-21 --- a/t/00-compile.t +++ b/t/00-compile.t @@ -51,6 +51,9 @@ do { push @scripts, _find_scripts($_) if -d $_ } for qw{ bin script scripts }; +@modules = grep { !/^Package::Stash::Conflicts$/ } @modules; +@scripts = grep { !/^bin\/package-stash-conflicts$/ } @scripts; + my $plan = scalar(@modules) + scalar(@scripts); $plan ? (plan tests => $plan) : (plan skip_all => "no tests to run"); debian/watch0000644000000000000000000000017012101265654010217 0ustar version=3 https://metacpan.org/release/Package-Stash/ .*/Package-Stash-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000215412213425367011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Package-Stash Upstream-Contact: Jesse Luehrs Source: https://metacpan.org/release/Package-Stash/ Files: * Copyright: 2012, Jesse Luehrs License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Ansgar Burchardt 2010-2011, gregor herrmann 2011, Jonathan Yu 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/control0000644000000000000000000000247412213425367010605 0ustar Source: libpackage-stash-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , gregor herrmann , Jonathan Yu , Alessandro Ghedini Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmodule-implementation-perl, libtest-fatal-perl, libtest-leaktrace-perl, libtest-requires-perl, libpackage-stash-xs-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpackage-stash-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpackage-stash-perl.git Homepage: https://metacpan.org/release/Package-Stash/ Package: libpackage-stash-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-implementation-perl Recommends: libpackage-stash-xs-perl (>= 0.24) Breaks: libclass-mop-perl (<< 1.09~), libmoosex-method-signatures-perl (<< 0.37~), libmoosex-roles-withoverloading-perl (<< 0.09~), libnamespace-clean-perl (<< 0.19~) Description: module providing routines for manipulating stashes Package::Stash is a Perl module that provides an interface for manipulating stashes (Perl's symbol tables). These operations are occasionally necessary, but often very messy and easy to get wrong. debian/compat0000644000000000000000000000000211671747646010407 0ustar 8 debian/changelog0000644000000000000000000001106212213427571011044 0ustar libpackage-stash-perl (0.36-1) unstable; urgency=low * Team upload * Import Upstream version 0.36 * Delete manpage for removed package-stash-conflicts script -- Florian Schlichting Mon, 09 Sep 2013 22:26:48 +0200 libpackage-stash-perl (0.35-1) unstable; urgency=low * New upstream release * Drop (Build-)Depends on libpackage-deprecationmanager-perl * Note deprecated API removals in d/NEWS -- Alessandro Ghedini Fri, 26 Jul 2013 20:20:25 +0200 libpackage-stash-perl (0.34-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 * Bump upstream copyright years * (Build) depend on libmodule-implementation-perl * Refresh rm-package-stash-conflicts.patch * Bump Standards-Version to 3.9.4 (no changes needed) * Update copyright to Copyright-Format 1.0 -- Alessandro Ghedini Tue, 12 Feb 2013 14:05:05 +0100 libpackage-stash-perl (0.33-1) unstable; urgency=low * New upstream release. * Add versioned Breaks on libmoosex-method-signatures-perl. -- gregor herrmann Fri, 30 Sep 2011 17:31:08 +0200 libpackage-stash-perl (0.32-1) unstable; urgency=low * New upstream release * Bump libpackage-stash-xs-perl required version -- Alessandro Ghedini Tue, 06 Sep 2011 21:48:25 +0200 libpackage-stash-perl (0.31-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Alessandro Ghedini ] * New upstream release -- Alessandro Ghedini Tue, 09 Aug 2011 20:55:24 +0200 libpackage-stash-perl (0.30-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * New upstream release * Add myself to Uploaders -- Alessandro Ghedini Wed, 03 Aug 2011 11:09:53 +0200 libpackage-stash-perl (0.29-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.9.2 (no further changes). * Update upstream and packaging copyright years. * Refresh rm-package-stash-conflicts.patch (offset). -- gregor herrmann Thu, 21 Apr 2011 19:56:27 +0200 libpackage-stash-perl (0.26-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Bump to debhelper compat 8 [ gregor herrmann ] * Refresh rm-package-stash-conflicts.patch (offset). -- Jonathan Yu Sat, 05 Mar 2011 20:10:09 -0500 libpackage-stash-perl (0.25-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. * Breaks: libclass-mop-perl (<< 1.09~), libmoosex-roles-withoverloading-perl (<< 0.09~), libnamespace-clean-perl (<< 0.19~) due to API changes. * Recommends: libpackage-stash-xs-perl. * Add build-dep on libtest-leaktrace-perl, libtest-requires-perl. * Add (build-)dep on libpackage-deprecationmanager-perl. [ Jonathan Yu ] * Add a patch to avoid testing Package::Stash::Conflicts and package- stash-conflicts (these are not needed, since Debian has a package management system) * Do not install Package::Stash::Conflicts or package-stash-conflicts * Rewrite control description * Add myself to Uploaders and Copyright * Add libpackage-stash-xs-perl to B-D-I -- Jonathan Yu Sun, 20 Feb 2011 19:34:17 -0500 libpackage-stash-perl (0.13-1) unstable; urgency=low [ Ansgar Burchardt ] * Build-dep on libtest-fatal-perl instead of libtest-exception-perl. * Update my email address. [ gregor herrmann ] * Add /me to Uploaders. -- gregor herrmann Fri, 12 Nov 2010 23:31:04 +0100 libpackage-stash-perl (0.08-1) unstable; urgency=low * New upstream release. * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Sun, 19 Sep 2010 13:39:56 +0900 libpackage-stash-perl (0.05-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 18 Jun 2010 12:32:00 +0900 libpackage-stash-perl (0.03-1) unstable; urgency=low * Initial Release. (Closes: #584729) -- Ansgar Burchardt Sun, 06 Jun 2010 14:10:20 +0900 debian/source/0000755000000000000000000000000011671747646010511 5ustar debian/source/format0000644000000000000000000000001411671747646011717 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000103612213427571010252 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm $(TMP)/usr/bin/package-stash-conflicts rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin rm $(TMP)/usr/share/man/man1/package-stash-conflicts.1p rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/man/man1 rm $(TMP)/usr/share/perl5/Package/Stash/Conflicts.pm rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/Package/Stash