debian/0000755000000000000000000000000011641347476007203 5ustar debian/control0000644000000000000000000000170111641347404010574 0ustar Source: libfile-copy-link-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Joel Roth , Angel Abad Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-copy-link-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-copy-link-perl.git Homepage: http://search.cpan.org/dist/File-Copy-Link/ Package: libfile-copy-link-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl extension for replacing a link by a copy of the linked file The distribution File-Copy-Link includes the modules File::Spec::Link and File::Copy::Link and the script copylink. They include routines to read and copy links. debian/copyright0000644000000000000000000000223511641347404011127 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Robin Barker Source: http://search.cpan.org/dist/File-Copy-Link/ Name: File-Copy-Link Files: * Copyright: 2003, 2005-2008, 2011, Robin Barker License-Alias: Perl License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Joel Roth 2011, Angel Abad 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/watch0000644000000000000000000000017111641347404010222 0ustar version=3 http://search.cpan.org/dist/File-Copy-Link/ .*/File-Copy-Link-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libfile-copy-link-perl.examples0000644000000000000000000000001311641347404015175 0ustar examples/* debian/compat0000644000000000000000000000000211641347404010370 0ustar 8 debian/changelog0000644000000000000000000000135211641347404011045 0ustar libfile-copy-link-perl (0.113-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Angel Abad ] * Imported Upstream version 0.113 * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 (no changes) * Switch to source format 3.0 (quilt) * debian/control: Add myself to Uploaders * debian/copyright: - Update headers and license stanzas - Update upstream years [ gregor herrmann ] * Add build dependency on Module::Build 0.38. -- Angel Abad Fri, 30 Sep 2011 12:05:43 +0200 libfile-copy-link-perl (0.112-1) unstable; urgency=low * Initial Release (closes: #555319) -- Joel Roth Sun, 8 Nov 2009 12:22:28 -1000 debian/source/0000755000000000000000000000000011641347404010472 5ustar debian/source/format0000644000000000000000000000001411641347404011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000035411641347404010254 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/*