r67138 - in /trunk/libvendorlib-perl/debian: ./ changelog compat control copyright libvendorlib-perl.docs rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Jan 7 17:58:18 UTC 2011


Author: periapt-guest
Date: Fri Jan  7 17:58:10 2011
New Revision: 67138

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

Added:
    trunk/libvendorlib-perl/debian/
    trunk/libvendorlib-perl/debian/changelog
    trunk/libvendorlib-perl/debian/compat
    trunk/libvendorlib-perl/debian/control
    trunk/libvendorlib-perl/debian/copyright
    trunk/libvendorlib-perl/debian/libvendorlib-perl.docs
    trunk/libvendorlib-perl/debian/rules   (with props)
    trunk/libvendorlib-perl/debian/source/
    trunk/libvendorlib-perl/debian/source/format
    trunk/libvendorlib-perl/debian/watch

Added: trunk/libvendorlib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvendorlib-perl/debian/changelog?rev=67138&op=file
==============================================================================
--- trunk/libvendorlib-perl/debian/changelog (added)
+++ trunk/libvendorlib-perl/debian/changelog Fri Jan  7 17:58:10 2011
@@ -1,0 +1,5 @@
+libvendorlib-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #609172)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 7 Jan 2011 17:47:01 +0000

Added: trunk/libvendorlib-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvendorlib-perl/debian/compat?rev=67138&op=file
==============================================================================
--- trunk/libvendorlib-perl/debian/compat (added)
+++ trunk/libvendorlib-perl/debian/compat Fri Jan  7 17:58:10 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libvendorlib-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvendorlib-perl/debian/control?rev=67138&op=file
==============================================================================
--- trunk/libvendorlib-perl/debian/control (added)
+++ trunk/libvendorlib-perl/debian/control Fri Jan  7 17:58:10 2011
@@ -1,0 +1,27 @@
+Source: libvendorlib-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/vendorlib/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libvendorlib-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libvendorlib-perl/
+
+Package: libvendorlib-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: pragma to enforce only core and vendor libraries are used
+ In a system distribution such as Debian, it may be advisable for Perl programs
+ to ignore the user's CPAN-installed modules and only use the
+ distribution-provided modules to avoid possible breakage with newer and
+ unpackaged versions of modules.
+ .
+ To that end, this pragma will replace your @INC with only the core and vendor
+ @INC paths, ignoring site_perl and $ENV{PERL5LIB} entirely.
+ .
+ It is recommended that you put 'use vendorlib;' as the first statement in your
+ program, before even 'use strict;' and 'use warnings;'.
+

Added: trunk/libvendorlib-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvendorlib-perl/debian/copyright?rev=67138&op=file
==============================================================================
--- trunk/libvendorlib-perl/debian/copyright (added)
+++ trunk/libvendorlib-perl/debian/copyright Fri Jan  7 17:58:10 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Rafael Kitover, <rkitover at cpan.org>
+Source: http://search.cpan.org/dist/vendorlib/
+Name: vendorlib
+
+Files: *
+Copyright: 2011, Rafael Kitover, <rkitover at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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'.

Added: trunk/libvendorlib-perl/debian/libvendorlib-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvendorlib-perl/debian/libvendorlib-perl.docs?rev=67138&op=file
==============================================================================
--- trunk/libvendorlib-perl/debian/libvendorlib-perl.docs (added)
+++ trunk/libvendorlib-perl/debian/libvendorlib-perl.docs Fri Jan  7 17:58:10 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libvendorlib-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvendorlib-perl/debian/rules?rev=67138&op=file
==============================================================================
--- trunk/libvendorlib-perl/debian/rules (added)
+++ trunk/libvendorlib-perl/debian/rules Fri Jan  7 17:58:10 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libvendorlib-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvendorlib-perl/debian/source/format?rev=67138&op=file
==============================================================================
--- trunk/libvendorlib-perl/debian/source/format (added)
+++ trunk/libvendorlib-perl/debian/source/format Fri Jan  7 17:58:10 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libvendorlib-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvendorlib-perl/debian/watch?rev=67138&op=file
==============================================================================
--- trunk/libvendorlib-perl/debian/watch (added)
+++ trunk/libvendorlib-perl/debian/watch Fri Jan  7 17:58:10 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/vendorlib/   .*/vendorlib-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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