summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
2 files changed, 5 insertions, 0 deletions
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 <debian@jff-webhosting.net> 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