r67207 - in /trunk/libapp-perlbrew-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Jan 9 14:08:43 UTC 2011


Author: ghedo-guest
Date: Sun Jan  9 14:08:25 2011
New Revision: 67207

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

Added:
    trunk/libapp-perlbrew-perl/debian/
    trunk/libapp-perlbrew-perl/debian/changelog
    trunk/libapp-perlbrew-perl/debian/compat
    trunk/libapp-perlbrew-perl/debian/control
    trunk/libapp-perlbrew-perl/debian/copyright
    trunk/libapp-perlbrew-perl/debian/rules   (with props)
    trunk/libapp-perlbrew-perl/debian/source/
    trunk/libapp-perlbrew-perl/debian/source/format
    trunk/libapp-perlbrew-perl/debian/watch

Added: trunk/libapp-perlbrew-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-perlbrew-perl/debian/changelog?rev=67207&op=file
==============================================================================
--- trunk/libapp-perlbrew-perl/debian/changelog (added)
+++ trunk/libapp-perlbrew-perl/debian/changelog Sun Jan  9 14:08:25 2011
@@ -1,0 +1,5 @@
+libapp-perlbrew-perl (0.15-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #609424)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 9 Jan 2011 13:27:33 +0100

Added: trunk/libapp-perlbrew-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-perlbrew-perl/debian/compat?rev=67207&op=file
==============================================================================
--- trunk/libapp-perlbrew-perl/debian/compat (added)
+++ trunk/libapp-perlbrew-perl/debian/compat Sun Jan  9 14:08:25 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libapp-perlbrew-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-perlbrew-perl/debian/control?rev=67207&op=file
==============================================================================
--- trunk/libapp-perlbrew-perl/debian/control (added)
+++ trunk/libapp-perlbrew-perl/debian/control Sun Jan  9 14:08:25 2011
@@ -1,0 +1,22 @@
+Source: libapp-perlbrew-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/App-perlbrew/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapp-perlbrew-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapp-perlbrew-perl/
+
+Package: libapp-perlbrew-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: script to manage perl installations in your $HOME
+ perlbrew is a program to automate the building and installation of perl
+ in the users HOME. At the moment, it installs everything to ~/perl5/perlbrew,
+ and requires you to tweak your PATH by including a bashrc/cshrc file it
+ provides. You then can benefit from not having to run 'sudo' commands
+ to install cpan modules because those are installed inside your HOME
+ too. It's a completely separate perl environment.

Added: trunk/libapp-perlbrew-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-perlbrew-perl/debian/copyright?rev=67207&op=file
==============================================================================
--- trunk/libapp-perlbrew-perl/debian/copyright (added)
+++ trunk/libapp-perlbrew-perl/debian/copyright Sun Jan  9 14:08:25 2011
@@ -1,0 +1,47 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Kang-min Liu <gugod at gugod.org>
+Source: http://search.cpan.org/dist/App-perlbrew/
+Name: App-perlbrew
+
+Files: *
+Copyright: 2010, Kang-min Liu <gugod at gugod.org>
+License: MIT
+
+Files: debian/*
+Copyright: 2011, Alessandro Ghedini <al3xbio at gmail.com>
+License: MIT or Artistic or GPL-1+
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+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/libapp-perlbrew-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-perlbrew-perl/debian/rules?rev=67207&op=file
==============================================================================
--- trunk/libapp-perlbrew-perl/debian/rules (added)
+++ trunk/libapp-perlbrew-perl/debian/rules Sun Jan  9 14:08:25 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libapp-perlbrew-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-perlbrew-perl/debian/source/format?rev=67207&op=file
==============================================================================
--- trunk/libapp-perlbrew-perl/debian/source/format (added)
+++ trunk/libapp-perlbrew-perl/debian/source/format Sun Jan  9 14:08:25 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libapp-perlbrew-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-perlbrew-perl/debian/watch?rev=67207&op=file
==============================================================================
--- trunk/libapp-perlbrew-perl/debian/watch (added)
+++ trunk/libapp-perlbrew-perl/debian/watch Sun Jan  9 14:08:25 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/App-perlbrew/   .*/App-perlbrew-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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