]> git.proxmox.com Git - qemu-server.git/commit
change from dpkg-deb to dpkg-buildpackage
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Jun 2017 16:37:03 +0000 (18:37 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 12 Jun 2017 07:56:12 +0000 (09:56 +0200)
commit88c9e28016938e9a80f64fdde2291b5ced26ebd1
tree73fd887c0033c7fcd9643128bf75767d89adc612
parente5857ca8a783e74707dd3e7636e85a6e8f15fe35
change from dpkg-deb to dpkg-buildpackage

Add debian directory and move the respective files there and add
missing (rules, compat, docs).

Add a Source section to the control.in file and "build" (sed
control.in >control) in the $DEB target as done in most other
packages

Move the qm verifyapi check to the new "test" target, which gets
executed before the dh_auto_install target.

Remove the obsolete vzsyscalls.ph target, vzsyscalls.h is gone for a
while now

Cleanup "clean" target.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 files changed:
Makefile
changelog.Debian [deleted file]
control.in [deleted file]
copyright [deleted file]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control.in [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/triggers [new file with mode: 0644]
triggers [deleted file]