[Pkg-clamav-commits] [libclamunrar] 01/02: drop faketime again

Sebastian A. Siewior bigeasy-guest at moszumanska.debian.org
Sat Apr 26 19:05:42 UTC 2014


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

bigeasy-guest pushed a commit to branch unstable
in repository libclamunrar.

commit f35ae7180705c2bf8193f83b47f478d31a2a431b
Author: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
Date:   Sat Apr 26 21:03:52 2014 +0200

    drop faketime again
    
    After little thinging I think that faketime can be dropped since it is a
    very simple package with no testsuite etc.
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
---
 debian/control |  2 +-
 debian/rules   | 13 ++-----------
 2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 98221c3..1fbbe44 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: extra
 Section: non-free/libs
 Maintainer: ClamAV Team <pkg-clamav-devel at lists.alioth.debian.org>
 Uploaders: Michael Tautschnig <mt at debian.org>, Stephen Gran <sgran at debian.org>, Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
-Build-Depends: debhelper (>= 8), autotools-dev, zlib1g-dev, libbz2-dev, dh-autoreconf, automake1.11, faketime
+Build-Depends: debhelper (>= 8), autotools-dev, zlib1g-dev, libbz2-dev, dh-autoreconf, automake1.11
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-clamav/libclamunrar.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-clamav/libclamunrar.git;a=summary
diff --git a/debian/rules b/debian/rules
index eaf02fe..54f65d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,14 +7,6 @@
 export AUTOMAKE = automake-1.11
 export ACLOCAL = aclocal-1.11
 
-# Get the date of the latest changelog entry.
-# This is used to make the build more binary reproducible.
-DAT  = $(shell dpkg-parsechangelog | grep Date: | sed s/Date:\ //)
-# Change the format to the only one that stops faketime from incresing the time.
-DATE = $(shell faketime "$(DAT)" date -u +"%Y-%m-%d %H:%M:%S")
-# NO_FAKE_STAT is necessary in order not to confuse make.
-FT=NO_FAKE_STAT="true" faketime -f -m "$(DATE)"
-
 # The autotools in squeeze (Debian 6) are too old, so don't use autoreconf.
 ifeq ($(shell cut -c1 /etc/debian_version),6)
 AUTORECONF =
@@ -26,12 +18,11 @@ endif
 	dh $@ --parallel $(AUTORECONF)
 
 override_dh_auto_configure:
-	$(FT) dh_auto_configure -- $(shell DEB_LDFLAGS_MAINT_APPEND="-Wl,-z,defs" dpkg-buildflags --export=configure) \
+	dh_auto_configure -- $(shell DEB_LDFLAGS_MAINT_APPEND="-Wl,-z,defs" dpkg-buildflags --export=configure) \
 		--disable-clamav
 
 override_dh_auto_build-arch:
-	# Build architecture-dependent files.
-	$(FT) dh_auto_build -a -- V=1
+	dh_auto_build -a -- V=1
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-clamav/libclamunrar.git



More information about the Pkg-clamav-commits mailing list