]> git.proxmox.com Git - librados2-perl.git/commitdiff
bump version to 1.0-1
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Jan 2014 11:17:28 +0000 (12:17 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Jan 2014 11:17:28 +0000 (12:17 +0100)
Depend on ceph dumpling (instead of emperor), and use our own version schema.

Makefile
changelog.Debian
control.in

index 0b42cc8ce0a37f26700d83b7e2087ae3cf12efc9..97696fe005dfa9a94e56cc65feec3b446032c68a 100644 (file)
--- 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
index cf98e3cb6e876baa41f7f1d25dd05630ee7e8e5d..73fb5a7c02ba42a48550db06655f827c0945f30e 100644 (file)
@@ -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 <support@proxmox.com>  Mon, 27 Jan 2014 12:15:05 +0100
+
 librados2-perl (0.72.1-3) unstable; urgency=low
 
   * depend on libpve-access-control
index 38e8157c04753b3c9b7ccb24004a5e8a43272b29..04641c8003d187ebf66b1b4701e2746c588a065c 100644 (file)
@@ -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 <support@proxmox.com>
 Description: Perl bindings for librados
  This package contains librados perl binding used by Proxmox VE.