debian/0000755000000000000000000000000012123323166007165 5ustar debian/rules0000755000000000000000000000035312123323166010246 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/control0000644000000000000000000000244312123323166010573 0ustar Source: libfile-pushd-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann , Xavier Guimard Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/File-pushd/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-pushd-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-pushd-perl.git Package: libfile-pushd-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for changing directory temporarily for a limited scope File::pushd does a temporary chdir that is easily and automatically reverted, similar to pushd in some Unix command shells. It works by creating an object that caches the original working directory. When the object is destroyed, the destructor calls chdir to revert to the original working directory. By storing the object in a lexical variable with a limited scope, this happens automatically at the end of the scope. . This is very handy when working with temporary directories for tasks like testing; a function is provided to streamline getting a temporary directory from File::Temp. debian/source/0000755000000000000000000000000012123323166010465 5ustar debian/source/format0000644000000000000000000000001412123323166011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000413012123323166011035 0ustar libfile-pushd-perl (1.005-1) unstable; urgency=low * New upstream release. * Update years of packaging copyright. -- gregor herrmann Sat, 23 Mar 2013 13:56:18 +0100 libfile-pushd-perl (1.004-1) unstable; urgency=low [ gregor herrmann ] * New upstream release (1.002). [ Salvatore Bonaccorso ] * Imported Upstream version 1.003 * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for upstream files. * Bump Standards-Version to 3.9.4 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 1.004 * Update debian/copyright years * Add myself to uploaders -- Xavier Guimard Fri, 08 Mar 2013 12:06:35 +0100 libfile-pushd-perl (1.001-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ 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). [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Switch to source format 3.0 (quilt). * debian/watch: add uversionmangle, in case upstream goes back to 2-digit minor versions. * debian/copyright: update formatting and upstream copyright years. * Bump debhelper compatibility level to 8. * Remove build dependency on libmodule-build-perl (in perl core since 5.10). * Add /me to Uploaders. * Set Standards-Version to 3.9.2 (no changes). * debian/control: make short description a noun phrase. * debian/rules: use tiny dh version; fix hashbang in examples. -- gregor herrmann Sat, 17 Sep 2011 18:34:25 +0200 libfile-pushd-perl (1.00-1) unstable; urgency=low * Initial Release. (Closes: #511580) -- Damyan Ivanov Mon, 12 Jan 2009 16:09:26 +0200 debian/libfile-pushd-perl.docs0000644000000000000000000000000512123323166013521 0ustar Todo debian/compat0000644000000000000000000000000212123323166010363 0ustar 8 debian/copyright0000644000000000000000000000251312123323166011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File-pushd Upstream-Contact: David A Golden Source: https://metacpan.org/release/File-pushd/ Files: * Copyright: 2013, David A Golden License: Apache-2.0 Files: debian/* Copyright: 2009, Damyan Ivanov 2011-2013, gregor herrmann 2013, Xavier Guimard License: other Permission is granted to use the packaging work, with or without modifications, provided that this notice is retained. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License, Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'. debian/watch0000644000000000000000000000022712123323166010217 0ustar version=3 opts=uversionmangle=s/\.\d\d$/$&0/ \ https://metacpan.org/release/File-pushd/ .*/File-pushd-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libfile-pushd-perl.examples0000644000000000000000000000001312123323166014406 0ustar examples/*