How to create separate libxfce4mcs-cliend&manager packages?
Dennis Kaarsemaker
dennis at kaarsemaker.net
Mon Jul 31 18:56:53 UTC 2006
On ma, 2006-07-31 at 20:30 +0200, Harold Aling wrote:
> Do you guys just build the standard package and then delete some files
> from the deb, or do you modify the build process or something? (I'm
> only a compiler, no C-programming knowledge (yet))
Roughly said, split packages are installed into debian/tmp and then
dh_install is used to copy files to the packages they belong in
dh_builddep makes debs out of that
It looks like this in 'code', note that this is actually performed by
dpkg-buildpackage or by calling debian/rules directly
cd $top_sourcedir
./configure --prefix=/usr && make && make install DESTDIR=debian/tmp
dh_install src=debian/tmp
dpkg-deb -b debian/pkgname1
dpkg-deb -b debian/pkgname2
I hope this clears things up a bit -- if not, just reply :)
--
Dennis K.
Time is an illusion, lunchtime doubly so.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/xubuntu-devel/attachments/20060731/f606fc63/attachment.pgp>
More information about the xubuntu-devel
mailing list