r36449 - in /trunk/libfile-temp-perl/debian: ./ changelog compat control copyright libfile-temp-perl.docs rules watch

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Tue May 26 11:29:40 UTC 2009


Author: bricas-guest
Date: Tue May 26 11:29:36 2009
New Revision: 36449

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

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

Added: trunk/libfile-temp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-temp-perl/debian/changelog?rev=36449&op=file
==============================================================================
--- trunk/libfile-temp-perl/debian/changelog (added)
+++ trunk/libfile-temp-perl/debian/changelog Tue May 26 11:29:36 2009
@@ -1,0 +1,5 @@
+libfile-temp-perl (0.21-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #530615)
+
+ -- Brian Cassidy <brian.cassidy at gmail.com>  Mon, 25 May 2009 20:23:26 -0300

Added: trunk/libfile-temp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-temp-perl/debian/compat?rev=36449&op=file
==============================================================================
--- trunk/libfile-temp-perl/debian/compat (added)
+++ trunk/libfile-temp-perl/debian/compat Tue May 26 11:29:36 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-temp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-temp-perl/debian/control?rev=36449&op=file
==============================================================================
--- trunk/libfile-temp-perl/debian/control (added)
+++ trunk/libfile-temp-perl/debian/control Tue May 26 11:29:36 2009
@@ -1,0 +1,29 @@
+Source: libfile-temp-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libfile-spec-perl (>= 0.8)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Brian Cassidy <brian.cassidy at gmail.com>
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-temp-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-temp-perl/
+Homepage: http://search.cpan.org/dist/File-Temp/
+
+Package: libfile-temp-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libfile-spec-perl (>= 0.8)
+Description: return name and handle of a temporary file safely
+ File::Temp can be used to create and open temporary files in a safe way.
+ There is both a function interface and an object-oriented interface. The
+ File::Temp constructor or the tempfile() function can be used to return the
+ name and the open filehandle of a temporary file. The tempdir() function can
+ be used to create a temporary directory.
+ .
+ The security aspect of temporary file creation is emphasized such that a
+ filehandle and filename are returned together. This helps guarantee that a
+ race condition can not occur where the temporary file is created by another
+ process between checking for the existence of the file and its opening.
+ Additional security levels are provided to check, for example, that the
+ sticky bit is set on world writable directories. See "safe_level" for more
+ information.

Added: trunk/libfile-temp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-temp-perl/debian/copyright?rev=36449&op=file
==============================================================================
--- trunk/libfile-temp-perl/debian/copyright (added)
+++ trunk/libfile-temp-perl/debian/copyright Tue May 26 11:29:36 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Tim Jenness <tjenness at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/File-Temp/
+Upstream-Name: File-Temp
+
+Files: *
+Copyright: Tim Jenness <tjenness at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Brian Cassidy <brian.cassidy at gmail.com>
+License: Artistic | 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/libfile-temp-perl/debian/libfile-temp-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-temp-perl/debian/libfile-temp-perl.docs?rev=36449&op=file
==============================================================================
--- trunk/libfile-temp-perl/debian/libfile-temp-perl.docs (added)
+++ trunk/libfile-temp-perl/debian/libfile-temp-perl.docs Tue May 26 11:29:36 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libfile-temp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-temp-perl/debian/rules?rev=36449&op=file
==============================================================================
--- trunk/libfile-temp-perl/debian/rules (added)
+++ trunk/libfile-temp-perl/debian/rules Tue May 26 11:29:36 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libfile-temp-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-temp-perl/debian/watch?rev=36449&op=file
==============================================================================
--- trunk/libfile-temp-perl/debian/watch (added)
+++ trunk/libfile-temp-perl/debian/watch Tue May 26 11:29:36 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-Temp/   .*/File-Temp-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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