Your message dated Mon, 21 Sep 2015 09:35:58 +0200
with message-id <[email protected]>
and subject line Sorry, wrong bug - #796275/hspell [was: Re: Bug#796295: marked 
as done (RFH: torbrowser-launcher -- helps download, update and run the Tor 
Browser Bundle)]
has caused the Debian Bug report #796275,
regarding hspell: 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.)


-- 
796275: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796275
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hspell
Version: 1.2-2.1
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 hspell could not be built reproducibly.
The current date is embedded into aff files generated by mk_he_affix.

The attached patch removes those timestamps as they provides no
useful information.

Regards,
 Reiner

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

diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch
new file mode 100644
index 0000000..238a36d
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,15 @@
+Index: hspell-1.2/mk_he_affix.c
+===================================================================
+--- hspell-1.2.orig/mk_he_affix.c
++++ hspell-1.2/mk_he_affix.c
+@@ -90,9 +90,7 @@ int main(int argc, char *argv[])
+   fprintf(afffp, "# This file was generated automatically from data prepared\n"
+                  "# by the Hspell project (http://hspell.ivrix.org.il/).\n"
+                  "# Hspell version %d.%d%s was used.\n"
+-                 "# The conversion was carried out in %s\n",
+-                 HSPELL_VERSION_MAJOR,HSPELL_VERSION_MINOR,HSPELL_VERSION_EXTRA,
+-                 __DATE__);
++                 HSPELL_VERSION_MAJOR,HSPELL_VERSION_MINOR,HSPELL_VERSION_EXTRA);
+   fprintf(afffp, "# Copyright 2004-2012, Nadav Har'El and Dan Kenigsberg\n");
+   fprintf(afffp, "# The dictionary (this file and the corresponding word list)\n"
+                  "# is licensed under the GNU Affero General Public License\n"
diff --git a/debian/patches/series b/debian/patches/series
index 8c3ffbe..c454eeb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 manpages_minus.patch
 make-install.patch
 whatsnew-utf8.patch
+reproducible_build.patch

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
reopen 796295
thanks

Sorry, a typo in bug number. I meant to close #796275. Closing it now.

On Sun, Sep 20, 2015 at 09:42:36PM +0000, Debian Bug Tracking System wrote:
> Your message dated Sun, 20 Sep 2015 21:39:00 +0000
> with message-id <[email protected]>
> and subject line Bug#796295: fixed in hspell 1.2-3
> has caused the Debian Bug report #796295,
> regarding RFH: torbrowser-launcher -- helps download, update and run the Tor 
> Browser Bundle
> 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.)
> 
> 
> -- 
> 796295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796295
> Debian Bug Tracking System
> Contact [email protected] with problems

> Date: Fri, 21 Aug 2015 09:26:28 +0200
> From: [email protected]
> To: Debian Bug Tracking System <[email protected]>
> Subject: RFH: torbrowser-launcher -- helps download, update and run the Tor
>  Browser Bundle
> 
> Package: wnpp
> Severity: normal
> X-Debbugs-Cc: [email protected]
> 
> torbrowser-launcher is maintained by the pkg-anonymity-tools team.
> Sadly, it's been regularly broken in Jessie since the release,
> especially with AppArmor enabled, and testing/sid haven't always been
> in a much better shape.
> 
> We would welcome help for triaging bug reports, forwarding them
> upstream, ensuring that upstream puts out bugfix releases in a timely
> manner, or worst case identifying the commits we should cherry-pick
> and ship in sid and possibly in stable proposed updates.
> 
> Cheers,
> -- 
> intrigeri

