r63862 - in /trunk/libdir-self-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 17 13:37:24 UTC 2010


Author: gregoa
Date: Sun Oct 17 13:36:55 2010
New Revision: 63862

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

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

Added: trunk/libdir-self-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdir-self-perl/debian/changelog?rev=63862&op=file
==============================================================================
--- trunk/libdir-self-perl/debian/changelog (added)
+++ trunk/libdir-self-perl/debian/changelog Sun Oct 17 13:36:55 2010
@@ -1,0 +1,5 @@
+libdir-self-perl (0.10-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #600397).
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 17 Oct 2010 15:27:14 +0200

Added: trunk/libdir-self-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdir-self-perl/debian/compat?rev=63862&op=file
==============================================================================
--- trunk/libdir-self-perl/debian/compat (added)
+++ trunk/libdir-self-perl/debian/compat Sun Oct 17 13:36:55 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libdir-self-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdir-self-perl/debian/control?rev=63862&op=file
==============================================================================
--- trunk/libdir-self-perl/debian/control (added)
+++ trunk/libdir-self-perl/debian/control Sun Oct 17 13:36:55 2010
@@ -1,0 +1,24 @@
+Source: libdir-self-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: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Dir-Self/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdir-self-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdir-self-perl/
+
+Package: libdir-self-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module providing a __DIR__ constant for the directory of the source file
+ Perl has two pseudo-constants describing the current location in your source
+ code, __FILE__ and __LINE__. Dir::Self adds __DIR__, which expands to the
+ directory your source file is in, as an absolute pathname.
+ .
+ This is useful if your code wants to access files in the same directory, like
+ helper modules or configuration data. This is a bit like FindBin except it's
+ not limited to the main program, i.e. you can also use it in modules. And it
+ actually works.

Added: trunk/libdir-self-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdir-self-perl/debian/copyright?rev=63862&op=file
==============================================================================
--- trunk/libdir-self-perl/debian/copyright (added)
+++ trunk/libdir-self-perl/debian/copyright Sun Oct 17 13:36:55 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Lukas Mai <l.mai at web.de>
+Source: http://search.cpan.org/dist/Dir-Self/
+Name: Dir-Self
+
+Files: *
+Copyright: 2007, 2008, Lukas Mai <l.mai at web.de>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.org>
+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/libdir-self-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdir-self-perl/debian/rules?rev=63862&op=file
==============================================================================
--- trunk/libdir-self-perl/debian/rules (added)
+++ trunk/libdir-self-perl/debian/rules Sun Oct 17 13:36:55 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libdir-self-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdir-self-perl/debian/source/format?rev=63862&op=file
==============================================================================
--- trunk/libdir-self-perl/debian/source/format (added)
+++ trunk/libdir-self-perl/debian/source/format Sun Oct 17 13:36:55 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdir-self-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdir-self-perl/debian/watch?rev=63862&op=file
==============================================================================
--- trunk/libdir-self-perl/debian/watch (added)
+++ trunk/libdir-self-perl/debian/watch Sun Oct 17 13:36:55 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Dir-Self/   .*/Dir-Self-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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