Your message dated Sat, 15 Dec 2018 04:46:26 +0000
with message-id <e1gy1qm-000foe...@fasolo.debian.org>
and subject line Bug#915930: Removed package(s) from unstable
has caused the Debian Bug report #788756,
regarding aolserver4-nssqlite3: 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 ow...@bugs.debian.org
immediately.)


-- 
788756: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788756
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: aolserver4-nssqlite3
Version: 0.9-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that aolserver4-nssqlite3 could not be built reproducibly.

The attached patch removes extra timestamps from the build system.
Specifically, the patch avoids the the usage of the __DATE__ and
__TIME__ C macro which embed timestamps during the compilation and make
the package build unreproducible.
Once applied, aolserver4-nssqlite3 can be built reproducibly in our
current experimental framework.

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

-- 
Dhole
diff -u aolserver4-nssqlite3-0.9/debian/changelog 
aolserver4-nssqlite3-0.9/debian/changelog
--- aolserver4-nssqlite3-0.9/debian/changelog
+++ aolserver4-nssqlite3-0.9/debian/changelog
@@ -1,3 +1,10 @@
+aolserver4-nssqlite3 (0.9-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove timestamp macro from source code to make package build reproducibly
+
+ -- Dhole <dh...@openmailbox.org>  Sun, 14 Jun 2015 14:35:39 +0200
+
 aolserver4-nssqlite3 (0.9-2) unstable; urgency=low
 
   [ Stefan Sobernig ]
only in patch2:
unchanged:
--- aolserver4-nssqlite3-0.9.orig/nssqlite3.c
+++ aolserver4-nssqlite3-0.9/nssqlite3.c
@@ -28,13 +28,13 @@
  */
 
 
-/* 
+/*
  * nssqlite3.c --
  *
  *     This file implements the SQLite 3 database driver.
  */
 
-static const char *RCSID = "@(#) $Header: 
/cvsroot/aolserver/nssqlite3/nssqlite3.c,v 1.1.1.1 2005/03/07 04:36:22 dossy 
Exp $, compiled: " __DATE__ " " __TIME__;
+static const char *RCSID = "@(#) $Header: 
/cvsroot/aolserver/nssqlite3/nssqlite3.c,v 1.1.1.1 2005/03/07 04:36:22 dossy 
Exp $";
 
 #include "ns.h"
 #if NS_MAJOR_VERSION >= 4
@@ -130,8 +130,8 @@
                 driver);
         return NS_ERROR;
     }
-    Ns_Log(Notice, "nssqlite3: Loaded %s, version %s built on %s at %s.",
-            driver, DRIVER_VERSION, __DATE__, __TIME__);
+    Ns_Log(Notice, "nssqlite3: Loaded %s, version %s.",
+            driver, DRIVER_VERSION);
     return NS_OK;
 }
 

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Version: 0.9-2+rm

Dear submitter,

as the package aolserver4-nssqlite3 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/915930

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
ftpmas...@ftp-master.debian.org.

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

--- End Message ---

Reply via email to