summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 305e8be..683f426 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ shotwell (0.30.1-1) UNRELEASED; urgency=medium
- debian/shotwell.docs: change README to README.md.
- Refresh debian/copyright.
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
+ * debian/rules: remove unused calculation of B_DATE.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 30 Sep 2018 14:09:47 +0200
diff --git a/debian/rules b/debian/rules
index 1a0e71d..8eaecd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w))
-B_DATE:=$(shell LC_ALL=C date --utc -d "$(CHDATE)")
-
%:
dh $@ --buildsystem=meson --with gnome