r29608 - in /trunk/libfile-pushd-perl/debian: ./ changelog compat control copyright docs examples rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 12 14:54:33 UTC 2009


Author: dmn
Date: Mon Jan 12 14:54:30 2009
New Revision: 29608

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

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

Added: trunk/libfile-pushd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-pushd-perl/debian/changelog?rev=29608&op=file
==============================================================================
--- trunk/libfile-pushd-perl/debian/changelog (added)
+++ trunk/libfile-pushd-perl/debian/changelog Mon Jan 12 14:54:30 2009
@@ -1,0 +1,5 @@
+libfile-pushd-perl (1.00-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #511580)
+
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 12 Jan 2009 16:09:26 +0200

Added: trunk/libfile-pushd-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-pushd-perl/debian/compat?rev=29608&op=file
==============================================================================
--- trunk/libfile-pushd-perl/debian/compat (added)
+++ trunk/libfile-pushd-perl/debian/compat Mon Jan 12 14:54:30 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-pushd-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-pushd-perl/debian/control?rev=29608&op=file
==============================================================================
--- trunk/libfile-pushd-perl/debian/control (added)
+++ trunk/libfile-pushd-perl/debian/control Mon Jan 12 14:54:30 2009
@@ -1,0 +1,26 @@
+Source: libfile-pushd-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/File-pushd/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-pushd-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-pushd-perl/
+
+Package: libfile-pushd-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: change directory temporarily for a limited scope
+ File::pushd does a temporary chdir that is easily and automatically reverted,
+ similar to pushd in some Unix command shells. It works by creating an object
+ that caches the original working directory. When the object is destroyed, the
+ destructor calls chdir to revert to the original working directory. By
+ storing the object in a lexical variable with a limited scope, this happens
+ automatically at the end of the scope.
+ .
+ This is very handy when working with temporary directories for tasks like
+ testing; a function is provided to streamline getting a temporary directory
+ from File::Temp.

Added: trunk/libfile-pushd-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-pushd-perl/debian/copyright?rev=29608&op=file
==============================================================================
--- trunk/libfile-pushd-perl/debian/copyright (added)
+++ trunk/libfile-pushd-perl/debian/copyright Mon Jan 12 14:54:30 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: David A Golden <dagolden at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/File-pushd/
+Upstream-Name: File-pushd
+
+Files: *
+Copyright: Copyright (c) 2005, 2006, 2007 by David A. Golden <dagolden at cpan.org>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2009, Damyan Ivanov <dmn at debian.org>
+License: other
+ Permission is granted to use the packaging work, with or without
+ modifications, provided that this notice is retained. If we meet some day, and
+ you think this stuff is worth it, you can buy me a beer in return.
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy of
+ the License at http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Files produced as output though the use of this software, including generated
+ copies of boilerplate templates provided with this software, shall not be
+ considered Derivative Works, but shall be considered the original work of the
+ Licensor.
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+ .
+ On Debian GNU/Linux systems, the complete text of the Apache 2.0 License can
+ be found in `/usr/share/common-licenses/Apache-2.0'

Added: trunk/libfile-pushd-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-pushd-perl/debian/docs?rev=29608&op=file
==============================================================================
--- trunk/libfile-pushd-perl/debian/docs (added)
+++ trunk/libfile-pushd-perl/debian/docs Mon Jan 12 14:54:30 2009
@@ -1,0 +1,1 @@
+Todo

Added: trunk/libfile-pushd-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-pushd-perl/debian/examples?rev=29608&op=file
==============================================================================
--- trunk/libfile-pushd-perl/debian/examples (added)
+++ trunk/libfile-pushd-perl/debian/examples Mon Jan 12 14:54:30 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libfile-pushd-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-pushd-perl/debian/rules?rev=29608&op=file
==============================================================================
--- trunk/libfile-pushd-perl/debian/rules (added)
+++ trunk/libfile-pushd-perl/debian/rules Mon Jan 12 14:54:30 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-pushd-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfile-pushd-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-pushd-perl/debian/watch?rev=29608&op=file
==============================================================================
--- trunk/libfile-pushd-perl/debian/watch (added)
+++ trunk/libfile-pushd-perl/debian/watch Mon Jan 12 14:54:30 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/File-pushd/   .*/File-pushd-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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