Bug#994752: libpango1.0-dev: the development package does not include static libraries
Alfonso Sanchez-Beato
alfonso.sanchez-beato at canonical.com
Mon Sep 20 14:52:11 BST 2021
Package: libpango1.0-dev
Version: 1.44.7-2ubuntu4
Severity: normal
Tags: patch
Dear Maintainer,
The development package for pango (libpango1.0-dev) does not include static
libraries so it is not possible to link these libraries statically. Please see
attached patch.
-- System Information:
Debian Release: bullseye/sid
APT prefers focal-updates
APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, 'focal'), (100, 'focal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.4.0-84-generic (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages libpango1.0-dev depends on:
ii gir1.2-pango-1.0 1.44.7-2ubuntu4
ii libcairo2-dev 1.16.0-4ubuntu1
ii libfontconfig1-dev 2.13.1-2ubuntu3
ii libfreetype6-dev 2.10.1-2ubuntu0.1
ii libfribidi-dev 1.0.8-2
ii libglib2.0-dev 2.64.6-1~ubuntu20.04.4
ii libharfbuzz-dev 2.6.4-1ubuntu4
ii libpango-1.0-0 1.44.7-2ubuntu4
ii libpangocairo-1.0-0 1.44.7-2ubuntu4
ii libpangoft2-1.0-0 1.44.7-2ubuntu4
ii libpangoxft-1.0-0 1.44.7-2ubuntu4
ii libthai-dev 0.1.28-3
ii libx11-dev 2:1.6.9-2ubuntu1.2
ii libxft-dev 2.3.3-0ubuntu1
ii libxrender-dev 1:0.9.10-1
ii pango1.0-tools 1.44.7-2ubuntu4
ii pkg-config 0.29.1-0ubuntu4
libpango1.0-dev recommends no packages.
Versions of packages libpango1.0-dev suggests:
ii imagemagick 8:6.9.10.23+dfsg-2.1ubuntu11.4
ii imagemagick-6.q16 [imagemagick] 8:6.9.10.23+dfsg-2.1ubuntu11.4
pn libpango1.0-doc <none>
-- no debconf information
-------------- next part --------------
diff -Nru pango1.0-1.48.9+ds1/debian/changelog pango1.0-1.48.9+ds1/debian/changelog
--- pango1.0-1.48.9+ds1/debian/changelog 2021-08-20 12:21:25.000000000 +0200
+++ pango1.0-1.48.9+ds1/debian/changelog 2021-09-16 19:06:40.000000000 +0200
@@ -1,3 +1,9 @@
+pango1.0 (1.48.9+ds1-2) experimental; urgency=medium
+
+ * Include archive files to allow static compilation of the libraries
+
+ -- Alfonso Sanchez-Beato (email Canonical) <alfonso.sanchez-beato at canonical.com> Thu, 16 Sep 2021 19:06:40 +0200
+
pango1.0 (1.48.9+ds1-1) experimental; urgency=medium
* Team upload
diff -Nru pango1.0-1.48.9+ds1/debian/libpango1.0-dev.install pango1.0-1.48.9+ds1/debian/libpango1.0-dev.install
--- pango1.0-1.48.9+ds1/debian/libpango1.0-dev.install 2021-08-20 12:21:25.000000000 +0200
+++ pango1.0-1.48.9+ds1/debian/libpango1.0-dev.install 2021-09-16 19:05:40.000000000 +0200
@@ -1,4 +1,5 @@
usr/include
+usr/lib/*/*.a
usr/lib/*/*.so
usr/lib/*/pkgconfig/*.pc
usr/share/gir-1.0
diff -Nru pango1.0-1.48.9+ds1/debian/rules pango1.0-1.48.9+ds1/debian/rules
--- pango1.0-1.48.9+ds1/debian/rules 2021-08-20 12:21:25.000000000 +0200
+++ pango1.0-1.48.9+ds1/debian/rules 2021-09-16 19:05:40.000000000 +0200
@@ -21,6 +21,7 @@
-Dauto_features=enabled \
-Dgtk_doc=$(with_docs) \
-Dinstall-tests=true \
+ -Ddefault_library=both \
$(NULL)
override_dh_auto_test-arch:
More information about the pkg-gnome-maintainers
mailing list