[Pkg-opt-media-team] [dvdisaster] 02/09: Remove unnecessary calls to dpkg-parsechangelog from debian/rules.

Carlos Maddela maddela-guest at moszumanska.debian.org
Sun Aug 6 09:15:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

maddela-guest pushed a commit to branch experimental/master
in repository dvdisaster.

commit c68a08fb59b79c5d1b626aa417c7cf91e3b06f4f
Author: Carlos Maddela <e7appew at gmail.com>
Date:   Sun Aug 6 01:31:35 2017 +1000

    Remove unnecessary calls to dpkg-parsechangelog from debian/rules.
---
 debian/changelog | 1 +
 debian/rules     | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d907e8..3a78c20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ dvdisaster (0.79.5-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Bump Standards Version to 4.0.0.
+  * Remove unnecessary calls to dpkg-parsechangelog from debian/rules.
 
  -- Carlos Maddela <e7appew at gmail.com>  Sat, 05 Aug 2017 20:03:21 +1000
 
diff --git a/debian/rules b/debian/rules
index df2b292..db7de76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opt-media/dvdisaster.git



More information about the Pkg-opt-media-team mailing list