[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#962432: marked as done (move libcw.pc to a multiarch location)



Your message dated Tue, 19 Jan 2021 22:23:58 +0000
with message-id <E1l1zPq-0005gI-M2@fasolo.debian.org>
and subject line Bug#962432: fixed in unixcw 3.5.1-4
has caused the Debian Bug report #962432,
regarding move libcw.pc to a multiarch location
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 owner@bugs.debian.org
immediately.)


-- 
962432: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962432
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libcw6-dev
Version: 3.5.1-3
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs
Control: affects -1 + src:cwdaemon

cwdaemon fails to cross build from source, because it cannot find
libcw.pc. During cross compilation, pkg-config does not search
/usr/lib/pkgconfig. The .pc file should be moved to a multiarch
location. Please consider applying the attached patch.

Helmut
diff --minimal -Nru unixcw-3.5.1/debian/changelog unixcw-3.5.1/debian/changelog
--- unixcw-3.5.1/debian/changelog	2019-02-19 09:46:06.000000000 +0100
+++ unixcw-3.5.1/debian/changelog	2020-06-07 23:05:34.000000000 +0200
@@ -1,3 +1,10 @@
+unixcw (3.5.1-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use a multiarch --libdir. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 07 Jun 2020 23:05:34 +0200
+
 unixcw (3.5.1-3) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru unixcw-3.5.1/debian/libcw6-dev.install unixcw-3.5.1/debian/libcw6-dev.install
--- unixcw-3.5.1/debian/libcw6-dev.install	2019-02-19 09:31:44.000000000 +0100
+++ unixcw-3.5.1/debian/libcw6-dev.install	2020-06-07 23:05:18.000000000 +0200
@@ -1,4 +1,4 @@
-usr/lib/libcw.a
+usr/lib/*/libcw.a
 
 # lintian-info -t dev-pkg-without-shlib-symlink | non-dev-pkg-with-shlib-symlink:
 #   "A "-dev" package is supposed to install a "libsomething.so" symbolic
@@ -15,10 +15,10 @@
 # that it should be created at some point. I can't see any explicit call
 # to "ln -s" in debian/* files... But as long as it works implicitly, I'm
 # willing to think that this is just how things should be.
-usr/lib/libcw.so
+usr/lib/*/libcw.so
 
 usr/include/libcw.h
 usr/include/libcw_debug.h
 usr/share/man/man3
 usr/share/doc/libcw6-dev
-usr/lib/pkgconfig/libcw.pc
+usr/lib/*/pkgconfig/libcw.pc
diff --minimal -Nru unixcw-3.5.1/debian/libcw6.install unixcw-3.5.1/debian/libcw6.install
--- unixcw-3.5.1/debian/libcw6.install	2019-02-19 09:31:55.000000000 +0100
+++ unixcw-3.5.1/debian/libcw6.install	2020-06-07 23:05:26.000000000 +0200
@@ -1,3 +1,3 @@
-usr/lib/libcw.so.6.6.1
-usr/lib/libcw.so.6
+usr/lib/*/libcw.so.6.6.1
+usr/lib/*/libcw.so.6
 usr/share/man/man7/cw.7
diff --minimal -Nru unixcw-3.5.1/debian/rules unixcw-3.5.1/debian/rules
--- unixcw-3.5.1/debian/rules	2019-02-19 09:38:46.000000000 +0100
+++ unixcw-3.5.1/debian/rules	2020-06-07 23:04:59.000000000 +0200
@@ -41,7 +41,7 @@
 config.status: configure
 	dh_testdir
 # Add here commands to configure the package.
-	QT4DIR="/usr/share/qt4" CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	QT4DIR="/usr/share/qt4" CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 
 #Architecture

--- End Message ---
--- Begin Message ---
Source: unixcw
Source-Version: 3.5.1-4
Done: Christoph Berg <myon@debian.org>

We believe that the bug you reported is fixed in the latest version of
unixcw, 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 962432@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <myon@debian.org> (supplier of updated unixcw 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jan 2021 23:10:51 +0100
Source: unixcw
Architecture: source
Version: 3.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Christoph Berg <myon@debian.org>
Closes: 962432 979113
Changes:
 unixcw (3.5.1-4) unstable; urgency=low
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Bump debhelper from deprecated 9 to 10.
   * Set upstream metadata fields: Name (from ./configure), Repository.
 .
   [ Christoph Berg ]
   * Remove obsolete boilerplate code from rules.
   * Add debian/gitlab-ci.yml.
   * Mark packages as Multi-Arch: same/foreign.
   * Use dh and DH 13.
   * Disable tests/libcw_test_tq_short_space.sh as it needs alsa at build-time.
 .
   [ Federico Grau ]
   * Add patch libpulse-simple_so_version. (Closes: #979113)
   * Add patch reprotest_collate_make_fix to correct CI errors.
 .
   [ Helmut Grohne ]
   * Use a multiarch --libdir. (Closes: #962432)
Checksums-Sha1:
 eb67ca2453610c96709f11f1ed171febfbb01ea2 2341 unixcw_3.5.1-4.dsc
 5d0545d4e34476fe00a883031bf5355c86ec3bff 21684 unixcw_3.5.1-4.debian.tar.xz
Checksums-Sha256:
 68574ab121267c33ce968184ad062104017e897df9fbd4078ec139dfc2c56900 2341 unixcw_3.5.1-4.dsc
 5b1ad5bda839cd0498cf755b194f204f1fdf718179a895af40747227149bef77 21684 unixcw_3.5.1-4.debian.tar.xz
Files:
 d20abb624bf87aaec90163651275e186 2341 hamradio optional unixcw_3.5.1-4.dsc
 fa03083131c69b30cf2dd2f7681a1831 21684 hamradio optional unixcw_3.5.1-4.debian.tar.xz

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

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAmAHWpQACgkQTFprqxLS
p66XDw//TM4VOQusnQUxHNO8CCOfR1MQ1gs9nq/hZZni4PPXoqZmsK3ltTA8F3tS
CrSt82KcNtF5p+wMUiJSR/40qy6kZE3BhIKI/qeFazY3amT1Gifztwtswp6O9PO0
3Qs/a0OcbtZeR2rmzexaImYNJ1anAySMj/3v+UT1CbzrHQG8aq0HtW3ZWBFxvyZ0
8Cq6kz1nMLKKBuyHuHMDI6lp6drQDs6GF3wMYU2Ec5F1DhWRi/u/FACOn+W5J7+g
yTPCOmaZV8gAkMRMFMKWAc+P3nScWc2q7wQGNMgKjkbKppw5bepLQuC7V1UyYXWk
nSN5v4LHH0oRCMg/JBGKUcyO5rDhPog7tiomnrf/VEAdLbGpF9tJmz43UoVmeKdr
/VcH8kYvwUT7uIOpvyu3YRASya14CqsUaTI/B2Srs+q7Bhf384llNd6/osMETvuk
Cby3mevAfVdO5ATPCAd6qVkKZdIuF7BHByv1tSOl7dXEGyP0nA4KBlLCdHdiuyxB
3Pv0hSt8TWT0D4pfT9p0f+w25XKxkGBXhpj4i+OlYVwBUc/Xk+0JB44jEH+N6mow
nt7z1NXfAwtjNZDpadsv18uxkY+nkOsmPE6wmiaFnhxIjT6I6vKMQCfCvmb542H3
mUr722tM9ccuCHppq9CZOw7NHhIGdHlxV77CwFr1guhV3JW8SmU=
=Mo7Z
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: