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

RE: package-dev



Andrey,

I'm not sure to understand, sorry my english is not that good :)

So I downloaded my libvirt-1.1.3.tar.gz from the libvirt website. 
Moved libvirt-1.1.3.tar.gz to libvirt_1.1.3.orig.tar.gz, uncompressed it, made my dh_make -e, filled my debian/changelog, compat, control,copyright and my rules file with this :

#!/usr/bin/make -f
%:
        dh $@
override_dh_auto_configure:
        dh_auto_configure -- --prefix=/usr/ --localstatedir=/var --sysconfdir=/etc/ --with-init-script=upstart --with-qemu --with-storage-rbd --with-storage-fs --with-storage-lvm --with-storage-scsi --with-storage-mpath --with-lxc --with-openvz

debuild -uc -us it and I got a libvirt_1.1.3.deb generated, but no libvirt-dev.dev, do you mean that in my case libs are already included in this .deb ?


-----Message d'origine-----
De : Andrey Rahmatullin [mailto:wrar@wrar.name] 
Envoyé : vendredi 25 octobre 2013 09:33
À : debian-mentors@lists.debian.org
Objet : Re: package-dev

On Fri, Oct 25, 2013 at 09:18:50AM +0200, NEVEU Stephane wrote:
> Yes that's what I want to do: build a libvirt.deb and the associated libvirt-dev.deb from a fresh development snapshot (because of new features).
> So is there a special make target to create the libvirt-dev.deb ? I just can't figure out how to generate this libvirt-dev package.
No, all packages are built with the same command, you don't need additional commands for each subpackage.

--
WBR, wRAR


-- 
To UNSUBSCRIBE, email to debian-mentors-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: [🔎] 20131025073247.GB15135@belkar.wrar.name">http://lists.debian.org/[🔎] 20131025073247.GB15135@belkar.wrar.name


Reply to: