r27032 - in /trunk/liblchown-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Nov 19 15:52:01 UTC 2008


Author: gregoa
Date: Wed Nov 19 15:51:58 2008
New Revision: 27032

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27032
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/liblchown-perl/debian/
    trunk/liblchown-perl/debian/changelog
    trunk/liblchown-perl/debian/compat
    trunk/liblchown-perl/debian/control
    trunk/liblchown-perl/debian/copyright
    trunk/liblchown-perl/debian/rules   (with props)
    trunk/liblchown-perl/debian/watch

Added: trunk/liblchown-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblchown-perl/debian/changelog?rev=27032&op=file
==============================================================================
--- trunk/liblchown-perl/debian/changelog (added)
+++ trunk/liblchown-perl/debian/changelog Wed Nov 19 15:51:58 2008
@@ -1,0 +1,5 @@
+liblchown-perl (1.00-1) unstable; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 19 Nov 2008 15:55:02 +0100

Added: trunk/liblchown-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblchown-perl/debian/compat?rev=27032&op=file
==============================================================================
--- trunk/liblchown-perl/debian/compat (added)
+++ trunk/liblchown-perl/debian/compat Wed Nov 19 15:51:58 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/liblchown-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblchown-perl/debian/control?rev=27032&op=file
==============================================================================
--- trunk/liblchown-perl/debian/control (added)
+++ trunk/liblchown-perl/debian/control Wed Nov 19 15:51:58 2008
@@ -1,0 +1,16 @@
+Source: liblchown-perl
+Priority: optional
+Section: perl
+Build-Depends: debhelper (>= 7), perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Biebl <biebl at debian.org>
+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
+ Use the lchown() system call from Perl on plattforms that support it.

Added: trunk/liblchown-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblchown-perl/debian/copyright?rev=27032&op=file
==============================================================================
--- trunk/liblchown-perl/debian/copyright (added)
+++ trunk/liblchown-perl/debian/copyright Wed Nov 19 15:51:58 2008
@@ -1,0 +1,25 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: Lchown
+Upstream-Maintainer: Nick Cleaton <nick at cleaton.net>
+Upstream-Source: http://search.cpan.org/dist/Lchown/
+
+Files: *
+Copyright: (C) 2003-2004 by Nick Cleaton <nick at cleaton.net>
+License: GPL-1+ | Artistic
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself, either Perl version 5.8.0 or,
+ at your option, any later version of Perl 5 you may have available.
+ .
+ Perl is distributed under the GNU General Public License, either version 1 or
+ (at your option) any later version, and the Artistic License.
+ .
+ On Debian systems, the complete text of the GNU General Public License can be
+ found in /usr/share/common-licenses/GPL and the Artistic license in
+ /usr/share/common-licenses/Artistic.
+
+Files: debian/*
+Copyright: (C) 2008, Michael Biebl <biebl at debian.org>
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+

Added: trunk/liblchown-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblchown-perl/debian/rules?rev=27032&op=file
==============================================================================
--- trunk/liblchown-perl/debian/rules (added)
+++ trunk/liblchown-perl/debian/rules Wed Nov 19 15:51:58 2008
@@ -1,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
+

Propchange: trunk/liblchown-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liblchown-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblchown-perl/debian/watch?rev=27032&op=file
==============================================================================
--- trunk/liblchown-perl/debian/watch (added)
+++ trunk/liblchown-perl/debian/watch Wed Nov 19 15:51:58 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Lchown/ .*/Lchown-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list