Re: updmap vs updmap-sys
On Mon, Oct 17, 2005 at 16:35 +0200, Frank Küster wrote:
> No, not a stop point. But we can delay the message - just set a
> variable "SHOW_UID_WARNING" and test for it at the end.
Ok.
> in patch-deb:
>
> $ export QUILT_PATCHES=./debian/patches
> $ quilt push patch-deb
> $ $EDITOR texk/tetex/updmap
> $ quilt refresh
> $ quilt pop -a # or debian/rules clean
I assume this is a quick introduciton into quilt and all the commands
should be executed in the tetex-bin source tree. Unfortunately, 'quilt
push patch-deb' does not apply ../debian/patches/patch-deb here. It
seems to change nothing at all. But even commands like 'quilt unapplied'
or 'quilt patches texk/tetex/updmap' give no output at all.
~/devel/tetex-bin$ export QUILT_PATCHES=./debian/patches
~/devel/tetex-bin$ quilt push patch-deb ; echo $?
0
~/devel/tetex-bin$ svn status texk/tetex/updmap
~/devel/tetex-bin$ quilt applied ; echo $?
0
~/devel/tetex-bin$ quilt unapplied ; echo $?
0
~/devel/tetex-bin$ quilt patches texk/tetex/updmap ; echo $?
0
Any idea what might be going wrong here?
cheerio
ralf
Reply to: