Thomas Goirand, le Wed 20 Jan 2010 02:38:19 +0800, a écrit :
> If you have a look at the one but the least line in debian/rules, you have:
>
> binary: binary-indep binary-arch
>
> Am I still missing something here or... ?
The fact that dpkg-buildpackage -B doesn't use binary, but only
binary-arch. That's one of the points of -B: only generate arch-specific
packages, not arch-indep packages.
Really, did you try a fresh unpack of your package and run
dpkg-buildpackage -B
?
Here it builds everything, sure, but in the end it realizes it didn't
actual build any .deb:
dpkg-genchanges -B >../xen-qemu-dm-3.4_3.4.2-1_amd64.changes
dpkg-genchanges: arch-specific upload - not including arch-independent packages
Really, apply the attached patch.
Samuel
patch
Description: Text document
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|