diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1fd3aee..1b27dd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shotwell (0.32.1-2) UNRELEASED; urgency=medium + + * debian/rules: + - Drop unnecessary libexec configure option. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 09 Jul 2023 15:52:42 +0200 + shotwell (0.32.1-1) unstable; urgency=medium * New upstream release (Closes: #1034018, #1034011, #1034017): diff --git a/debian/rules b/debian/rules index 38a3150..e9b7aea 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,6 @@ endif override_dh_auto_configure: dh_auto_configure -- \ - --libexec=/usr/libexec \ -Dunity_support=true $(APPORT) override_dh_gnome_clean: |