This repository contains the packaging for the libvirt derived from Fedora's libvirt package
with added support for being built for Debian/Ubuntu using debbuild.
On a RPM system,
rpm-build packagemkdir -p ~/rpmbuild/{SPECS,SOURCES,BUILD,BUILDROOT,RPMS,SRPMS}~/rpmbuild/SOURCES~/rpmbuild/SOURCES~/rpmbuild/SPECSrpmbuild -ba ~/rpmbuild/SPECS/libvirt.specOn a Debian/Ubuntu system,
debbuild using the deb from the project releases page.mkdir -p ~/debbuild/{SPECS,SOURCES,BUILD,BUILDROOT,DEBS,SDEBS}~/debbuild/SOURCES~/debbuild/SOURCES~/debbuild/SPECSdebbuild -ba ~/debbuild/SPECS/libvirt.spec