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>
This commit is contained in:
Thomas Lamprecht
2017-06-09 17:20:09 +02:00
committed by Fabian Grünbichler
parent 488cf14d4f
commit 183d2d2d93
8 changed files with 37 additions and 25 deletions

13
debian/control vendored Normal file
View File

@ -0,0 +1,13 @@
Source: libpve-storage-perl
Section: perl
Priority: extra
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper (>= 7.0.50~), libpve-common-perl, perl (>= 5.10.0-19), lintian, pve-doc-generator
Standards-Version: 3.9.5
Homepage: http://www.proxmox.com
Package: libpve-storage-perl
Architecture: all
Depends: perl (>= 5.6.0-16), nfs-common, udev, libpve-common-perl, lvm2, thin-provisioning-tools, libfile-chdir-perl, glusterfs-client (>= 3.4.0-2), cstream, libnet-dbus-perl, smartmontools
Description: Proxmox VE storage management library
This package contains the storage management library used by Proxmox VE.