From d82fd9409f3ddd098162c929fc1b04abeefef991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Aug 2016 21:11:16 +0200 Subject: Remove unwanted la files --- debian/changelog | 2 ++ debian/rules | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index c5acc59..667b499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,8 @@ shotwell (0.23.5-1) unstable; urgency=medium * Remove man page from shotwell-common to prevent overlapping file installation. * New patches/0600-remove_wrong_marco.patch to remove the wrong macro 'R'. + * debian/rules: + - Remove unwanted la files. -- Jörg Frings-Fürst Sun, 26 Jun 2016 11:15:06 +0200 diff --git a/debian/rules b/debian/rules index a1801d3..f8d940b 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,9 @@ override_dh_install: cd debian/shotwell-dbg/usr/share/doc/shotwell-dbg && \ tar --mode=go=rX,u+rw,a-s --mtime="$(B_DATE)" -cJf temp-source.tar.xz temp-source rm -fr debian/shotwell-dbg/usr/share/doc/shotwell-dbg/temp-source + # Remove unwanted la files + rm -f debian/shotwell/usr/lib/shotwell/plugins/builtin/*.la + rm -f debian/shotwell/usr/lib/*.la override_dh_installchangelogs: dh_installchangelogs NEWS -- cgit v1.2.3