--- safe-hole-perl-0.13.orig/debian/CREDITS.debian +++ safe-hole-perl-0.13/debian/CREDITS.debian @@ -0,0 +1,2 @@ +Daniel Burrows for: +A more accurate description of this package (Bug #109354) --- safe-hole-perl-0.13.orig/debian/changelog +++ safe-hole-perl-0.13/debian/changelog @@ -0,0 +1,92 @@ +safe-hole-perl (0.13-1.1build5) focal; urgency=medium + + * No-change rebuild for the perl update. + + -- Matthias Klose Fri, 18 Oct 2019 19:38:10 +0000 + +safe-hole-perl (0.13-1.1build4) disco; urgency=medium + + * No-change rebuild for the perl 5.28 transition. + + -- Adam Conrad Fri, 02 Nov 2018 18:15:00 -0600 + +safe-hole-perl (0.13-1.1build3) artful; urgency=medium + + * No-change rebuild for perl 5.26.0. + + -- Matthias Klose Wed, 26 Jul 2017 20:13:10 +0000 + +safe-hole-perl (0.13-1.1build2) zesty; urgency=medium + + * No-change rebuild for perl 5.24 transition + + -- Iain Lane Mon, 24 Oct 2016 10:39:28 +0100 + +safe-hole-perl (0.13-1.1build1) xenial; urgency=medium + + * Rebuild for Perl 5.22.1. + + -- Colin Watson Fri, 18 Dec 2015 01:21:15 +0000 + +safe-hole-perl (0.13-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add explicit build dependency on libmodule-build-perl + Closes: #787674 + + -- Damyan Ivanov Thu, 23 Jul 2015 17:07:53 +0000 + +safe-hole-perl (0.13-1) unstable; urgency=low + + * New upstream release (Closes: #583148) + + -- Stefan Hornburg (Racke) Mon, 16 May 2011 09:36:04 +0200 + +safe-hole-perl (0.10-1) unstable; urgency=low + + * New upstream release (Closes: #328859) + * Change section to perl + + -- Stefan Hornburg (Racke) Sun, 18 Sep 2005 13:31:26 +0200 + +safe-hole-perl (0.08-3) unstable; urgency=low + + * New package description (Closes: #109354) + + -- Stefan Hornburg (Racke) Fri, 30 Nov 2001 14:53:25 +0100 + +safe-hole-perl (0.08-2) unstable; urgency=low + + * Made compliant to Debian Perl policy. + * Use make distclean instead of make clean. + * First official Debian package. + + -- Stefan Hornburg (Racke) Sat, 24 Feb 2001 20:22:02 +0100 + +safe-hole-perl (0.08-1) unstable; urgency=low + + * New upstream release. + * Changed architecture to any. + * Dependencies to shared libraries added. + + -- Stefan Hornburg (Racke) Fri, 19 Jan 2001 17:15:04 +0100 + +safe-hole-perl (0.07-1) unstable; urgency=low + + * New upstream release. + + -- Stefan Hornburg Sun, 26 Nov 2000 22:11:32 +0100 + +safe-hole-perl (0.06-1) unstable; urgency=high + + * New upstream release (security bug fix). + + -- Stefan Hornburg Sat, 22 Jul 2000 14:21:50 +0200 + +safe-hole-perl (0.03-1) unstable; urgency=low + + * Initial Release. + + -- Stefan Hornburg Sat, 25 Mar 2000 23:54:39 +0100 + + --- safe-hole-perl-0.13.orig/debian/compat +++ safe-hole-perl-0.13/debian/compat @@ -0,0 +1 @@ +5 --- safe-hole-perl-0.13.orig/debian/control +++ safe-hole-perl-0.13/debian/control @@ -0,0 +1,19 @@ +Source: safe-hole-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl, libmodule-build-perl +Maintainer: Stefan Hornburg (Racke) +Standards-Version: 3.5.6.0 + +Package: libsafe-hole-perl +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends} +Description: Perl module which makes a "hole" in the Safe compartment + libsafe-hole-perl allows externally defined routines and methods + of objects to be called from within the Safe compartment. However, + those subroutines and methods are executed within the Safe compartment, + so they are unable to call other subroutines which are dynamically + qualified with the package name such as class methods. + . + Through Safe::Hole, we can execute externally defined subroutines in + the original main compartment from the Safe compartment. --- safe-hole-perl-0.13.orig/debian/copyright +++ safe-hole-perl-0.13/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by Stefan Hornburg on +Sat, 25 Mar 2000 17:33:30 +0100. + +It was downloaded from http://www.perl.com/modules/by-module/Safe/ + +Upstream Author(s): Sey Nakajima + +Copyright: + +It may be redistributed under the terms of the GNU GPL, Version 2 or +later, found on Debian systems in the file /usr/share/common-licenses/GPL. + + + --- safe-hole-perl-0.13.orig/debian/rules +++ safe-hole-perl-0.13/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@