Package: src:libcxx-serial
Version: 1.2.1-4
Severity: normal
Tags: ftbfs

Hi,

I've changed catkin to install pkg-config files to /usr/share and made
them arch independent. I've attached a patch for libcxx-serial to adopt
to those changes.

I will upload a package with the attached patch to DELAYED/10. Please
tell me if I should cancel it.

Cheers Jochen


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.9.0-5-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_WARN
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/changelog b/debian/changelog
index 0d58d86..6abf8d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libcxx-serial (1.2.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Adopt to catkin installing pkgconfig to share
+
+ -- Jochen Sprickerhof <jspri...@debian.org>  Mon, 21 Dec 2020 20:38:16 +0100
+
 libcxx-serial (1.2.1-4) unstable; urgency=medium
 
   * Add missing build-deps libgmock-dev and pkg-config. Closes: #973112
diff --git a/debian/libcxx-serial-dev.install b/debian/libcxx-serial-dev.install
index a1fc515..72c088b 100644
--- a/debian/libcxx-serial-dev.install
+++ b/debian/libcxx-serial-dev.install
@@ -1,4 +1,3 @@
 usr/include/*
 usr/lib/*/lib*.so
-usr/lib/*/pkgconfig/*
-usr/share/cxx-serial
+usr/share
diff --git a/debian/rules b/debian/rules
index 00ebf56..87b46bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 override_dh_auto_configure:
        dh_auto_configure -- \
-           -DPKGCONFIGDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
            -DCMAKE_VERBOSE_MAKEFILE=ON
 
 override_dh_auto_test:

Reply via email to