From: Dietmar Maurer Date: Mon, 27 Jan 2014 11:17:28 +0000 (+0100) Subject: bump version to 1.0-1 X-Git-Url: https://git.proxmox.com/?p=librados2-perl.git;a=commitdiff_plain;h=547552825a736a90265a743e887e57fa9d45633a bump version to 1.0-1 Depend on ceph dumpling (instead of emperor), and use our own version schema. --- diff --git a/Makefile b/Makefile index 0b42cc8..97696fe 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ RELEASE=3.1 -VERSION=0.72.1 +VERSION=1.0 PACKAGE=librados2-perl -PKGREL=3 +PKGREL=1 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index cf98e3c..73fb5a7 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +librados2-perl (1.0-1) unstable; urgency=low + + * depend on ceph dumpling (instead of emperor). + + * use our own version schema + + -- Proxmox Support Team Mon, 27 Jan 2014 12:15:05 +0100 + librados2-perl (0.72.1-3) unstable; urgency=low * depend on libpve-access-control diff --git a/control.in b/control.in index 38e8157..04641c8 100644 --- a/control.in +++ b/control.in @@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@ Section: perl Priority: optional Architecture: @@ARCH@@ -Depends: libc6 (>= 2.2.5), perl (>= 5.14.2-21+deb7u1), perlapi-5.14.2, librados2 (>= 0.72.1), libpve-access-control +Depends: libc6 (>= 2.2.5), perl (>= 5.14.2-21+deb7u1), perlapi-5.14.2, librados2 (>= 0.67.5), libpve-access-control Maintainer: Proxmox Support Team Description: Perl bindings for librados This package contains librados perl binding used by Proxmox VE.