From 74e8c51e582c3e64f81a922b54681bc94765e89d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 26 Feb 2015 13:38:01 +0100 Subject: [PATCH] update package dependencies for Debian Jessie --- Makefile | 6 +++--- changelog.Debian | 8 ++++++++ control.in | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 854bc07..31a86e1 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/changelog.Debian b/changelog.Debian index 72ff66e..495295e 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +libpve-storage-perl (4.0-1) unstable; urgency=medium + + * update version for Debian Jessie + + * remove clvm dependency + + -- Proxmox Support Team Thu, 26 Feb 2015 13:37:04 +0100 + libpve-storage-perl (3.0-31) unstable; urgency=low * zfs: fix image allocation diff --git a/control.in b/control.in index 220fe74..60cc670 100644 --- a/control.in +++ b/control.in @@ -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 Description: Proxmox VE storage management library This package contains the storage management library used by Proxmox VE.