From: Mo Zhou Date: Sat, 27 Apr 2019 06:00:22 +0000 (+0000) Subject: Install the newly-added pkgconfig file. (Closes: #927260) X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~87 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a4c521d08c8e564a21cab980f323184a44713eef;p=utf8proc.git Install the newly-added pkgconfig file. (Closes: #927260) --- diff --git a/debian/rules b/debian/rules index 7416318..c8ab103 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,4 @@ #!/usr/bin/make -f - export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: @@ -7,6 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH) + install -Dm0644 libutf8proc.pc debian/libutf8proc-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/libutf8proc.pc override_dh_installchangelogs: dh_installchangelogs NEWS.md