diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 16:04:43 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 16:04:43 +0200 |
commit | 6aab164abce2b742792314e6a5819179817f8d39 (patch) | |
tree | b0f49169167f82f9033c42334a3356adf54323ff /debian | |
parent | cfa4f99d6ca13f66475f7cc5161d462a0a7f74f5 (diff) |
d/r: Drop unnecessary libexec configure option
Diffstat (limited to 'debian')
-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: |