From 09893830d19f6f7e96aa89808a2daad83f91dbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 22 Oct 2022 10:22:38 +0100 Subject: Import libalgorithm-backoff-perl_0.009-3.debian.tar.xz [dgit import tarball libalgorithm-backoff-perl 0.009-3 libalgorithm-backoff-perl_0.009-3.debian.tar.xz] --- changelog | 19 +++++++++++++++++++ control | 35 +++++++++++++++++++++++++++++++++++ copyright | 28 ++++++++++++++++++++++++++++ rules | 4 ++++ source/format | 1 + upstream/metadata | 5 +++++ watch | 2 ++ 7 files changed, 94 insertions(+) create mode 100644 changelog create mode 100644 control create mode 100644 copyright create mode 100755 rules create mode 100644 source/format create mode 100644 upstream/metadata create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..6d3cbe5 --- /dev/null +++ b/changelog @@ -0,0 +1,19 @@ +libalgorithm-backoff-perl (0.009-3) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + libalgorithm-backoff-perl: Add Multi-Arch: foreign. + + -- Jelmer Vernooij Sat, 22 Oct 2022 10:22:38 +0100 + +libalgorithm-backoff-perl (0.009-2) unstable; urgency=medium + + * Team upload + * No-changes source-only upload to enable testing migration + + -- Damyan Ivanov Sat, 11 Dec 2021 21:20:25 +0000 + +libalgorithm-backoff-perl (0.009-1) unstable; urgency=low + + * Initial release (closes: #1001230). + + -- gregor herrmann Mon, 06 Dec 2021 20:17:17 +0100 diff --git a/control b/control new file mode 100644 index 0000000..8ba185a --- /dev/null +++ b/control @@ -0,0 +1,35 @@ +Source: libalgorithm-backoff-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libtest-exception-perl , + libtest-number-delta-perl , + libtest-simple-perl , + perl +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-backoff-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-backoff-perl.git +Homepage: https://metacpan.org/release/Algorithm-Backoff +Rules-Requires-Root: no + +Package: libalgorithm-backoff-perl +Architecture: all +Depends: ${misc:Depends}, + ${perl:Depends} +Multi-Arch: foreign +Description: modules providing various backoff strategies for retry + This package provides several classes that implement various backoff + strategies for setting delay between retry attempts. + . + Included modules: + . + Algorithm::Backoff::Constant - Backoff using a constant delay + Algorithm::Backoff::Exponential - Backoff exponentially + Algorithm::Backoff::Fibonacci - Backoff using Fibonacci sequence + Algorithm::Backoff::LILD - Linear Increment, Linear Decrement + Algorithm::Backoff::LIMD - Linear Increment, Multiplicative Decrement + Algorithm::Backoff::MILD - Multiplicative Increment, Linear Decrement + Algorithm::Backoff::MIMD - Multiplicative Increment, Multiplicative Decrement diff --git a/copyright b/copyright new file mode 100644 index 0000000..f452637 --- /dev/null +++ b/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://metacpan.org/release/Algorithm-Backoff +Upstream-Contact: perlancar +Upstream-Name: Algorithm-Backoff + +Files: * +Copyright: 2019, perlancar +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2021, gregor herrmann +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/rules b/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..6a11dad --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,5 @@ +--- +Archive: CPAN +Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Algorithm-Backoff +Repository: https://github.com/perlancar/perl-Algorithm-Backoff.git +Repository-Browse: https://github.com/perlancar/perl-Algorithm-Backoff diff --git a/watch b/watch new file mode 100644 index 0000000..3a34130 --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=4 +https://metacpan.org/release/Algorithm-Backoff .*/Algorithm-Backoff-v?@ANY_VERSION@@ARCHIVE_EXT@$ -- cgit v1.2.3