Your message dated Mon, 18 Mar 2019 21:43:44 +0000
with message-id <[email protected]>
and subject line Bug#924565: Removed package(s) from unstable
has caused the Debian Bug report #835834,
regarding ruby-compass: 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.)


-- 
835834: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835834
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-compass
Version: 1.0.3~dfsg-4
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0], I noticed
that ruby-compass could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/patches/2004_reproducible-build.patch      1970-01-01 
01:00:00.000000000 +0100
--- b/debian/patches/2004_reproducible-build.patch      2016-08-28 
18:26:54.511593100 +0100
@@ -0,0 +1,20 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2016-08-28
+
+--- ruby-compass-1.0.3~dfsg.orig/cli/lib/compass/commands/print_version.rb
++++ ruby-compass-1.0.3~dfsg/cli/lib/compass/commands/print_version.rb
+@@ -56,7 +56,12 @@ Options:
+           if name = ::Compass.version[:name]
+             lines.last << " (#{name})"
+           end
+-          lines << "Copyright (c) 2008-#{Time.now.year} Chris Eppstein"
++          if ENV['SOURCE_DATE_EPOCH'].nil?
++            now = Time.now
++          else
++            now = Time.at(ENV['SOURCE_DATE_EPOCH'].to_i).gmtime
++          end
++          lines << "Copyright (c) 2008-#{now.year} Chris Eppstein"
+           lines << "Released under the MIT License."
+           lines << "Compass is charityware."
+           lines << "Please make a tax deductable donation for a worthy cause: 
http://umdf.org/compass";
--- a/debian/patches/series     2016-08-28 18:18:38.966324108 +0100
--- b/debian/patches/series     2016-08-28 18:26:53.407581357 +0100
@@ -3,3 +3,4 @@
 2001_avoid_git_in_gemspec.patch
 2002-frameworks-below-usr-share.patch
 2003_disable_rb-fsevent.patch
+2004_reproducible-build.patch

--- End Message ---
--- Begin Message ---
Version: 1.0.5~dfsg-5+rm

Dear submitter,

as the package ruby-compass 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/924565

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