#!/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"