[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:10836] Re: Bug#41570: Can not handle kanji font PS



Hi, Marco! Thank you for your reply. I had been waiting it! :)

In <19991103100950.08327@xxxxxxxxxxx>,
 at Date: Wed, 3 Nov 1999 10:09:50 +0100,
   Marco Pistore <pistore@xxxxxxxxxxx> writes:

> Hi,
> 
> first of all, thank you very much for your work! 

You're welcome. My work is for Debian. Your package of gs is a important
component in Debian for users who writes and prints out documents on
their Debian system, I think. At least it is so for me.

> The last months have been very hard for me, and i had no time to work
> on ghostscript. So, your help is really welcome!  Now, hopefully, i
> should be able to find more time for my packages...

You came back just in time for freeze and release. It is lucky for us,
users of your gs package.

> I am downloading the package right now.  If it is ok for you, i'll
> give a look to your package during next week end, and i'll try to
> upload it on monday 8. If i fail to upload the package on monday,
> please feel free to go with the NMU.

Thanks. Please take care that I made mistake in debian/rules of my 
experimental "5.10-2.0.vflib.2". Please apply following patch:

--- ../buildchk/gs-5.10/debian/rules	Mon Nov  1 17:06:16 1999
+++ gs-5.10/debian/rules	Tue Nov  2 20:02:19 1999
@@ -90,7 +90,7 @@
 endef
 
 define patch-kanji
-	-./contrib/kanji/scripts/copy_files.sh
+	-sh ./contrib/kanji/scripts/copy_files.sh
 	-ln -sf contrib/kanji/psfiles ./kanji
 	-ln -sf contrib/kanji/man .
 	-ln -sf contrib/kanji/READMEs-kanji .
@@ -115,11 +115,11 @@
 	if [ -L man ] ; then rm -f man; fi
 	if [ -L READMEs-kanji ] ; then rm -f READMEs-kanji; fi
 	if [ -d examples ] ; then rm -rf examples; fi
-	-./contrib/kanji/scripts/remove_files.sh
+	-sh ./contrib/kanji/scripts/remove_files.sh
 endef
 
 define patch-jpdrivers
-	-./contrib/jpdrivers/scripts/copy_files.sh
+	-sh ./contrib/jpdrivers/scripts/copy_files.sh
 	-patch -Nsi contrib/jpdrivers/diffs/diff.devs.mak
 	-patch -Nsi contrib/jpdrivers/diffs/diff.unix-end.mak
 	-patch -Nsi contrib/jpdrivers/diffs/diff.gdevcdj.c
@@ -158,11 +158,11 @@
 	debian/addentry --remove gcc-head.mak DEVICE_DEVS13 \
 		ml600.dev lbp310.dev lbp320.dev md50Mono.dev md50Eco.dev \
 		md1xMono.dev md2k.dev md5k.dev
-	-./contrib/jpdrivers/scripts/remove_files.sh
+	-sh ./contrib/jpdrivers/scripts/remove_files.sh
 endef
 
 define patch-jpconflict
-	-./contrib/jpdrivers/scripts/copy_conflicts.sh
+	-sh ./contrib/jpdrivers/scripts/copy_conflicts.sh
 	-patch -Nsi contrib/jpdrivers/diffs/diff.conflict.devs.mak
 	debian/addentry gcc-head.mak DEVICE_DEVS4 \
 		cdj670.dev cdj850.dev cdj880.dev cdj890.dev cdj1600.dev
@@ -178,7 +178,7 @@
 	debian/addentry --remove gcc-head.mak DEVICE_DEVS1 \
 		lips2p.dev bjc880j.dev lips4.dev escpage.dev \
 		lp2000.dev npdl.dev
-	-./contrib/jpdrivers/scripts/remove_conflicts.sh
+	-sh ./contrib/jpdrivers/scripts/remove_conflicts.sh
 endef
 
 extract:


Please check that you have downloaded 5.10-2.0.vflib.2, not vflib.1.
vflib.1 is not lintian-free and FHS-ready. vflib.2 is ready for upload.

And there are some documents and copyright notice in the source for 
kanji support and jpdriver support to be fixed. I am now working to
solve them. I think they are not so serious and not release critical
problem, but I think that I should inform you about them.

> Thank you again for your help!
> 
> Best Regards,
> Marco

I am looking forward to get your new gs with kanji and jpdrivers support.
Thank you for your maintainer's work.

Sincerely.

-- 
  Taketoshi Sano: <sano@debian.org>,<sano@debian.or.jp>,<kgh12351@xxxxxxxxxxx>