r8227 - in /trunk/libexpect-simple-perl/debian: ./ changelog compat control copyright rules

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


Author: makholm
Date: Fri Oct 12 19:18:23 2007
New Revision: 8227

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

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

Added: trunk/libexpect-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libexpect-simple-perl/debian/changelog?rev=8227&op=file
==============================================================================
--- trunk/libexpect-simple-perl/debian/changelog (added)
+++ trunk/libexpect-simple-perl/debian/changelog Fri Oct 12 19:18:23 2007
@@ -1,0 +1,5 @@
+libexpect-simple-perl (0.03-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #446388)
+
+ -- Peter Makholm <peter at makholm.net>  Fri, 12 Oct 2007 19:03:58 +0000

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

Added: trunk/libexpect-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libexpect-simple-perl/debian/control?rev=8227&op=file
==============================================================================
--- trunk/libexpect-simple-perl/debian/control (added)
+++ trunk/libexpect-simple-perl/debian/control Fri Oct 12 19:18:23 2007
@@ -1,0 +1,20 @@
+Source: libexpect-simple-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), cdbs
+Build-Depends-Indep: perl (>= 5.8.8-7), libexpect-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/libexpect-simple-perl/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libexpect-simple-perl/
+
+Package: libexpect-simple-perl
+Architecture: all
+Depends: ${perl:Depends}, libexpect-perl, ${misc:Depends}, 
+Description: wrapper around the Expect module
+ Expect::Simple is a wrapper around the Expect module which
+ should suffice for simple applications.  It hides most of the
+ Expect machinery; the Expect object is available for tweaking if
+ need be.
+ .

Added: trunk/libexpect-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libexpect-simple-perl/debian/copyright?rev=8227&op=file
==============================================================================
--- trunk/libexpect-simple-perl/debian/copyright (added)
+++ trunk/libexpect-simple-perl/debian/copyright Fri Oct 12 19:18:23 2007
@@ -1,0 +1,13 @@
+This is the debian package for the Expect-Simple module.
+It was created by Peter Makholm <peter at makholm.net> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Expect-Simple/
+
+The upstream author is: 
+Diab Jerius (djerius at cpan.org).
+
+This software is released under the GNU General Public License. You can
+find a copy of the full license in /usr/share/common-licenses/GPL-2
+
+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/libexpect-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libexpect-simple-perl/debian/rules?rev=8227&op=file
==============================================================================
--- trunk/libexpect-simple-perl/debian/rules (added)
+++ trunk/libexpect-simple-perl/debian/rules Fri Oct 12 19:18:23 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/libexpect-simple-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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