summaryrefslogtreecommitdiffstats
path: root/ci/build_qemu_rpm_deb/mkcontrol.sh
blob: 7eb504a0e7e811efe8daa7180b7fc03284d68310 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
echo "Package: qemu"
echo "Version: $1"
echo "Section: base"
echo "Priority: optional"
echo "Architecture: all"
echo "Maintainer: Intel"
echo "Description: control file for qemu debian build on centos"