r12247 - in /trunk/libfile-path-perl/debian: ./ changelog compat control copyright docs rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Tue Jan 8 23:12:19 UTC 2008


Author: ghostbar-guest
Date: Tue Jan  8 23:12:17 2008
New Revision: 12247

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

Added:
    trunk/libfile-path-perl/debian/
    trunk/libfile-path-perl/debian/changelog
    trunk/libfile-path-perl/debian/compat
    trunk/libfile-path-perl/debian/control
    trunk/libfile-path-perl/debian/copyright
    trunk/libfile-path-perl/debian/docs
    trunk/libfile-path-perl/debian/rules   (with props)

Added: trunk/libfile-path-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-path-perl/debian/changelog?rev=12247&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/changelog (added)
+++ trunk/libfile-path-perl/debian/changelog Tue Jan  8 23:12:17 2008
@@ -1,0 +1,6 @@
+libfile-path-perl (2.04-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: 459824)
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Tue, 08 Jan 2008 17:31:48 -0430
+

Added: trunk/libfile-path-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libfile-path-perl/debian/compat?rev=12247&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/compat (added)
+++ trunk/libfile-path-perl/debian/compat Tue Jan  8 23:12:17 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libfile-path-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfile-path-perl/debian/control?rev=12247&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/control (added)
+++ trunk/libfile-path-perl/debian/control Tue Jan  8 23:12:17 2008
@@ -1,0 +1,18 @@
+Source: libfile-path-perl
+Section: perl
+Priority: extra
+Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl, libfile-spec-perl
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/File-Path/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-path-perl
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-perl
+
+Package: libfile-path-perl
+Architecture: all
+Depends: ${perl:Depends}, libfile-spec-perl
+Description: Perl module that create or remove directory trees
+ This module called File::Path provides two functions to remove or 
+ create directory trees,  mkpath and rmtree, very much like the 
+ `rm -r' Unix command line.

Added: trunk/libfile-path-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libfile-path-perl/debian/copyright?rev=12247&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/copyright (added)
+++ trunk/libfile-path-perl/debian/copyright Tue Jan  8 23:12:17 2008
@@ -1,0 +1,32 @@
+This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
+Tue, 08 Jan 2008 17:31:48 -0430.
+
+It was downloaded from http://search.cpan.org/dist/File-Path/
+
+Upstream Authors: 
+
+    Tim Bunce <Tim.Bunce at ig.co.uk>
+    Charles Bailey <bailey at newman.upenn.edu>
+    Currently Maintained by David Landgren <david at landgren.net>
+
+Copyright: 
+
+    Copyright (C) 1995-2007 Charles Bailey, Tim Bunce and David Landgren
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+    Foundation; either version 1, or (at your option) any later
+    version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL' and
+the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2008, Jose Luis Rivas <ghostbar38 at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libfile-path-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libfile-path-perl/debian/docs?rev=12247&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/docs (added)
+++ trunk/libfile-path-perl/debian/docs Tue Jan  8 23:12:17 2008
@@ -1,0 +1,2 @@
+README
+TODO

Added: trunk/libfile-path-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-path-perl/debian/rules?rev=12247&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/rules (added)
+++ trunk/libfile-path-perl/debian/rules Tue Jan  8 23:12:17 2008
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+DEB_INSTALL_EXAMPLES_libfile-path-perl := eg/*
+
+install/libfile-path-perl::
+	rm -rf debian/libfile-path-perl/usr/share/perl5

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




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