[SCM] Debian package for perl Test::InDistDir branch, master, updated. upstream/1.112071-1-gaa1e10f

Fabrizio Regalli fabreg at fabreg.it
Fri Sep 16 19:20:42 UTC 2011


The following commit has been merged in the master branch:
commit aa1e10f10c24909b8139dbab91dd45f12a7b4c3e
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Fri Sep 16 21:20:30 2011 +0200

    First debian release

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3b3c119
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtest-indistdir-perl (1.112071-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #641847)
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Fri, 16 Sep 2011 20:43:01 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e734e5a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: libtest-indistdir-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.2
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-indistdir-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-indistdir-perl.git
+Homepage: http://search.cpan.org/dist/Test-InDistDir/
+
+Package: libtest-indistdir-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ perl
+Description: test environment setup for development with IDE
+ Test::InDistDir helps run test scripts in IDEs like Komodo.
+ .
+ When running test scripts in an IDE i have to set up a project file defining
+ the dist dir to run tests in and a lib dir to load additional modules from.
+ Often I didn't feel like doing that, especially when i only wanted to do a
+ small patch to a dist. In those cases i added a BEGIN block to mangle the
+ environment for me.
+ .
+ This module basically is that BEGIN block. It automatically moves up one
+ directory when it cannot see the test script in "t/$scriptname" and includes
+ 'lib' in @INC when there's no blib present. That way the test ends up with
+ almost the same environment it'd get from EUMM/prove/etc., even when it's
+ actually run inside the t/ directory.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b961fdd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174
+Upstream-Contact: Christian Walde <walde.christian at googlemail.com>
+Source: http://search.cpan.org/dist/Test-InDistDir/
+Upstream-Name: Test-InDistDir
+
+Files: *
+Copyright: 2011, Christian Walde <walde.christian at googlemail.com>
+           2004, Sam Hocevar <sam at hocevar.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Fabrizio Regalli <fabreg at fabreg.it>
+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'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..186f5d6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-InDistDir/   .*/Test-InDistDir-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian package for perl Test::InDistDir



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