--- liblchown-perl-1.00.orig/debian/rules +++ liblchown-perl-1.00/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build + --- liblchown-perl-1.00.orig/debian/copyright +++ liblchown-perl-1.00/debian/copyright @@ -0,0 +1,27 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: Lchown +Upstream-Maintainer: Nick Cleaton +Upstream-Source: http://search.cpan.org/dist/Lchown/ + +Files: * +Copyright: (C) 2003-2004 by Nick Cleaton +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: (C) 2008, gregor herrmann +License: GPL-1+ | Artistic + +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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- liblchown-perl-1.00.orig/debian/control +++ liblchown-perl-1.00/debian/control @@ -0,0 +1,19 @@ +Source: liblchown-perl +Priority: optional +Section: perl +Build-Depends: debhelper (>= 6), perl, libtest-pod-perl, + libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Lchown/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblchown-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblchown-perl/ + +Package: liblchown-perl +Architecture: any +Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} +Description: Perl interface to the lchown() system call + The Lchown module provides a perl interface to the lchown(2) UNIX system + call, on systems that support lchown. The lchown(2) call is used to change + the ownership and group of symbolic links. --- liblchown-perl-1.00.orig/debian/changelog +++ liblchown-perl-1.00/debian/changelog @@ -0,0 +1,17 @@ +liblchown-perl (1.00-1~ppa1~hardy2) hardy; urgency=low + + * Adjusted debhelper requirement + + -- David Fraser Thu, 19 Feb 2009 15:55:35 +0200 + +liblchown-perl (1.00-1~ppa1~hardy1) hardy; urgency=low + + * Added to PPA for hardy + + -- David Fraser Thu, 19 Feb 2009 14:26:20 +0200 + +liblchown-perl (1.00-1) unstable; urgency=low + + * Initial release (closes: #506233). + + -- gregor herrmann Wed, 19 Nov 2008 17:59:48 +0100 --- liblchown-perl-1.00.orig/debian/compat +++ liblchown-perl-1.00/debian/compat @@ -0,0 +1 @@ +7 --- liblchown-perl-1.00.orig/debian/watch +++ liblchown-perl-1.00/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Lchown/ .*/Lchown-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$