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.
signature.asc
Description: This is a digitally signed message part
-- xubuntu-devel mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel
