Package: rquantlib
Version: 0.4.0-2
Severity: wishlist
Tags: patch

Hi Dirk,

I guess you know what it's about.
Here just a patch for your d/rules to make rquantlib build reproducible.

Best,
Philip



-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- rules.orig	2015-04-21 12:06:05.564822000 +0200
+++ rules	2015-04-21 12:07:03.037757165 +0200
@@ -9,6 +9,7 @@
 ifneq "$(makeFlags)" ""
 makeFlagsCall	:= MAKEFLAGS=$(makeFlags)
 endif
+builttime := $(shell dpkg-parsechangelog | awk -F': ' '/Date/ {print $$2}')
 
 ## override R_any_arch here do pass CXXFLAGS
 R_any_arch:
@@ -17,7 +18,7 @@
                 ## call R to install the sources we're looking at
                 ## dial down CXXFLAGS
 		$(makeFlagsCall) \
-			R CMD INSTALL -l $(debRlib) --clean . 
+			R CMD INSTALL -l $(debRlib) --clean --built-timestamp="${builttime}" .
                 ## remove extra files which are present in some packages
 		rm -vf $(debRlib)/R.css 			\
 			$(debRlib)/$(cranName)/COPYING 		\

Reply via email to