summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-07-28 13:05:52 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2018-07-28 13:47:18 +0100
commitdd4aa179cb47eed5983da6a48e5542e77c6dbe9f (patch)
tree8ff755e14f0d5e54ebb53161bce6fafa0afd0bab
parent07ace2124cbe365dea0bb6a5ad19c598c3b74576 (diff)
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control56
-rw-r--r--debian/copyright28
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata4
-rw-r--r--debian/watch2
8 files changed, 101 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ffdea02
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcircle-be-perl (0.173320-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Andrej Shadura <andrewsh@debian.org> Sat, 28 Jul 2018 13:47:11 +0100
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..2804f4d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: libcircle-be-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Andrej Shadura <andrewsh@debian.org>
+Build-Depends: debhelper (>= 10),
+ libmodule-build-perl,
+ perl
+Build-Depends-Indep: libattribute-storage-perl (>= 0.09),
+ libclass-method-modifiers-perl,
+ libdata-dump-perl,
+ libfile-sharedir-perl (>= 1.00),
+ libio-async-perl (>= 0.64),
+ libmodule-pluggable-perl (>= 4.1),
+ libnet-async-irc-perl (>= 0.10),
+ libnet-async-tangence-perl (>= 0.13),
+ libstring-tagged-perl (>= 0.11),
+ libstruct-dumb-perl,
+ libtangence-perl (>= 0.20),
+ libtest-identity-perl,
+ libyaml-perl
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcircle-be-perl
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcircle-be-perl.git
+Homepage: https://metacpan.org/release/circle-be
+Testsuite: autopkgtest-pkg-perl
+
+Package: circle-backend
+Architecture: all
+Provides: libcircle-be-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libattribute-storage-perl (>= 0.09),
+ libclass-method-modifiers-perl,
+ libdata-dump-perl,
+ libfile-sharedir-perl (>= 1.00),
+ libio-async-perl (>= 0.64),
+ libmodule-pluggable-perl (>= 4.1),
+ libnet-async-irc-perl (>= 0.10),
+ libnet-async-tangence-perl (>= 0.13),
+ libstring-tagged-perl (>= 0.11),
+ libstruct-dumb-perl,
+ libtangence-perl (>= 0.20),
+ libyaml-perl
+Description: server backend for the Circle IRC client
+ Circle is an IRC client which merges the best attributes of a local
+ client and the common screen+irssi recipe:
+ .
+ * Keep IRC connects and state on a backend server, allowing
+ disconnections from local UI.
+ * Interact with a real local GUI for the frontend, instead of
+ incurring SSH roundtrips for every keypress.
+ .
+ Circle uses Tangence for its underlying communications layer.
+ .
+ This package is meant to be used together with a package providing
+ a user-facing frontend, e.g. circle-term or circle-gtk.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c1119b6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/circle-be
+Upstream-Contact: Paul Evans <leonerd@leonerd.org.uk>
+Upstream-Name: circle-be
+
+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..20fa22a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Paul Evans <leonerd@leonerd.org.uk>
+Name: circle-be
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..21352d5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/circle-be .*/circle-be-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$