This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libanyevent-termkey-perl.

commit e8ae82e7a0be4e72ab257e10b344734acf06ed57
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Dec 26 17:56:27 2015 +0100

    Initial packaging by dh-make-perl 0.84
---
 debian/changelog                         |  5 +++++
 debian/compat                            |  1 +
 debian/control                           | 35 +++++++++++++++++++++++++++++++
 debian/copyright                         | 36 ++++++++++++++++++++++++++++++++
 debian/libanyevent-termkey-perl.examples |  1 +
 debian/rules                             |  4 ++++
 debian/source/format                     |  1 +
 debian/upstream/metadata                 |  4 ++++
 debian/watch                             |  2 ++
 9 files changed, 89 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..da70094
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libanyevent-termkey-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #744332)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 26 Dec 2015 17:56:27 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..812d125
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: libanyevent-termkey-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: gregor herrmann <gre...@debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libanyevent-perl,
+ libterm-termkey-perl (>= 0.08),
+ perl
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-termkey-perl.git
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libanyevent-termkey-perl.git
+Homepage: https://metacpan.org/release/AnyEvent-TermKey
+Testsuite: autopkgtest-pkg-perl
+
+Package: libanyevent-termkey-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libanyevent-perl,
+ libterm-termkey-perl (>= 0.08)
+Description: terminal key input using C<libtermkey> with C<AnyEvent>
+ This class implements an asynchronous perl wrapper around the libtermkey
+ library, which provides an abstract way to read keypress events in
+ terminal-based programs. It yields structures that describe keys, rather than
+ simply returning raw bytes as read from the TTY device.
+ .
+ It internally uses an instance of Term::TermKey to access the underlying C
+ library. For details on general operation, including the representation of
+ keypress events as objects, see the documentation on that class.
+ .
+ Proxy methods exist for normal accessors of Term::TermKey, and the usual
+ behaviour of the getkey or other methods is instead replaced by the on_key
+ event.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..619cdaa
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/AnyEvent-TermKey
+Upstream-Contact: Paul Evans <leon...@leonerd.org.uk>
+Upstream-Name: AnyEvent-TermKey
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Paul Evans <leon...@leonerd.org.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2015, gregor herrmann <gre...@debian.org>
+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/libanyevent-termkey-perl.examples 
b/debian/libanyevent-termkey-perl.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/libanyevent-termkey-perl.examples
@@ -0,0 +1 @@
+examples/*
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..8bc9c8f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Paul Evans <leon...@leonerd.org.uk>
+Name: AnyEvent-TermKey
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..33655c9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/AnyEvent-TermKey   
.*/AnyEvent-TermKey-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-termkey-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to