Re: How to create a soft link with quilt

2010-11-29 Thread Raphael Hertzog
Hi, On Mon, 29 Nov 2010, Liang Guo wrote: > I will use multiple source package, but I need a symbol link to > simplify packaging works too Why? You decide the name you give to the sub-directory in which the supplementary tarball is unpacked. Anyway it's currently not possible to store a symlink

Re: How to create a soft link with quilt

2010-11-29 Thread Liang Guo
On Mon, Nov 29, 2010 at 8:00 PM, Ben Hutchings wrote: > You can't do it with a patch; you'll have to create it in debian/rules > instead. Thanks, it works, > > Anyway, why are you adding celt as a patch instead of a tarball?  See >

Re: How to create a soft link with quilt

2010-11-29 Thread Ben Hutchings
On Mon, 2010-11-29 at 19:39 +0800, liang wrote: > Hi, All, > > When using 3.0 (quilt) format to package a debian package, I found it > is impossible to keep soft link with quilt, This is my procedure: > > $ quilt new add-celt051-link-to-libcelt.patch > Patch add-celt051-link-to-libcelt.patch is

Re: How to create a soft link with quilt

2010-11-29 Thread Aron Xu
On Mon, Nov 29, 2010 at 19:39, liang wrote: > Hi, All, > > When using 3.0 (quilt) format to package a debian package, I found it > is impossible to keep soft link with quilt, This is my procedure: > > $ quilt new add-celt051-link-to-libcelt.patch > Patch add-celt051-link-to-libcelt.patch is now on

How to create a soft link with quilt

2010-11-29 Thread liang
Hi, All, When using 3.0 (quilt) format to package a debian package, I found it is impossible to keep soft link with quilt, This is my procedure: $ quilt new add-celt051-link-to-libcelt.patch Patch add-celt051-link-to-libcelt.patch is now on top $ quilt add celt051 File celt051 added to patch ad