r48615 - in /trunk/libenv-path-perl/debian: ./ changelog compat control copyright libenv-path-perl.examples rules watch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Dec 11 21:59:21 UTC 2009


Author: carnil-guest
Date: Fri Dec 11 21:59:15 2009
New Revision: 48615

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

Added:
    trunk/libenv-path-perl/debian/
    trunk/libenv-path-perl/debian/changelog
    trunk/libenv-path-perl/debian/compat
    trunk/libenv-path-perl/debian/control
    trunk/libenv-path-perl/debian/copyright
    trunk/libenv-path-perl/debian/libenv-path-perl.examples
    trunk/libenv-path-perl/debian/rules   (with props)
    trunk/libenv-path-perl/debian/watch

Added: trunk/libenv-path-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-path-perl/debian/changelog?rev=48615&op=file
==============================================================================
--- trunk/libenv-path-perl/debian/changelog (added)
+++ trunk/libenv-path-perl/debian/changelog Fri Dec 11 21:59:15 2009
@@ -1,0 +1,5 @@
+libenv-path-perl (0.18-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #560279)
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 11 Dec 2009 10:32:17 +0100

Added: trunk/libenv-path-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-path-perl/debian/compat?rev=48615&op=file
==============================================================================
--- trunk/libenv-path-perl/debian/compat (added)
+++ trunk/libenv-path-perl/debian/compat Fri Dec 11 21:59:15 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libenv-path-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-path-perl/debian/control?rev=48615&op=file
==============================================================================
--- trunk/libenv-path-perl/debian/control (added)
+++ trunk/libenv-path-perl/debian/control Fri Dec 11 21:59:15 2009
@@ -1,0 +1,24 @@
+Source: libenv-path-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Env-Path/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libenv-path-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libenv-path-perl/
+
+Package: libenv-path-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl module implementing advanced operations on path variables
+ Env::Path presents an object-oriented interface to path variables, defined 
+ as that subclass of environment variables which name an ordered list of
+ filesystem elements separated by a platform-standard separator.
+ .
+ Env::Path is for cases where you need to insert or remove interior path
+ entries, strip redundancies, operate on a pathvar without having to know
+ whether the current platform uses ":" or ";", operate on a pathvar which 
+ may have a different name on different platforms, etc.

Added: trunk/libenv-path-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-path-perl/debian/copyright?rev=48615&op=file
==============================================================================
--- trunk/libenv-path-perl/debian/copyright (added)
+++ trunk/libenv-path-perl/debian/copyright Fri Dec 11 21:59:15 2009
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: David Boyce <dsbperl AT boyski.com>
+Source: http://search.cpan.org/dist/Env-Path/
+Name: Env-Path
+
+Files: *
+Copyright: 2000-2002, David Boyce <dsbperl AT boyski.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+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 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'

Added: trunk/libenv-path-perl/debian/libenv-path-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-path-perl/debian/libenv-path-perl.examples?rev=48615&op=file
==============================================================================
--- trunk/libenv-path-perl/debian/libenv-path-perl.examples (added)
+++ trunk/libenv-path-perl/debian/libenv-path-perl.examples Fri Dec 11 21:59:15 2009
@@ -1,0 +1,1 @@
+examples/Whence

Added: trunk/libenv-path-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-path-perl/debian/rules?rev=48615&op=file
==============================================================================
--- trunk/libenv-path-perl/debian/rules (added)
+++ trunk/libenv-path-perl/debian/rules Fri Dec 11 21:59:15 2009
@@ -1,0 +1,12 @@
+#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+%:
+	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \
+		xargs -r0 sed -i -e '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|'

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

Added: trunk/libenv-path-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-path-perl/debian/watch?rev=48615&op=file
==============================================================================
--- trunk/libenv-path-perl/debian/watch (added)
+++ trunk/libenv-path-perl/debian/watch Fri Dec 11 21:59:15 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Env-Path/   .*/Env-Path-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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