diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 23:46:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 23:46:20 +0200 |
commit | 319386dddac6dd7f12cb9170b07d973410034607 (patch) | |
tree | 9f983131f7a7d4d0ec5aa8aa73c316b66f9c6df0 | |
parent | d82fd9409f3ddd098162c929fc1b04abeefef991 (diff) |
test that gtk-update-icon-cache exists and is executable
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/shotwell-common.postrm | 4 | ||||
-rw-r--r-- | debian/shotwell.lintian-overrides | 5 |
3 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 667b499..9111244 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,7 +21,8 @@ shotwell (0.23.5-1) unstable; urgency=medium + Fix files mode in temp-source tarball. Thanks to Alexis Bienvenüe <pado@passoire.fr>. * New debian/shotwell-common.postrm to rebuild icon cache after - purge / remove. + purge / remove with test that gtk-update-icon-cache exists + and is executable. * Change minimal version of libgee-0.8 to 0.10. * debian/control: - Add itstool to Build-Depends. diff --git a/debian/shotwell-common.postrm b/debian/shotwell-common.postrm index 2390561..63c29ce 100644 --- a/debian/shotwell-common.postrm +++ b/debian/shotwell-common.postrm @@ -9,7 +9,9 @@ case "$1" in # # rebuild icon cache # - gtk-update-icon-cache /usr/share/icons/hicolor + if [ -x gtk-update-icon-cache ] ; then + gtk-update-icon-cache /usr/share/icons/hicolor + fi esac diff --git a/debian/shotwell.lintian-overrides b/debian/shotwell.lintian-overrides index 7eccb8d..c39dad0 100644 --- a/debian/shotwell.lintian-overrides +++ b/debian/shotwell.lintian-overrides @@ -1,5 +1,6 @@ -image-file-in-usr-lib +#image-file-in-usr-lib # # see debian bug #731987 # -sharedobject-in-library-directory-missing-soname +#sharedobject-in-library-directory-missing-soname +non-dev-pkg-with-shlib-symlink |