Your message dated Tue, 04 Dec 2018 12:02:20 +0000
with message-id <[email protected]>
and subject line Bug#915474: Removed package(s) from unstable
has caused the Debian Bug report #776618,
regarding dactyl: please make the build reproducible
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
776618: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776618
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: dactyl
Version: 1.1+hg7904-0+nmu1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

While working on the "reproducible builds" effort [1], we have noticed
that dactyl could not be built reproducibly.

The attached patch removes stamps from the build system. Once
applied, dactyl can be built reproducibly in our current experimental
framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff -urNad dactyl.orig/dactyl-1.1+hg7904/debian/rules 
dactyl/dactyl-1.1+hg7904/debian/rules
--- dactyl.orig/dactyl-1.1+hg7904/debian/rules  2015-01-30 00:47:09.317058959 
+0000
+++ dactyl/dactyl-1.1+hg7904/debian/rules       2015-01-30 01:00:16.603764611 
+0000
@@ -3,6 +3,7 @@
 PACKAGES=pentadactyl # teledactyl melodactyl
 VERSION=$(shell dpkg-parsechangelog | \
        sed -n -e '/^Version:/ { s/^Version:\s*//; s/[^a-z0-9]/_/g; p }')
+BUILD_DATE=$(shell date --date="$(shell dpkg-parsechangelog --show-field 
Date)" "+%Y/%m/%d %H:%M:%S")
 
 %:
        dh $@ --with xul-ext
@@ -13,7 +14,7 @@
        dh binary --with xul-ext
 
 override_dh_auto_build:
-       make DIRS=$(PACKAGES) MANGLE=chrome XPI_FILES='bootstrap.js NEWS' xpi
+       make DIRS=$(PACKAGES) MANGLE=chrome XPI_FILES='bootstrap.js NEWS' 
BUILD_DATE="$(BUILD_DATE)" xpi
 
 override_dh_auto_install:
        for PACKAGE in $(PACKAGES); \

--- End Message ---
--- Begin Message ---
Version: 1.2~r20170308-1+rm

Dear submitter,

as the package dactyl has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/915474

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to