> Date: Sun, 20 Sep 2015 21:39:00 +0000
> From: Tzafrir Cohen <[email protected]>
> To: [email protected]
> Subject: Bug#796295: fixed in hspell 1.2-3
> 
> Source: hspell
> Source-Version: 1.2-3
> 
> We believe that the bug you reported is fixed in the latest version of
> hspell, which is due to be installed in the Debian FTP archive.
> 
> A summary of the changes between this version and the previous one is
> attached.
> 
> Thank you for reporting the bug, which will now be closed.  If you
> have further comments please address them to [email protected],
> and the maintainer will reopen the bug report if appropriate.
> 
> Debian distribution maintenance software
> pp.
> Tzafrir Cohen <[email protected]> (supplier of updated hspell package)
> 
> (This message was generated automatically at their request; if you
> believe that there is a problem with it please contact the archive
> administrators by mailing [email protected])
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> Format: 1.8
> Date: Mon, 21 Sep 2015 00:03:52 +0300
> Source: hspell
> Binary: hspell myspell-he
> Architecture: source amd64 all
> Version: 1.2-3
> Distribution: unstable
> Urgency: medium
> Maintainer: Debian Hebrew Packaging Team 
> <[email protected]>
> Changed-By: Tzafrir Cohen <[email protected]>
> Description:
>  hspell     - Hebrew spell checker and morphological analyzer
>  myspell-he - Hebrew dictionary for myspell
> Closes: 759998 796295
> Changes:
>  hspell (1.2-3) unstable; urgency=medium
>  .
>    * Include text of AGPL-3 in the license (ack NMU).
>    * reproducible_build.patch: remove date from aspell / hunspell affix files
>      (Closes: #796295).
>    * Switch to a dh-style rules file, compat level 9
>    * Enable self-tests (require hunspell and aspell-he)
>    * Remove Baruch Even from Uploaders (Closes: #759998)
>    * Fix VCS URLs to anoncsm
> Checksums-Sha1:
>  dad13ee0024abdc8e7220cedcac3fd4d28f32b58 1914 hspell_1.2-3.dsc
>  5cc02b357c0bea260e10c4f84ccb6427041c4e6a 18076 hspell_1.2-3.debian.tar.xz
>  2ad48fd7bb29eabc4de58e2db6a359f24931e326 847250 hspell_1.2-3_amd64.deb
>  a7045e26a99cff385fda87d2d95eb604dbac04e7 671520 myspell-he_1.2-3_all.deb
> Checksums-Sha256:
>  e9c5f259af68c12ddb8e662312ed4eb6ebbf31a14f6062c95507b3df41b0bdb7 1914 
> hspell_1.2-3.dsc
>  73d009113e4b26d623369643270d9c0bb9554bb9f36e0c74a73846430da3fffe 18076 
> hspell_1.2-3.debian.tar.xz
>  34581d0ecca163d04365787f5645a0cb082a5483ec579aaee432bddebbb5248b 847250 
> hspell_1.2-3_amd64.deb
>  64d48be5f7b63921c2145d81f47e1d666d9423d167498817743012398f739ad8 671520 
> myspell-he_1.2-3_all.deb
> Files:
>  d02ac22be275b1f7857bc818c2a7245c 1914 text optional hspell_1.2-3.dsc
>  da4841bfaa4aebe623857fe9eada17dd 18076 text optional 
> hspell_1.2-3.debian.tar.xz
>  f429c67103878340ce73a22bd0f23a63 847250 text optional hspell_1.2-3_amd64.deb
>  635b0d234d51eecd3cb87df06d7f918b 671520 text optional 
> myspell-he_1.2-3_all.deb
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> 
> iQGcBAEBCAAGBQJV/yFDAAoJEI79TC8DJaDO9zIL/0OIbC/c2Fgedf0aJV9E4OCb
> UnM1Lnsj7EFtF+v97YMHTgyAG3oCLxhJP7mjtHnDV0pECY6WCynPaJ7I+J7vgS4B
> PF4TAGlj/ASfCUr/8OTKCkYAd3/sJHnWgKl8iYx71zQ9hQOajwWjyQo+a5Pgsk1z
> c/tGEgjNzAifZ7Nu6fzLszv1tNxNyZtahw60IgAKtXIh68SVbZPhrxFVJL1i7dUI
> V5zFwh1YK6ig8MBMGaYRZC0JDf/w5vJdE5udbEY0GyS5U8wulGSh4wi6TBPCfKQ+
> 7TzjBP6gQWFjhrtbhN/ptWAUHweuss9Pe4FnnhKaj13mgs8SVMDhAK5z71m2kL+2
> AiYY/AiyFEeucwS4kIAXYAsLt/enb21Ew6cPSIELASCNgqntFc/2EnvkAA48UmzC
> pEwuyFC8mKSxgEdpp6QE/UwJWLqSLVBo/tXzjsf29oKk+yQ54rlsuxoFQZRfycIf
> XObjtDuk3XunNvqJG2oaUBrqpv+2DPINF7T99geEtg==
> =reVx
> -----END PGP SIGNATURE-----


-- 
Tzafrir Cohen         | [email protected] | VIM is
http://tzafrir.org.il |                    | a Mutt's
[email protected] |                    |  best
[email protected]    |                    | friend

--- End Message ---

Reply via email to