summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog16
-rw-r--r--debian/control5
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/source/lintian-overrides4
5 files changed, 24 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index f522439..3f72182 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+libcommon-sense-perl (3.75-2) unstable; urgency=medium
+
+ [ Debian Janitor ]
+ * Apply multi-arch hints.
+ + libcommon-sense-perl: Add Multi-Arch: same.
+ * Bump debhelper from old 12 to 13.
+ * Update standards version to 4.5.1, no changes needed.
+
+ [ gregor herrmann ]
+ * Fix FTCBFS: Set ARCHLIB for the host architecture.
+ * Update years of packaging copyright.
+ * Declare compliance with Debian Policy 4.6.0.
+ * Drop override for removed lintian tag.
+
+ -- gregor herrmann <gregoa@debian.org> Fri, 05 Nov 2021 18:11:11 +0100
+
libcommon-sense-perl (3.75-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
diff --git a/debian/control b/debian/control
index fc7cff9..4cab49e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,10 @@ Uploaders: Angel Abad <angel@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
perl-xs-dev,
perl:native
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcommon-sense-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcommon-sense-perl.git
Homepage: https://metacpan.org/release/common-sense
@@ -18,6 +18,7 @@ Rules-Requires-Root: binary-targets
Package: libcommon-sense-perl
Architecture: any
+Multi-Arch: same
Depends: ${misc:Depends},
${perl:Depends},
${sameperl:Depends}
diff --git a/debian/copyright b/debian/copyright
index 3014c5e..cf4a18f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -83,7 +83,7 @@ Copyright: 2009, 2011, Angel Abad <angel@debian.org>
2009, Jonathan Yu <jawnsy@cpan.org>
2009, Ryan Niebur <ryan@debian.org>
2010, Ansgar Burchardt <ansgar@debian.org>
- 2010-2020, gregor herrmann <gregoa@debian.org>
+ 2010-2021, gregor herrmann <gregoa@debian.org>
2012, 2013, Salvatore Bonaccorso <carnil@debian.org>
2013, Xavier Guimard <yadd@debian.org>
License: Artistic or GPL-1+
diff --git a/debian/rules b/debian/rules
index c157d30..9cd8bd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,10 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
# better safe than sorry, and better consistent with other packages ...
PERL_CURRENT := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{patchlevel}.$$Config{subversion}"')
PERL_NEXT := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{patchlevel}." . ($$Config{subversion} + 1)')
-ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
+
+include /usr/share/dpkg/architecture.mk
+PERLVER := $(shell perl -MConfig -e 'print $$Config{version}')
+ARCHLIB := $(shell perl -I/usr/lib/$(DEB_HOST_MULTIARCH)/perl/cross-config-$(PERLVER) -MConfig -e 'print $$Config{vendorarch}')
%:
dh $@
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 5ca5e8f..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,4 +0,0 @@
-# pkg-perl specific check
-# this package is arch:any because the pure-perl module is created from a template at build time,
-# but there is no compilation going on, so no hardening needed and debhelper 8 is fine
-libcommon-sense-perl source: arch-any-package-needs-newer-debhelper