tag 353312 patch thanks The attached patch fixes the build problems that sufary has when using the new make.
-- Matt
diff -ru sufary-2.1.1-orig/debian/rules sufary-2.1.1/debian/rules
--- sufary-2.1.1-orig/debian/rules 2006-02-26 11:32:51.000000000 -0800
+++ sufary-2.1.1/debian/rules 2006-02-26 11:40:15.000000000 -0800
@@ -76,7 +76,7 @@
# Add here commands to install the package into debian/tmp.
# sufary
- cp array/array mkary/mkary mkdid/mkdid tools/af tools/sass\
+ cp array/array mkary/mkary mkdid/mkdid tools/af tools/sass \
$(TMPDIR)/usr/bin
mv $(TMPDIR)/usr/bin/af $(TMPDIR)/usr/bin/sufary-af
cp debian/array.1 $(TMPDIR)/usr/share/man/man1
@@ -90,8 +90,8 @@
>$(TMPDIR)/usr/share/doc/sufary/MakeIndex.txt
$(PERL) doc/txt2txt.perl doc/Tools.txt\
>$(TMPDIR)/usr/share/doc/sufary/Tools.txt
- sed -e '1s;local/;;'\
- -e '/^\$$SADIR/d'\
+ sed -e '1s;local/;;' \
+ -e '/^\$$SADIR/d' \
-e '/mkdid/s;\$$SADIR/mkdid;/usr/bin;' mkdid/mkdids.perl\
>$(TMPDIR)/usr/share/doc/sufary/examples/mkdids.perl
chmod 755 $(TMPDIR)/usr/share/doc/sufary/examples/mkdids.perl
@@ -128,13 +128,13 @@
sed -e '1s;local/bin/wish;bin/wish;' kwicview/online_help.tcl\
> debian/sufary-tcltk/usr/share/sufary/kwicview/online_help.tcl
chmod 755 debian/sufary-tcltk/usr/share/sufary/kwicview/online_help.tcl
- sed -e '1s;local/bin/wish;bin/wish;'\
- -e '/^set sufary_path/s;auto/home/tatuo-y/work/sufary;usr/share;'\
- -e '/auto_path/s;\$$sufary_path;/usr/share/sufary;'\
- -e '/^set arraybin/s;\$$sufary_path/array;/usr/bin;'\
- -e '/^kanji/s/^/#/'\
- -e '/kanji string/s//string/g'\
- -e '/^ *option add/s/^/#/'\
+ sed -e '1s;local/bin/wish;bin/wish;' \
+ -e '/^set sufary_path/s;auto/home/tatuo-y/work/sufary;usr/share;' \
+ -e '/auto_path/s;\$$sufary_path;/usr/share/sufary;' \
+ -e '/^set arraybin/s;\$$sufary_path/array;/usr/bin;' \
+ -e '/^kanji/s/^/#/' \
+ -e '/kanji string/s//string/g' \
+ -e '/^ *option add/s/^/#/' \
kwicview/kwicview >debian/sufary-tcltk/usr/bin/kwicview
chmod 755 debian/sufary-tcltk/usr/bin/kwicview
cp debian/kwicview.1 debian/sufary-tcltk/usr/share/man/man1/
signature.asc
Description: Digital signature

