r24276 - in /trunk/libtest-script-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Fri Aug 15 10:46:59 UTC 2008


Author: vdanjean
Date: Fri Aug 15 10:46:57 2008
New Revision: 24276

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

Added:
    trunk/libtest-script-perl/debian/
    trunk/libtest-script-perl/debian/changelog
    trunk/libtest-script-perl/debian/compat
    trunk/libtest-script-perl/debian/control
    trunk/libtest-script-perl/debian/copyright
    trunk/libtest-script-perl/debian/rules   (with props)
    trunk/libtest-script-perl/debian/watch

Added: trunk/libtest-script-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/changelog?rev=24276&op=file
==============================================================================
--- trunk/libtest-script-perl/debian/changelog (added)
+++ trunk/libtest-script-perl/debian/changelog Fri Aug 15 10:46:57 2008
@@ -1,0 +1,6 @@
+libtest-script-perl (1.03-1) unstable; urgency=low
+
+  * Initial release. (Closes: #495206: ITP: libtest-script-perl --
+    cross-platform basic tests for scripts)
+
+ -- Vincent Danjean <vdanjean at debian.org>  Fri, 15 Aug 2008 12:44:28 +0200

Added: trunk/libtest-script-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/compat?rev=24276&op=file
==============================================================================
--- trunk/libtest-script-perl/debian/compat (added)
+++ trunk/libtest-script-perl/debian/compat Fri Aug 15 10:46:57 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-script-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/control?rev=24276&op=file
==============================================================================
--- trunk/libtest-script-perl/debian/control (added)
+++ trunk/libtest-script-perl/debian/control Fri Aug 15 10:46:57 2008
@@ -1,0 +1,24 @@
+Source: libtest-script-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12), libipc-run3-perl (>= 0.034)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Test-Script/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-script-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/
+
+Package: libtest-script-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libipc-run3-perl (>= 0.034)
+Description: cross-platform basic tests for scripts
+ The intent of this module is to provide a series of basic tests for
+ scripts in the bin directory of your Perl distribution.
+ .
+ Further, it aims to provide them with perfect platform-compatibility and
+ in a way that is as unobtrusive as possible.
+ .
+ That is, if the program works on a platform, then Test::Script should
+ also work on that platform.

Added: trunk/libtest-script-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/copyright?rev=24276&op=file
==============================================================================
--- trunk/libtest-script-perl/debian/copyright (added)
+++ trunk/libtest-script-perl/debian/copyright Fri Aug 15 10:46:57 2008
@@ -1,0 +1,22 @@
+This is the debian package for the Test-Script module.
+It was created by Vincent Danjean <vdanjean at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Test-Script/
+
+The upstream author is: Adam Kennedy <adamk at cpan.org>.
+
+Copyright (C) 2006-2008 Adam Kennedy
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.7 or,
+at your option, any later version of Perl 5 you may have available.
+
+Perl is distributed under either the Artistic licence or the GPL.
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+
+
+The Debian packaging is (C) 2008, Vincent Danjean <vdanjean at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libtest-script-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/rules?rev=24276&op=file
==============================================================================
--- trunk/libtest-script-perl/debian/rules (added)
+++ trunk/libtest-script-perl/debian/rules Fri Aug 15 10:46:57 2008
@@ -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/libtest-script-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-script-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/watch?rev=24276&op=file
==============================================================================
--- trunk/libtest-script-perl/debian/watch (added)
+++ trunk/libtest-script-perl/debian/watch Fri Aug 15 10:46:57 2008
@@ -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/Test-Script/   .*/Test-Script-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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