Remove unnecessary calls to dpkg-parsechangelog from debian/rules.

This commit is contained in:
Carlos Maddela
2017-08-06 01:31:35 +10:00
parent c71560a5f2
commit c68a08fb59
2 changed files with 2 additions and 2 deletions

3
debian/rules vendored
View File

@@ -6,8 +6,7 @@ include /usr/share/dpkg/buildflags.mk
export DEB_CFLAGS_MAINT_APPEND = $(CPPFLAGS) -Wall -Wno-deprecated-declarations -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export SOURCE_DATE_EPOCH := \
$(shell date --date="$$(dpkg-parsechangelog -S Date)" +%s)
include /usr/share/dpkg/pkg-info.mk
export FORCE_SOURCE_DATE = 1
MUTABLE_FILES := build.h $(wildcard locale/*.po) \