debian/0000755000000000000000000000000012215554266007176 5ustar debian/watch0000644000000000000000000000015612101263725010220 0ustar version=3 https://metacpan.org/release/Dir-Self/ .*/Dir-Self-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000202312215554102011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Dir-Self Upstream-Contact: Lukas Mai Source: https://metacpan.org/release/Dir-Self/ Files: * Copyright: 2007, 2008, 2013, Lukas Mai License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, gregor herrmann 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/control0000644000000000000000000000213412215554154010575 0ustar Source: libdir-self-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Dir-Self/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdir-self-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdir-self-perl.git Package: libdir-self-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module providing a __DIR__ constant for the directory of the source file Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. Dir::Self adds __DIR__, which expands to the directory your source file is in, as an absolute pathname. . This is useful if your code wants to access files in the same directory, like helper modules or configuration data. This is a bit like FindBin except it's not limited to the main program, i.e. you can also use it in modules. And it actually works. debian/compat0000644000000000000000000000000212215554134010366 0ustar 8 debian/changelog0000644000000000000000000000147112215554266011053 0ustar libdir-self-perl (0.11-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.11 * Update years of upstream copyright * Bump dh compatibility to level 8 * Bump Standards-Version to 3.9.4 (no change) -- Florian Schlichting Mon, 16 Sep 2013 12:08:46 +0200 libdir-self-perl (0.10-1) unstable; urgency=low * Initial release (closes: #600397). -- gregor herrmann Sun, 17 Oct 2010 15:40:54 +0200 debian/source/0000755000000000000000000000000011671744161010476 5ustar debian/source/format0000644000000000000000000000001411671744161011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671744161010255 0ustar #!/usr/bin/make -f %: dh $@