summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-06-23 21:23:54 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2018-06-23 21:31:37 +0200
commitf990fc1295c9cb0e84e2039322985d505c9defad (patch)
treebbad0b8858264df7662f523282a21c0ade9d8c8b
parentd9db9ed8a6a43a37cceae379a1953464044aec93 (diff)
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control28
-rw-r--r--debian/copyright34
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata4
-rw-r--r--debian/watch2
8 files changed, 79 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..71554d9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libprotocol-irc-perl (0.12-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Andrej Shadura <andrewsh@debian.org> Sat, 23 Jun 2018 21:23:54 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1108383
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: libprotocol-irc-perl
+Section: perl
+Priority: optional
+Maintainer: Andrej Shadura <andrewsh@debian.org>
+Build-Depends: debhelper (>= 10),
+ libmodule-build-perl,
+ perl
+Build-Depends-Indep: libfuture-perl,
+ libtest-fatal-perl
+Standards-Version: 4.1.3
+Homepage: https://metacpan.org/release/Protocol-IRC
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libprotocol-irc-perl
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libprotocol-irc-perl
+
+Package: libprotocol-irc-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: IRC protocol handling
+ This mix-in class provides a base layer of IRC message handling logic. It
+ allows reading of IRC messages from a string buffer and dispatching them to
+ handler methods on its instance.
+ .
+ Protocol::IRC::Client provides an extension to this logic that may be more
+ convenient for IRC client implementations. Much of the code provided here is
+ still useful in client applications, so the reader should be familiar with
+ both modules.
+ .
+ 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..39eebe2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Protocol-IRC
+Upstream-Contact: Paul Evans <leonerd@leonerd.org.uk>
+Upstream-Name: Protocol-IRC
+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.
+
+Files: *
+Copyright: Paul Evans <leonerd@leonerd.org.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2018, Andrej Shadura <andrewsh@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/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..b828e34
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Paul Evans <leonerd@leonerd.org.uk>
+Name: Protocol-IRC
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0cd0388
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Protocol-IRC .*/Protocol-IRC-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$