[Debian-hebrew-package] r788 - in /pkg/hspell/trunk: Makefile.in debian/changelog debian/patches/ debian/patches/local_specfilter debian/patches/manpages_minus debian/patches/no_strip debian/patches/series debian/source/ debian/source/format hspell.1 hspell.3 mk_he_affix.c

tzafrir at users.alioth.debian.org tzafrir at users.alioth.debian.org
Sat Apr 3 00:49:30 UTC 2010


Author: tzafrir
Date: Sat Apr  3 00:49:17 2010
New Revision: 788

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=788
Log:
Switch to dpkg source format 3. Make change explicit diffs. 

Added:
    pkg/hspell/trunk/debian/patches/
    pkg/hspell/trunk/debian/patches/local_specfilter
    pkg/hspell/trunk/debian/patches/manpages_minus
    pkg/hspell/trunk/debian/patches/no_strip
    pkg/hspell/trunk/debian/patches/series
    pkg/hspell/trunk/debian/source/
    pkg/hspell/trunk/debian/source/format
Modified:
    pkg/hspell/trunk/Makefile.in
    pkg/hspell/trunk/debian/changelog
    pkg/hspell/trunk/hspell.1
    pkg/hspell/trunk/hspell.3
    pkg/hspell/trunk/mk_he_affix.c

Modified: pkg/hspell/trunk/Makefile.in
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/Makefile.in?rev=788&op=diff
==============================================================================
--- pkg/hspell/trunk/Makefile.in (original)
+++ pkg/hspell/trunk/Makefile.in Sat Apr  3 00:49:17 2010
@@ -90,6 +90,7 @@
 
 install: all
 	test -d $(DESTDIR)$(BIN) || mkdir -m 755 -p $(DESTDIR)$(BIN)
+	strip $(HSPELL_EXECUTABLE)
 	-rm -f $(DESTDIR)$(BIN)/$(HSPELL_EXECUTABLE)
 	cp $(HSPELL_EXECUTABLE) $(DESTDIR)$(BIN)/$(HSPELL_EXECUTABLE)
 	chmod 755 $(DESTDIR)$(BIN)/$(HSPELL_EXECUTABLE)

Modified: pkg/hspell/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/changelog?rev=788&op=diff
==============================================================================
--- pkg/hspell/trunk/debian/changelog (original)
+++ pkg/hspell/trunk/debian/changelog Sat Apr  3 00:49:17 2010
@@ -5,8 +5,9 @@
   * copyright: different license for tclHash.[ch] . 
   * Simpler homepage. 
   * Don't include the config.{status,sub} we add.n the source. 
+  * Switch to dpkg source format 3. Make change explicit diffs. 
 
- -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 03 Apr 2010 02:30:46 +0300
+ -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 03 Apr 2010 02:44:33 +0300
 
 hspell (1.0-5) UNRELEASED; urgency=low
 

