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

Re: One source package and more then 1 deb



On 2004-05-01 Matthijs <matthijs@cacholong.nl> wrote:
> A libinklevel1*.deb and a libinklevel-dev*.deb. But when i
> dpkg-buildpackage dh_installdirs create two directories:
> debian/tmp and debian/libinklevel1. When i then look in these two debs
> all the files are installed into libinklevel-dev*.deb and nothing in
> libinklevel1*.deb

> I've this install rule in debian/rules:
> $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/usr

> So all files are going into debian/tmp and not also going into
> libinklevel1.

> How can i change this ?
[...]

You don't. You use dh_install or dh_movefiles to move the files
in debian/libinklevel1 or debian/libinklevel-dev respectively after
$(MAKE) install.

Just look at how other packages solve this.
                  cu andreas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"



Reply to: