summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2022-11-30 16:51:37 +0100
committerJelmer Vernooij <jelmer@debian.org>2022-11-30 16:51:37 +0100
commitf175d8f7dae00bf7f7731891a0c157fda77d8222 (patch)
tree3c87a70255fe25f49a918a9c3fcc7762cdb7dfa2
parent7bf85b4f120cad233f4a90711fcca73a51ae3f2c (diff)
parent573150383c46c00ae2a1ad7151944cc95a0dcdad (diff)
Record libev-perl (4.33-2) in archive suite sid
-rw-r--r--debian/changelog14
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules2
3 files changed, 18 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 1902a8f..2e4fe1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libev-perl (4.33-2) unstable; urgency=medium
+
+ [ gregor herrmann ]
+ * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
+
+ [ Debian Janitor ]
+ * Apply multi-arch hints. + libev-perl: Add Multi-Arch: same.
+ * Bump debhelper from old 12 to 13.
+ * Update standards version to 4.5.1, no changes needed.
+ * Update standards version to 4.6.0, no changes needed.
+ * Update standards version to 4.6.1, no changes needed.
+
+ -- Jelmer Vernooij <jelmer@debian.org> Wed, 30 Nov 2022 15:51:37 +0000
+
libev-perl (4.33-1) unstable; urgency=medium
* Import upstream version 4.33.
diff --git a/debian/control b/debian/control
index 42c1dc8..5b8a57e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
libcanary-stability-perl,
libcommon-sense-perl <!nocheck>,
perl-xs-dev,
perl:native
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libev-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libev-perl.git
Homepage: https://metacpan.org/release/EV
@@ -21,6 +21,7 @@ Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libcommon-sense-perl
+Multi-Arch: same
Description: Perl interface to libev, the high performance event loop
EV provides a Perl interface to libev, a high performance and full-featured
event loop that is loosely modelled after libevent.
diff --git a/debian/rules b/debian/rules
index 0eadd7e..74f32c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@