]> git.proxmox.com Git - librados2-perl.git/commitdiff
update package dependencies for Debian Jessie
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 26 Feb 2015 12:28:57 +0000 (13:28 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 26 Feb 2015 12:46:26 +0000 (13:46 +0100)
Makefile
changelog.Debian
control.in

index 97696fe005dfa9a94e56cc65feec3b446032c68a..2869be2598a6d0181fffb79679d37604ee016551 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.1
+RELEASE=4.0
 
 VERSION=1.0
 PACKAGE=librados2-perl
-PKGREL=1
+PKGREL=2
 
 DESTDIR=
 PREFIX=/usr
@@ -13,7 +13,7 @@ MANDIR=${PREFIX}/share/man
 DOCDIR=${PREFIX}/share/doc/${PACKAGE}
 MAN1DIR=${MANDIR}/man1/
 PERLDIR=${PREFIX}/share/perl5
-PERLSODIR=${LIBDIR}/perl5/auto
+PERLSODIR=${LIBDIR}/x86_64-linux-gnu/perl/5.20.1/auto/
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -26,9 +26,9 @@ RADOS.c: RADOS.xs typemap
        xsubpp RADOS.xs -typemap typemap > RADOS.xsc
        mv RADOS.xsc RADOS.c
 
-CFLAGS= -shared -fPIC -O2 -Wall -Wl,-z,relro -I/usr/lib/perl/5.14.2/CORE -DXS_VERSION=\"1.0\"
+CFLAGS= -shared -fPIC -O2 -Wall -Wl,-z,relro -I/usr/lib/x86_64-linux-gnu/perl/5.20.1/CORE -DXS_VERSION=\"1.0\"
 CFLAGS= -shared -fPIC -O2 -Werror -Wtype-limits -Wall -Wl,-z,relro \
-       -D_FORTIFY_SOURCE=2 -I/usr/lib/perl/5.14.2/CORE -DXS_VERSION=\"1.0\"
+       -D_FORTIFY_SOURCE=2 -I/usr/lib/x86_64-linux-gnu/perl/5.20.1/CORE -DXS_VERSION=\"1.0\"
 
 RADOS.so: RADOS.c
        gcc ${CFLAGS} -lrados -o RADOS.so RADOS.c
index 73fb5a7c02ba42a48550db06655f827c0945f30e..84d1b709f27310fe91b499ce875d6999ba562bd9 100644 (file)
@@ -1,3 +1,9 @@
+librados2-perl (1.0-2) unstable; urgency=medium
+
+  * update package dependencies for Debian Jessie
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Feb 2015 13:28:45 +0100
+
 librados2-perl (1.0-1) unstable; urgency=low
 
   * depend on ceph dumpling (instead of emperor).
index 04641c8003d187ebf66b1b4701e2746c588a065c..a80143002180d3ff77cfb2d35c8670086a5c1ce8 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.67.5), libpve-access-control
+Depends: libc6 (>= 2.2.5), perl (>= 5.20.1-5), perlapi-5.20.1, 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.