From 5774c62cac69ae0693518d293df04210f4c3f30b Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Sun, 16 Sep 2012 10:29:29 +0200 Subject: [PATCH] Fix some lintian warning --- debian/control | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 578261f2e..cf33b8841 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: PKG OpenStack Uploaders: Mehdi Abaakouk Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6), - python-all-dev (>= 2.6.6-3~) Build-Depends-Indep: python-sqlalchemy, python-setuptools, @@ -38,6 +37,8 @@ Build-Depends-Indep: pep8, Standards-Version: 3.9.3 Homepage: http://launchpad.net/cinder +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/cinder.git;a=summary +Vcs-Git: git://anonscm.debian.org/openstack/cinder.git Package: python-cinder Section: python @@ -81,23 +82,23 @@ Description: Cinder starage service - common files Package: cinder-api Architecture: all Depends: cinder-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends} -Description: Cinder storage service - api server +Description: Cinder storage service - API server Cinder is a storage service for the Openstack project . - This package contains the api server + This package contains the API server Package: cinder-volume Architecture: all Depends: cinder-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends} -Description: Cinder storage service - api server +Description: Cinder storage service - Volume server Cinder is a storage service for the Openstack project . - This package contains the volume server + This package contains the Volume server Package: cinder-scheduler Architecture: all Depends: cinder-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends} -Description: Cinder storage service - api server +Description: Cinder storage service - Scheduler server Cinder is a storage service for the Openstack project . - This package contains the scheduler server + This package contains the Scheduler server -- 2.45.2