summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 23:46:20 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 23:46:20 +0200
commit319386dddac6dd7f12cb9170b07d973410034607 (patch)
tree9f983131f7a7d4d0ec5aa8aa73c316b66f9c6df0 /debian
parentd82fd9409f3ddd098162c929fc1b04abeefef991 (diff)
test that gtk-update-icon-cache exists and is executable
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/shotwell-common.postrm4
-rw-r--r--debian/shotwell.lintian-overrides5
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