Your message dated Sat, 02 Jan 2021 23:51:49 +0000
with message-id <[email protected]>
and subject line Bug#949266: fixed in libcrypt-openssl-dsa-perl 0.19-2
has caused the Debian Bug report #949266,
regarding libcrypt-openssl-dsa-perl FTCBFS: missing dependency on perl-xs-dev 
and wrong computation of ARCHLIB
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
949266: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949266
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcrypt-openssl-dsa-perl
Version: 0.19-1
Tags: patch
User: [email protected]
Usertags: ftcbfs

libcrypt-openssl-dsa-perl fails to cross build from source, because it
misses a dependency on perl-xs-dev and thus fails to use the cross
Config.pm. Lateron it fails cleaning up some files, because it uses the
build architecture ARCHLIB directory rather than the host one. Please
consider applying the attached patch to make libcrypt-openssl-dsa-perl
cross buildable.

Helmut
diff --minimal -Nru libcrypt-openssl-dsa-perl-0.19/debian/changelog 
libcrypt-openssl-dsa-perl-0.19/debian/changelog
--- libcrypt-openssl-dsa-perl-0.19/debian/changelog     2017-01-14 
16:23:36.000000000 +0100
+++ libcrypt-openssl-dsa-perl-0.19/debian/changelog     2020-01-19 
07:08:44.000000000 +0100
@@ -1,3 +1,12 @@
+libcrypt-openssl-dsa-perl (0.19-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Missing Build-Depends: perl-xs-dev.
+    + Correctly compute ARCHLIB.
+
+ -- Helmut Grohne <[email protected]>  Sun, 19 Jan 2020 07:08:44 +0100
+
 libcrypt-openssl-dsa-perl (0.19-1) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru libcrypt-openssl-dsa-perl-0.19/debian/control 
libcrypt-openssl-dsa-perl-0.19/debian/control
--- libcrypt-openssl-dsa-perl-0.19/debian/control       2017-01-14 
16:23:36.000000000 +0100
+++ libcrypt-openssl-dsa-perl-0.19/debian/control       2020-01-19 
07:08:43.000000000 +0100
@@ -9,6 +9,7 @@
                libssl-dev,
                openssl,
                perl-openssl-defaults,
+               perl-xs-dev,
                pkg-config
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-openssl-dsa-perl.git
diff --minimal -Nru libcrypt-openssl-dsa-perl-0.19/debian/rules 
libcrypt-openssl-dsa-perl-0.19/debian/rules
--- libcrypt-openssl-dsa-perl-0.19/debian/rules 2017-01-14 16:23:36.000000000 
+0100
+++ libcrypt-openssl-dsa-perl-0.19/debian/rules 2020-01-19 07:08:44.000000000 
+0100
@@ -3,7 +3,9 @@
 
 PACKAGE  = $(shell dh_listpackages)
 TMP      = $(CURDIR)/debian/$(PACKAGE)
-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}')
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 

--- End Message ---
--- Begin Message ---
Source: libcrypt-openssl-dsa-perl
Source-Version: 0.19-2
Done: gregor herrmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libcrypt-openssl-dsa-perl, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated 
libcrypt-openssl-dsa-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 03 Jan 2021 00:31:05 +0100
Source: libcrypt-openssl-dsa-perl
Architecture: source
Version: 0.19-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Closes: 949266
Changes:
 libcrypt-openssl-dsa-perl (0.19-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-* headers for switch to salsa.debian.org
 .
   [ Laurent Baillet ]
   * fix lintian file-contains-trailing-whitespace warning
 .
   [ gregor herrmann ]
   * Update Build-Depends for cross builds. Cf. #949266
   * Annotate test-only build dependencies with <!nocheck>.
   * Declare compliance with Debian Policy 4.4.1.
   * Bump debhelper-compat to 12.
   * debian/watch: use uscan version 4.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Remove obsolete fields Contact, Name from debian/upstream/metadata.
   * debian/rules: update ARCHLIB computation for cross builds.
     Thanks to Helmut Grohne for the bug report and patch. (Closes: #949266)
   * Replace '--with perl_openssl' in debian/rules with a build dependency
     on 'dh-sequence-perl-openssl'.
   * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
 .
   [ Debian Janitor ]
   * Apply multi-arch hints. + libcrypt-openssl-dsa-perl: Add Multi-Arch:
     same. Changes-By: lintian-brush
 .
   [ gregor herrmann ]
   * Declare compliance with Debian Policy 4.5.1.
   * Set Rules-Requires-Root: no.
   * Bump debhelper-compat to 13.
Checksums-Sha1:
 9768baa5a878ddb02d45e40f47427a9e989c2aea 2556 
libcrypt-openssl-dsa-perl_0.19-2.dsc
 a78a5fe1c122dd1ddfede9ce2cd1c57dabefe7ad 4124 
libcrypt-openssl-dsa-perl_0.19-2.debian.tar.xz
Checksums-Sha256:
 22bdbc224d4dc6ea41947795a208fb86333dedbb704280d8deeacc2913e4d14a 2556 
libcrypt-openssl-dsa-perl_0.19-2.dsc
 a5004b62095357268adb2d7c2154ec22a6fa392fa806281cf5658070c91caf81 4124 
libcrypt-openssl-dsa-perl_0.19-2.debian.tar.xz
Files:
 ec400c462176f69ea5e348ec2e8fdf59 2556 perl optional 
libcrypt-openssl-dsa-perl_0.19-2.dsc
 997971173be55f510e3ebfa4bcf80397 4124 perl optional 
libcrypt-openssl-dsa-perl_0.19-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAl/xAvZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZykxAAwBmR2IESfChgQ/+hnHDXzdtfbvYXVuvveGUhm94nMJSyewT9NrHzhkBd
jGe0Xeqq8qkgEBZMfGLITI0/fytxn4cYt8POIUC+xfAPcB1vAYgn1l7oeqIgcK84
ZwaUNjnT7QtHHI9xtOb1fvkXJ1zpoLwPKELsRXPuckzWlZYxsMEgCoGpjN53VI8A
INgKuPmgN62X0LnEHdEnRAKd6TEPaMLVRVmbSL3tz8v1OK8aXWqJB0HsQmSJWYxH
2bSwdZfecpFB9t47BcXwm3mHIiN44S/SXwC1GjvAed9ts5K1HnRebXvUUF0c1x20
LIGECggSsDRw0f4XfCczK9CINlugXiKlcAnBcZwLrwDGnmsURgFCkf2CtIlwtlAd
ICN6UfawpYlxENYxMZ4D7zHbCE3qmL+yuWi3OOvAks6vudLx3KEIJmzHQYZpC3A4
uZUcxLQtrC9VVtvEx3JL+QGdpZifewFYmgUs1Yom3IdsqcbCsX/NNh9Jv23wrvHe
wbC8GiC6030DgiYGjuck0tQ3R291ljsVvAZGlyOjZ2wJf4OJ8wniXsVSrrdSgw2d
C6eqEmvoIp5eZoNLyDPDktvE4JAfCEnmTtFlWtu+pF6ORXDj1bRc+60ie3MxWif3
rLutyLEZtyk3Vc4LxoWZm5JhREQhXnDZTI4rYLthZrWX2h6u6sU=
=JoRV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to