summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-07-09 16:04:43 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-07-09 16:04:43 +0200
commit6aab164abce2b742792314e6a5819179817f8d39 (patch)
treeb0f49169167f82f9033c42334a3356adf54323ff
parentcfa4f99d6ca13f66475f7cc5161d462a0a7f74f5 (diff)
d/r: Drop unnecessary libexec configure option
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules1
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: