[Debian-hebrew-package] r1015 - in /pkg/hspell/trunk/debian: changelog patches/reproducible_build.patch patches/series

tzafrir at users.alioth.debian.org tzafrir at users.alioth.debian.org
Wed Sep 2 20:51:25 UTC 2015


Author: tzafrir
Date: Wed Sep  2 20:51:25 2015
New Revision: 1015

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=1015
Log:
reproducible_build.patch: remove date from aspell / hunspell affix files 

Added:
    pkg/hspell/trunk/debian/patches/reproducible_build.patch
Modified:
    pkg/hspell/trunk/debian/changelog
    pkg/hspell/trunk/debian/patches/series

Modified: pkg/hspell/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/changelog?rev=1015&op=diff
==============================================================================
--- pkg/hspell/trunk/debian/changelog	(original)
+++ pkg/hspell/trunk/debian/changelog	Wed Sep  2 20:51:25 2015
@@ -1,3 +1,9 @@
+hspell (1.2-3) UNRELEASED; urgency=medium
+
+  * reproducible_build.patch: remove date from aspell / hunspell affix files 
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Wed, 02 Sep 2015 23:50:15 +0300
+
 hspell (1.2-2) unstable; urgency=low
 
   * Enable configure option --enable-fatverb to extend the suffixes available.

Added: pkg/hspell/trunk/debian/patches/reproducible_build.patch
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/patches/reproducible_build.patch?rev=1015&op=file
==============================================================================
--- pkg/hspell/trunk/debian/patches/reproducible_build.patch	(added)
+++ pkg/hspell/trunk/debian/patches/reproducible_build.patch	Wed Sep  2 20:51:25 2015
@@ -0,0 +1,22 @@
+From: Reiner Herrmann <reiner at reiner-h.de>
+Subject: removes build date from affix file for a reprodcible build
+
+Patch was accepted by upstream and will be included in hspell 1.3.
+
+Index: hspell-1.2/mk_he_affix.c
+===================================================================
+--- hspell-1.2.orig/mk_he_affix.c
++++ hspell-1.2/mk_he_affix.c
+@@ -89,10 +89,8 @@ 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 %d.%d%s was used.\n",
++                 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"

Modified: pkg/hspell/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/patches/series?rev=1015&op=diff
==============================================================================
--- pkg/hspell/trunk/debian/patches/series	(original)
+++ pkg/hspell/trunk/debian/patches/series	Wed Sep  2 20:51:25 2015
@@ -1,3 +1,4 @@
 manpages_minus.patch
 make-install.patch
 whatsnew-utf8.patch
+reproducible_build.patch




More information about the Debian-hebrew-package mailing list