diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 21:11:16 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 21:11:16 +0200 |
commit | d82fd9409f3ddd098162c929fc1b04abeefef991 (patch) | |
tree | ecf3ea2f96dc5c085cb7db89693ce0f0109e8ecd /debian | |
parent | 6e54e27935adf5cbd1b6c780670f53bf00238043 (diff) |
Remove unwanted la files
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
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 |