update package dependencies for Debian Jessie

This commit is contained in:
Dietmar Maurer
2015-02-26 13:38:01 +01:00
parent 42ed78dab1
commit 74e8c51e58
3 changed files with 12 additions and 4 deletions

View File

@ -1,8 +1,8 @@
RELEASE=3.3
RELEASE=4.0
VERSION=3.0
VERSION=4.0
PACKAGE=libpve-storage-perl
PKGREL=31
PKGREL=1
DESTDIR=
PREFIX=/usr

View File

@ -1,3 +1,11 @@
libpve-storage-perl (4.0-1) unstable; urgency=medium
* update version for Debian Jessie
* remove clvm dependency
-- Proxmox Support Team <support@proxmox.com> Thu, 26 Feb 2015 13:37:04 +0100
libpve-storage-perl (3.0-31) unstable; urgency=low
* zfs: fix image allocation

View File

@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@
Section: perl
Priority: optional
Architecture: @@ARCH@@
Depends: perl (>= 5.6.0-16), nfs-common, udev, libpve-common-perl, lvm2, clvm, libfile-chdir-perl, glusterfs-client (>= 3.4.0-2)
Depends: perl (>= 5.6.0-16), nfs-common, udev, libpve-common-perl, lvm2, libfile-chdir-perl, glusterfs-client (>= 3.4.0-2)
Maintainer: Proxmox Support Team <support@proxmox.com>
Description: Proxmox VE storage management library
This package contains the storage management library used by Proxmox VE.