diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 18:13:27 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 18:13:27 +0200 |
commit | fc4ae2abf757c9dbc5974f4966492576eabf7643 (patch) | |
tree | 2d99e9614c81f703ff004af4bd8faf5401fe3cb3 /debian/rules | |
parent | f04cfb58ee6fe723d73eccafe9fc958a1462b8f1 (diff) |
d/rules: remove unused calculation of B_DATE
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
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 |