Added: pkg/hspell/trunk/debian/patches/local_specfilter
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/patches/local_specfilter?rev=788&op=file
==============================================================================
--- pkg/hspell/trunk/debian/patches/local_specfilter (added)
+++ pkg/hspell/trunk/debian/patches/local_specfilter Sat Apr  3 00:49:17 2010
@@ -1,0 +1,11 @@
+--- hspell-1.0.orig/mk_he_affix.c
++++ hspell-1.0/mk_he_affix.c
+@@ -13,7 +13,7 @@
+ #include "hspell.h"
+ 
+ /* #define PREFIXFILE_COMMAND "gzip -dc hebrew.wgz.prefixes" */
+-#define PREFIXFILE_COMMAND "gzip -dc hebrew.wgz.prefixes | specfilter"
++#define PREFIXFILE_COMMAND "gzip -dc hebrew.wgz.prefixes | ./specfilter"
+ 
+ /* Convert a number in the range 0..52 (currently) to a readable character
+    that can be used as the rule (prefix set) name. To facilitate merging our

Added: pkg/hspell/trunk/debian/patches/manpages_minus
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/patches/manpages_minus?rev=788&op=file
==============================================================================
--- pkg/hspell/trunk/debian/patches/manpages_minus (added)
+++ pkg/hspell/trunk/debian/patches/manpages_minus Sat Apr  3 00:49:17 2010
@@ -1,0 +1,37 @@
+--- hspell-1.0.orig/hspell.3
++++ hspell-1.0/hspell.3
+@@ -67,7 +67,7 @@
+ 
+ .B hspell_init()
+ returns 0 on success, or negative numbers
+-on errors. Currently, the only error is -1, meaning the dictionary files
++on errors. Currently, the only error is \-1, meaning the dictionary files
+ could not be read.
+ 
+ The
+@@ -179,12 +179,12 @@
+ On most systems, the Hspell library is compiled to use the Zlib library
+ for reading the compressed dictionaries. Therefore, a program linking with
+ the Hspell library must also be linked with the Zlib library (usually, by
+-adding "-lz" to the compilation line).
++adding "\-lz" to the compilation line).
+ 
+ Programs that use
+ .I autoconf
+ to search for the Hspell library, should remember to tell AC_CHECK_LIB
+-to also link with the -lz library when checking for -lhspell.
++to also link with the \-lz library when checking for \-lhspell.
+ 
+ .SH CAVEATS
+ Before Hspell reaches maturity, the API described here
+--- hspell-1.0.orig/hspell.1
++++ hspell-1.0/hspell.1
+@@ -186,7 +186,7 @@
+ Load the word lists from the given base pathname, rather than from the
+ compiled-in default path. This is mostly used for testing Hspell, when the
+ dictionaries have been compiled in the current directory and hspell is run as
+-"hspell -Dhebrew.wgz".
++"hspell \-Dhebrew.wgz".
+ .TP
+ .B \-d, \-B, \-m, \-T, \-C, \-S, \-P, \-p, \-w, and \-W
+ These options are passed to 

Added: pkg/hspell/trunk/debian/patches/no_strip
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/patches/no_strip?rev=788&op=file
==============================================================================
--- pkg/hspell/trunk/debian/patches/no_strip (added)
+++ pkg/hspell/trunk/debian/patches/no_strip Sat Apr  3 00:49:17 2010
@@ -1,0 +1,10 @@
+--- hspell-1.0.orig/Makefile.in
++++ hspell-1.0/Makefile.in
+@@ -90,7 +90,6 @@
+ 
+ install: all
+ 	test -d $(DESTDIR)$(BIN) || mkdir -m 755 -p $(DESTDIR)$(BIN)
+-	strip $(HSPELL_EXECUTABLE)
+ 	-rm -f $(DESTDIR)$(BIN)/$(HSPELL_EXECUTABLE)
+ 	cp $(HSPELL_EXECUTABLE) $(DESTDIR)$(BIN)/$(HSPELL_EXECUTABLE)
+ 	chmod 755 $(DESTDIR)$(BIN)/$(HSPELL_EXECUTABLE)

Added: pkg/hspell/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/patches/series?rev=788&op=file
==============================================================================
--- pkg/hspell/trunk/debian/patches/series (added)
+++ pkg/hspell/trunk/debian/patches/series Sat Apr  3 00:49:17 2010
@@ -1,0 +1,3 @@
+local_specfilter
+manpages_minus
+no_strip

Added: pkg/hspell/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/source/format?rev=788&op=file
==============================================================================
--- pkg/hspell/trunk/debian/source/format (added)
+++ pkg/hspell/trunk/debian/source/format Sat Apr  3 00:49:17 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: pkg/hspell/trunk/hspell.1
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/hspell.1?rev=788&op=diff
==============================================================================
--- pkg/hspell/trunk/hspell.1 (original)
+++ pkg/hspell/trunk/hspell.1 Sat Apr  3 00:49:17 2010
@@ -186,7 +186,7 @@
 Load the word lists from the given base pathname, rather than from the
 compiled-in default path. This is mostly used for testing Hspell, when the
 dictionaries have been compiled in the current directory and hspell is run as
-"hspell \-Dhebrew.wgz".
+"hspell -Dhebrew.wgz".
 .TP
 .B \-d, \-B, \-m, \-T, \-C, \-S, \-P, \-p, \-w, and \-W
 These options are passed to 

Modified: pkg/hspell/trunk/hspell.3
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/hspell.3?rev=788&op=diff
==============================================================================
--- pkg/hspell/trunk/hspell.3 (original)
+++ pkg/hspell/trunk/hspell.3 Sat Apr  3 00:49:17 2010
@@ -67,7 +67,7 @@
 
 .B hspell_init()
 returns 0 on success, or negative numbers
-on errors. Currently, the only error is \-1, meaning the dictionary files
+on errors. Currently, the only error is -1, meaning the dictionary files
 could not be read.
 
 The
@@ -179,12 +179,12 @@
 On most systems, the Hspell library is compiled to use the Zlib library
 for reading the compressed dictionaries. Therefore, a program linking with
 the Hspell library must also be linked with the Zlib library (usually, by
-adding "\-lz" to the compilation line).
+adding "-lz" to the compilation line).
 
 Programs that use
 .I autoconf
 to search for the Hspell library, should remember to tell AC_CHECK_LIB
-to also link with the \-lz library when checking for \-lhspell.
+to also link with the -lz library when checking for -lhspell.
 
 .SH CAVEATS
 Before Hspell reaches maturity, the API described here

Modified: pkg/hspell/trunk/mk_he_affix.c
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/mk_he_affix.c?rev=788&op=diff
==============================================================================
--- pkg/hspell/trunk/mk_he_affix.c (original)
+++ pkg/hspell/trunk/mk_he_affix.c Sat Apr  3 00:49:17 2010
@@ -13,7 +13,7 @@
 #include "hspell.h"
 
 /* #define PREFIXFILE_COMMAND "gzip -dc hebrew.wgz.prefixes" */
-#define PREFIXFILE_COMMAND "gzip -dc hebrew.wgz.prefixes | ./specfilter"
+#define PREFIXFILE_COMMAND "gzip -dc hebrew.wgz.prefixes | specfilter"
 
 /* Convert a number in the range 0..52 (currently) to a readable character
    that can be used as the rule (prefix set) name. To facilitate merging our




More information about the Debian-hebrew-package mailing list