r68001 - in /trunk/libterm-vt102-perl/debian: ./ changelog compat control copyright libterm-vt102-perl.docs libterm-vt102-perl.examples rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jan 29 02:47:02 UTC 2011


Author: periapt-guest
Date: Sat Jan 29 02:46:55 2011
New Revision: 68001

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

Added:
    trunk/libterm-vt102-perl/debian/
    trunk/libterm-vt102-perl/debian/changelog
    trunk/libterm-vt102-perl/debian/compat
    trunk/libterm-vt102-perl/debian/control
    trunk/libterm-vt102-perl/debian/copyright
    trunk/libterm-vt102-perl/debian/libterm-vt102-perl.docs
    trunk/libterm-vt102-perl/debian/libterm-vt102-perl.examples
    trunk/libterm-vt102-perl/debian/rules   (with props)
    trunk/libterm-vt102-perl/debian/source/
    trunk/libterm-vt102-perl/debian/source/format
    trunk/libterm-vt102-perl/debian/watch

Added: trunk/libterm-vt102-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-vt102-perl/debian/changelog?rev=68001&op=file
==============================================================================
--- trunk/libterm-vt102-perl/debian/changelog (added)
+++ trunk/libterm-vt102-perl/debian/changelog Sat Jan 29 02:46:55 2011
@@ -1,0 +1,5 @@
+libterm-vt102-perl (0.91-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #498715)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 28 Jan 2011 23:58:13 +0000

Added: trunk/libterm-vt102-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-vt102-perl/debian/compat?rev=68001&op=file
==============================================================================
--- trunk/libterm-vt102-perl/debian/compat (added)
+++ trunk/libterm-vt102-perl/debian/compat Sat Jan 29 02:46:55 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libterm-vt102-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-vt102-perl/debian/control?rev=68001&op=file
==============================================================================
--- trunk/libterm-vt102-perl/debian/control (added)
+++ trunk/libterm-vt102-perl/debian/control Sat Jan 29 02:46:55 2011
@@ -1,0 +1,25 @@
+Source: libterm-vt102-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Term-VT102/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libterm-vt102-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libterm-vt102-perl/
+
+Package: libterm-vt102-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: a class to emulate a DEC VT102 terminal
+ The Term::VT102 class provides emulation of most of the functions of a DEC
+ VT102 terminal. Once initialised, data passed to a VT102 object is processed
+ and the in-memory "screen" modified accordingly. This "screen" can be
+ interrogated by the external program in a variety of ways.
+ .
+ This allows your program to interface with full-screen console programs by
+ running them in a subprocess and passing their output to a VT102 class. You
+ can then see what the application has written on the screen by querying the
+ class appropriately.

Added: trunk/libterm-vt102-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-vt102-perl/debian/copyright?rev=68001&op=file
==============================================================================
--- trunk/libterm-vt102-perl/debian/copyright (added)
+++ trunk/libterm-vt102-perl/debian/copyright Sat Jan 29 02:46:55 2011
@@ -1,0 +1,19 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Andrew Wood <andrew dot wood at ivarch dot com>.
+Source: http://search.cpan.org/dist/Term-VT102/
+Name: Term-VT102
+
+Files: *
+Copyright: 2003, Andrew Wood <andrew dot wood at ivarch dot com>.
+License: Artistic
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic
+
+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'.

Added: trunk/libterm-vt102-perl/debian/libterm-vt102-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-vt102-perl/debian/libterm-vt102-perl.docs?rev=68001&op=file
==============================================================================
--- trunk/libterm-vt102-perl/debian/libterm-vt102-perl.docs (added)
+++ trunk/libterm-vt102-perl/debian/libterm-vt102-perl.docs Sat Jan 29 02:46:55 2011
@@ -1,0 +1,2 @@
+README
+TODO

Added: trunk/libterm-vt102-perl/debian/libterm-vt102-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-vt102-perl/debian/libterm-vt102-perl.examples?rev=68001&op=file
==============================================================================
--- trunk/libterm-vt102-perl/debian/libterm-vt102-perl.examples (added)
+++ trunk/libterm-vt102-perl/debian/libterm-vt102-perl.examples Sat Jan 29 02:46:55 2011
@@ -1,0 +1,1 @@
+VT102/examples/*

Added: trunk/libterm-vt102-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-vt102-perl/debian/rules?rev=68001&op=file
==============================================================================
--- trunk/libterm-vt102-perl/debian/rules (added)
+++ trunk/libterm-vt102-perl/debian/rules Sat Jan 29 02:46:55 2011
@@ -1,0 +1,22 @@
+#!/usr/bin/make -f
+
+PKG  := $(shell dh_listpackages)
+TMP  := $(CURDIR)/debian/$(PKG)
+EXAMPLES = usr/share/doc/$(PKG)/examples
+
+%:
+	dh $@
+
+override_dh_install:
+	dh_install
+	rm -rf $(TMP)/usr/share/perl5/Term/VT102
+
+override_dh_installexamples:
+	dh_installdirs $(EXAMPLES)
+	cp VT102/examples/* $(TMP)/$(EXAMPLES)
+	chmod a+x $(TMP)/$(EXAMPLES)/*
+	sed -i -e's|^;#!/usr/bin/perl|#!/usr/bin/perl|' $(TMP)/$(EXAMPLES)/*
+
+override_dh_compress:
+	dh_compress -Xexamples
+

Propchange: trunk/libterm-vt102-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libterm-vt102-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-vt102-perl/debian/source/format?rev=68001&op=file
==============================================================================
--- trunk/libterm-vt102-perl/debian/source/format (added)
+++ trunk/libterm-vt102-perl/debian/source/format Sat Jan 29 02:46:55 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libterm-vt102-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-vt102-perl/debian/watch?rev=68001&op=file
==============================================================================
--- trunk/libterm-vt102-perl/debian/watch (added)
+++ trunk/libterm-vt102-perl/debian/watch Sat Jan 29 02:46:55 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Term-VT102/   .*/Term-VT102-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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