--- liblchown-perl-1.01.orig/debian/control +++ liblchown-perl-1.01/debian/control @@ -0,0 +1,20 @@ +Source: liblchown-perl +Priority: optional +Section: perl +Build-Depends: debhelper (>= 7), perl, libtest-pod-perl, + libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Jonathan Yu +Standards-Version: 3.8.3 +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 + Lchown provides a perl interface to the lchown(2) UNIX system call. The + lchown(2) call is useful to change the ownership and group of symbolic links, + rather than changing that information for the referent (real target) of these + links. --- liblchown-perl-1.01.orig/debian/copyright +++ liblchown-perl-1.01/debian/copyright @@ -0,0 +1,28 @@ +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: 2003-2009, Nick Cleaton +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: 2009, Jonathan Yu + 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.01.orig/debian/watch +++ liblchown-perl-1.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Lchown/ .*/Lchown-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- liblchown-perl-1.01.orig/debian/compat +++ liblchown-perl-1.01/debian/compat @@ -0,0 +1 @@ +7 --- liblchown-perl-1.01.orig/debian/changelog +++ liblchown-perl-1.01/debian/changelog @@ -0,0 +1,20 @@ +liblchown-perl (1.01-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (no changes) + * Add myself to Uploaders and Copyright + * Refresh copyright information + * Use new short debhelper rules format + * Rewrote control description + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Tue, 20 Oct 2009 09:45:25 -0400 + +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.01.orig/debian/rules +++ liblchown-perl-1.01/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@