Remove unnecessary calls to dpkg-parsechangelog from debian/rules.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -2,6 +2,7 @@ dvdisaster (0.79.5-2) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* Team upload.
|
* Team upload.
|
||||||
* Bump Standards Version to 4.0.0.
|
* Bump Standards Version to 4.0.0.
|
||||||
|
* Remove unnecessary calls to dpkg-parsechangelog from debian/rules.
|
||||||
|
|
||||||
-- Carlos Maddela <e7appew@gmail.com> Sat, 05 Aug 2017 20:03:21 +1000
|
-- Carlos Maddela <e7appew@gmail.com> Sat, 05 Aug 2017 20:03:21 +1000
|
||||||
|
|
||||||
|
|||||||
3
debian/rules
vendored
3
debian/rules
vendored
@@ -6,8 +6,7 @@ include /usr/share/dpkg/buildflags.mk
|
|||||||
export DEB_CFLAGS_MAINT_APPEND = $(CPPFLAGS) -Wall -Wno-deprecated-declarations -pedantic
|
export DEB_CFLAGS_MAINT_APPEND = $(CPPFLAGS) -Wall -Wno-deprecated-declarations -pedantic
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
export SOURCE_DATE_EPOCH := \
|
include /usr/share/dpkg/pkg-info.mk
|
||||||
$(shell date --date="$$(dpkg-parsechangelog -S Date)" +%s)
|
|
||||||
export FORCE_SOURCE_DATE = 1
|
export FORCE_SOURCE_DATE = 1
|
||||||
|
|
||||||
MUTABLE_FILES := build.h $(wildcard locale/*.po) \
|
MUTABLE_FILES := build.h $(wildcard locale/*.po) \
|
||||||
|
|||||||
Reference in New Issue
Block a user