Loading debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ soapdenovo2 (241+dfsg-3) UNRELEASED; urgency=medium * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.4 * debhelper 11 * d/rules: use SOURCE_DATE_EPOCH to determine the current package timestamp -- Liubov Chuprikova <chuprikovalv@gmail.com> Tue, 12 Jun 2018 17:35:14 +0200 Loading debian/rules +4 −5 Original line number Diff line number Diff line Loading @@ -3,11 +3,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 BUILD_DATE := $(shell TZ=UTC LC_ALL=C dpkg-parsechangelog | grep Date: | cut -d' ' -f2-7) export TZ=UTC export LC_ALL=C export BDATE=$(shell TZ=UTC LC_ALL=C date -d"$(BUILD_DATE)" +'%b %d %Y') export BTIME=$(shell TZ=UTC LC_ALL=C date -d"$(BUILD_DATE)" +'%T') include /usr/share/dpkg/pkg-info.mk export BDATE=$(shell TZ=UTC LC_ALL=C date --date="@$(SOURCE_DATE_EPOCH)" +'%b %d %Y') export BTIME=$(shell TZ=UTC LC_ALL=C date --date="@$(SOURCE_DATE_EPOCH)" +'%T') export DEB_BUILD_MAINT_OPTIONS = hardening=+all Loading Loading
debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ soapdenovo2 (241+dfsg-3) UNRELEASED; urgency=medium * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.4 * debhelper 11 * d/rules: use SOURCE_DATE_EPOCH to determine the current package timestamp -- Liubov Chuprikova <chuprikovalv@gmail.com> Tue, 12 Jun 2018 17:35:14 +0200 Loading
debian/rules +4 −5 Original line number Diff line number Diff line Loading @@ -3,11 +3,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 BUILD_DATE := $(shell TZ=UTC LC_ALL=C dpkg-parsechangelog | grep Date: | cut -d' ' -f2-7) export TZ=UTC export LC_ALL=C export BDATE=$(shell TZ=UTC LC_ALL=C date -d"$(BUILD_DATE)" +'%b %d %Y') export BTIME=$(shell TZ=UTC LC_ALL=C date -d"$(BUILD_DATE)" +'%T') include /usr/share/dpkg/pkg-info.mk export BDATE=$(shell TZ=UTC LC_ALL=C date --date="@$(SOURCE_DATE_EPOCH)" +'%b %d %Y') export BTIME=$(shell TZ=UTC LC_ALL=C date --date="@$(SOURCE_DATE_EPOCH)" +'%T') export DEB_BUILD_MAINT_OPTIONS = hardening=+all Loading