r8232 - in /trunk/libtest-expect-perl/debian: ./ changelog compat control copyright rules

makholm at users.alioth.debian.org makholm at users.alioth.debian.org
Fri Oct 12 19:18:42 UTC 2007


Author: makholm
Date: Fri Oct 12 19:18:42 2007
New Revision: 8232

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

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

Added: trunk/libtest-expect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-expect-perl/debian/changelog?rev=8232&op=file
==============================================================================
--- trunk/libtest-expect-perl/debian/changelog (added)
+++ trunk/libtest-expect-perl/debian/changelog Fri Oct 12 19:18:42 2007
@@ -1,0 +1,5 @@
+libtest-expect-perl (0.30-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #446387)
+
+ -- Peter Makholm <peter at makholm.net>  Fri, 12 Oct 2007 19:05:19 +0000

Added: trunk/libtest-expect-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtest-expect-perl/debian/compat?rev=8232&op=file
==============================================================================
--- trunk/libtest-expect-perl/debian/compat (added)
+++ trunk/libtest-expect-perl/debian/compat Fri Oct 12 19:18:42 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libtest-expect-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-expect-perl/debian/control?rev=8232&op=file
==============================================================================
--- trunk/libtest-expect-perl/debian/control (added)
+++ trunk/libtest-expect-perl/debian/control Fri Oct 12 19:18:42 2007
@@ -1,0 +1,24 @@
+Source: libtest-expect-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), cdbs, libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-7), libclass-accessor-chained-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Makholm <peter at makholm.net>
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-expect-perl/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-expect-perl/
+
+Package: libtest-expect-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-chained-perl
+Description: Automated driving and testing of terminal-based programs
+ Test::Expect is a module for automated driving and testing of
+ terminal-based programs.  It is handy for testing interactive programs
+ which have a prompt, and is based on the same concepts as the Tcl
+ Expect tool.  As in Expect::Simple, the Expect object is made
+ available for tweaking.
+ .
+ Test::Expect is intended for use in a test script.
+ .
+  Homepage: http://search.cpan.org/dist/Test-Expect/

Added: trunk/libtest-expect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtest-expect-perl/debian/copyright?rev=8232&op=file
==============================================================================
--- trunk/libtest-expect-perl/debian/copyright (added)
+++ trunk/libtest-expect-perl/debian/copyright Fri Oct 12 19:18:42 2007
@@ -1,0 +1,25 @@
+This is the debian package for the Test-Expect module.
+It was created by Peter Makholm <peter at makholm.net> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Test-Expect/
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+The upstream author is: Leon Brocard, C<< <acme at astray.com> >>.
+
+
+Copyright (C) 2005, Leon Brocard
+
+This module is free software; you can redistribute it or modify it
+under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+
+The Debian packaging is (C) 2007, Peter Makholm <peter at makholm.net> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libtest-expect-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-expect-perl/debian/rules?rev=8232&op=file
==============================================================================
--- trunk/libtest-expect-perl/debian/rules (added)
+++ trunk/libtest-expect-perl/debian/rules Fri Oct 12 19:18:42 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+export LC_ALL=C
+
+# Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+

Propchange: trunk/libtest-expect-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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