--- libfile-basedir-perl-0.02.orig/debian/compat +++ libfile-basedir-perl-0.02/debian/compat @@ -0,0 +1 @@ +4 --- libfile-basedir-perl-0.02.orig/debian/changelog +++ libfile-basedir-perl-0.02/debian/changelog @@ -0,0 +1,6 @@ +libfile-basedir-perl (0.02-1) unstable; urgency=low + + * Initial release. + + -- Florian Ragwitz Wed, 26 Oct 2005 16:20:00 +0200 + --- libfile-basedir-perl-0.02.orig/debian/copyright +++ libfile-basedir-perl-0.02/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Florian Ragwitz on +Wed, 26 Oct 2005 16:20:00 +0200. + +It was downloaded from http://search.cpan.org/~pardus/File-BaseDir/ + +Copyright Holder: Copyright (c) 2003 Jaap G Karssenberg + +License: + +This program is free software, you can redistribute it and/or modify it under +the same terms as Perl itself. + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. On Debian GNU/Linux systems, the complete text of the +GNU General Public License can be found in `/usr/share/common-licenses/GPL' +and the Artistic Licence in `/usr/share/common-licenses/Artistic'. --- libfile-basedir-perl-0.02.orig/debian/rules +++ libfile-basedir-perl-0.02/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + +#Don't install the README. +DEB_INSTALL_DOCS_ALL = --- libfile-basedir-perl-0.02.orig/debian/control +++ libfile-basedir-perl-0.02/debian/control @@ -0,0 +1,17 @@ +Source: libfile-basedir-perl +Section: perl +Priority: optional +Maintainer: Florian Ragwitz +Build-Depends: cdbs, debhelper (>= 4.1.0) +Build-Depends-Indep: perl +Standards-Version: 3.6.2 + +Package: libfile-basedir-perl +Architecture: all +Depends: ${perl:Depends} +Description: Perl module to use the freedesktop basedir specification + This module can be used to find directories and files as specified by the XDG + Base Directory Specification. It takes care of defaults and uses File::Spec to + make the output platform specific. + . + For this module the XDG basedir specification 0.6 was used.