From d99a4f5aae8a43302fd60b76c4aa7ba69f377647 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 15 Jan 2013 10:53:17 +0100 Subject: [PATCH] bzr: depend on ca-certificates. --- srcpkgs/bzr/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/bzr/template b/srcpkgs/bzr/template index 9101225129..8d5b277845 100644 --- a/srcpkgs/bzr/template +++ b/srcpkgs/bzr/template @@ -1,21 +1,17 @@ # Template file for 'bzr' pkgname=bzr version=2.5.1 +revision=2 build_style=python-module pycompile_module="bzrlib" +depends="ca-certificates" makedepends="zlib-devel python-devel Cython" -revision=1 short_desc="Distributed version control system that Just Works" maintainer="Juan RP " license="GPL-2" homepage="http://http://bazaar.canonical.com" distfiles="http://launchpad.net/bzr/2.5/$version/+download/bzr-$version.tar.gz" checksum=967346fa6cc52971a8dfd5171ec22e1928cf455fb4317013b05b0915ff927982 -long_desc=" - Bazaar is a distributed version control system that Just Works. - While other systems require you to adapt to their model of working, - Bazaar adapts to the way you want to work, and you can try it out in - five minutes." pre_install() { sed -i -e "s|man/man1|share/man/man1|" setup.py