diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 16:12:09 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 16:12:09 +0200 |
commit | 2d62c02073da61c5718be46bc804d4c6b12636a5 (patch) | |
tree | 316cf33a5c2c7a63776430c20163b4fddde1dae8 | |
parent | f7727f8a6815f7447b2044502a74b10643555f44 (diff) |
d/r: Drop obsolete override_dh_install
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 66f45ed..4af2635 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ shotwell (0.32.1-2) UNRELEASED; urgency=medium * debian/rules: - Drop unnecessary libexec configure option. - Update apport configuration option name. + - Drop obsolete override_dh_install. -- Jörg Frings-Fürst <debian@jff.email> Sun, 09 Jul 2023 15:52:42 +0200 diff --git a/debian/rules b/debian/rules index f462a9d..9eb330a 100755 --- a/debian/rules +++ b/debian/rules @@ -18,10 +18,3 @@ override_dh_auto_configure: override_dh_gnome_clean: dh_gnome_clean --no-control - -override_dh_install: - dh_install - # Remove unwanted la files - rm -f debian/shotwell/usr/lib/*/shotwell/plugins/builtin/*.la - rm -f debian/shotwell/usr/lib/*/*shotwell*.a - rm -f debian/shotwell/usr/lib/*/*shotwell*.la |