summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2017-09-08 15:33:35 +0100
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2017-09-08 17:21:31 +0200
commitd671bcaa224975f71843cd271226668d3458a4ea (patch)
treef6f667d26c447399dba9c9c9e5fb59e6fcab4c57
parent9e3dc7af5fcc4f59f204b319d85844340ee1a8a5 (diff)
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control23
-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, 68 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..77a82fa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtext-simpletable-autowidth-perl (0.09-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Andrew Shadura <andrewsh@debian.org> Fri, 08 Sep 2017 17:21:27 +0200
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..6b268b0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: libtext-simpletable-autowidth-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Andrew Shadura <andrewsh@debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep:
+ libmoo-perl,
+ libtext-simpletable-perl,
+ perl
+Standards-Version: 4.0.0
+Homepage: https://metacpan.org/release/Text-SimpleTable-AutoWidth
+
+Package: libtext-simpletable-autowidth-perl
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${perl:Depends},
+ libmoo-perl,
+ libtext-simpletable-perl
+Description: simple eyecandy ASCII tables with auto-width selection
+ Text::SimpleTable::AutoWidth module provides ASCII table drawing routines.
+ The table automatically adjusts its width to accommodate the data.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6020ee9
--- /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/Text-SimpleTable-AutoWidth
+Upstream-Contact: Oleg Kostyuk <cub.uanic@gmail.com>
+Upstream-Name: Text-SimpleTable-AutoWidth
+
+Files: *
+Copyright: Oleg Kostyuk <cub.uanic@gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2017, Andrew 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..fd717a6
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Oleg Kostyuk <cub.uanic@gmail.com>
+Name: Text-SimpleTable-AutoWidth
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..22ecf8b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Text-SimpleTable-AutoWidth .*/Text-SimpleTable-AutoWidth-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$