]> git.proxmox.com Git - pve-storage.git/commit - Makefile
change from dpkg-deb to dpkg-buildpackage
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Jun 2017 15:20:09 +0000 (17:20 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 12 Jun 2017 08:11:02 +0000 (10:11 +0200)
commit183d2d2d937557dce31645c7d6d7981d3363b0c5
tree76c5ffe7b596c61a0023832eecd6166c068b016a
parent488cf14d4f0a927d5bef4b5a12933cd8a7b8fd98
change from dpkg-deb to dpkg-buildpackage

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

Move control.in to control as no sed search & replacement must be
done. Add a Source section to the control file.

Rename the "check" Makefile target to "test" so that the dh_auto_test
helper executes it automatically on build.
Move the verify_api check to this target.

Cleanup the "clean" target and remove outdated commented out stuff

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 [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]