summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog75
-rw-r--r--debian/control33
-rw-r--r--debian/copyright28
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata5
-rw-r--r--debian/watch3
7 files changed, 149 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fea321b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,75 @@
+liblog-any-adapter-callback-perl (0.101-3) UNRELEASED; urgency=medium
+
+ * Drop alternative {test,build,runtime} dependency on
+ liblog-any-adapter-perl which was removed from the archive in 2015
+ (and is not Provided by liblog-any-perl anymore).
+
+ -- gregor herrmann <gregoa@debian.org> Mon, 04 Sep 2023 18:15:07 +0200
+
+liblog-any-adapter-callback-perl (0.101-2) unstable; urgency=medium
+
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since stretch:
+ + Build-Depends-Indep: Drop versioned constraint on liblog-any-perl.
+ + liblog-any-adapter-callback-perl: Drop versioned constraint on
+ liblog-any-perl in Depends.
+
+ -- Jelmer Vernooij <jelmer@debian.org> Thu, 30 Jun 2022 20:43:25 +0100
+
+liblog-any-adapter-callback-perl (0.101-1) unstable; urgency=medium
+
+ * Team upload.
+ * Import upstream version 0.101.
+ * Set Rules-Requires-Root: no.
+
+ -- gregor herrmann <gregoa@debian.org> Sat, 28 Mar 2020 21:01:55 +0100
+
+liblog-any-adapter-callback-perl (0.100-1) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Salvatore Bonaccorso ]
+ * debian/control: Use HTTPS transport protocol for Vcs-Git URI
+
+ [ gregor herrmann ]
+ * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+ * debian/upstream/metadata: use HTTPS for GitHub URLs.
+
+ [ Salvatore Bonaccorso ]
+ * Update Vcs-* headers for switch to salsa.debian.org
+
+ [ gregor herrmann ]
+ * Import upstream version 0.100.
+ * Add deprecation notice to long description.
+ * Update years of upstream copyright.
+ * Update debian/upstream/metadata.
+ * debian/watch: add uversionmangle in case upstream goes back to 2-digit
+ minor versions.
+ * Declare compliance with Debian Policy 4.5.0.
+ * Drop unneeded version constraints from (build) dependencies.
+ * Annotate test-only build dependencies with <!nocheck>.
+ * Bump debhelper-compat to 12.
+ * debian/watch: use uscan version 4.
+
+ -- gregor herrmann <gregoa@debian.org> Fri, 24 Jan 2020 16:22:43 +0100
+
+liblog-any-adapter-callback-perl (0.09-2) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Salvatore Bonaccorso ]
+ * Update Vcs-Browser URL to cgit web frontend
+
+ [ gregor herrmann ]
+ * Add debian/upstream/metadata.
+ * Update liblog-any{,-adapter}-perl (build) dependency. Cf. #783899.
+ * Declare compliance with Debian Policy 3.9.6.
+ * Mark package as autopkgtest-able.
+
+ -- gregor herrmann <gregoa@debian.org> Fri, 01 May 2015 17:37:52 +0200
+
+liblog-any-adapter-callback-perl (0.09-1) unstable; urgency=low
+
+ * Initial Release. Closes: #755235
+
+ -- Robin Sheat <robin@catalyst.net.nz> Sat, 19 Jul 2014 12:08:11 +1200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c5c00ef
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: liblog-any-adapter-callback-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Robin Sheat <robin@catalyst.net.nz>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: debhelper-compat (= 13)
+Build-Depends-Indep: liblog-any-perl <!nocheck>,
+ libtest-simple-perl <!nocheck>,
+ perl
+Standards-Version: 4.5.1
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblog-any-adapter-callback-perl
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblog-any-adapter-callback-perl.git
+Homepage: https://metacpan.org/release/Log-Any-Adapter-Callback
+Rules-Requires-Root: no
+
+Package: liblog-any-adapter-callback-perl
+Architecture: all
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ liblog-any-perl
+Description: module to send Log::Any logs to a subroutine
+ Log::Any::Adapter::Callback lets you specify callback subroutine to be called
+ by Log::Any's logging methods (like $log->debug(), $log->error(), etc) and
+ detection methods (like $log->is_warning(), $log->is_fatal(), etc.).
+ .
+ This adapter is used for customized logging, and is mostly a convenient
+ construct to save a few lines of code. You could achieve the same effect by
+ creating a full Log::Any adapter class.
+ .
+ DEPRECATION NOTICE: Log::Any distribution since 1.708 comes with
+ Log::Any::Adapter::Capture which does the same thing.
+ Log::Any::Adapter::Callback is hence deprecated.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..43bd096
--- /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/Log-Any-Adapter-Callback
+Upstream-Contact: perlancar <perlancar@cpan.org>
+Upstream-Name: Log-Any-Adapter-Callback
+
+Files: *
+Copyright: 2011-2020, perlancar <perlancar@cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Robin Sheat <robin@catalyst.net.nz>
+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..bf702a8
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Log-Any-Adapter-Callback
+Repository: https://github.com/perlancar/perl-Log-Any-Adapter-Callback.git
+Repository-Browse: https://github.com/perlancar/perl-Log-Any-Adapter-Callback
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..97469a3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts="uversionmangle=s/\.\d{2}$/$&0/" \
+https://metacpan.org/release/Log-Any-Adapter-Callback .*/Log-Any-Adapter-Callback-v?@ANY_VERSION@@ARCHIVE_EXT@$