From 2144830ea220f0fddfcfc308757481b597ea6325 Mon Sep 17 00:00:00 2001 From: "Oleg S. Gelbukh" Date: Tue, 23 Apr 2013 11:41:21 +0400 Subject: [PATCH] Update specs to 2013.1 version Update debian/ specs from 2013.1.rc1 to 2013.1 release version --- debian/changelog | 33 ++++++++++++++++++++++++++++++--- debian/cinder-volume.install | 1 - debian/control | 1 - debian/rules | 2 +- 4 files changed, 31 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index b0d41815b..d0206b163 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,35 @@ -cinder (1:2013.1~rc1-0ubuntu1~cloud0) precise-grizzly; urgency=low +cinder (1:2013.1-0ubuntu1~cloud0) precise-grizzly; urgency=low - * New upstream release candidate for the Ubuntu Cloud Archive. + * New upstream release for the Ubuntu Cloud Archive. - -- James Page Tue, 19 Mar 2013 15:02:53 +0000 + -- Chuck Short Mon, 08 Apr 2013 08:26:41 -0500 + +cinder (1:2013.1-0ubuntu1) raring; urgency=low + + * New upstream release. + + -- Chuck Short Fri, 05 Apr 2013 08:07:59 -0500 + +cinder (1:2013.1~rc3-0ubuntu1) raring; urgency=low + + * New upstream release. + + -- Chuck Short Wed, 27 Mar 2013 07:51:21 -0500 + +cinder (1:2013.1~rc2-0ubuntu2) raring; urgency=low + + * debian/rules: Fix FTBFS, we want '-v' and not '-V'. + + -- Chuck Short Mon, 25 Mar 2013 08:30:42 -0500 + +cinder (1:2013.1~rc2-0ubuntu1) raring; urgency=low + + * New upstream release. + * debian/control, debian/cinder-volume.install: Dropped rtstool and python-rtslib + since it was dropped upstream. + * debian/rules: Run tests more verbosely. + + -- Chuck Short Mon, 25 Mar 2013 07:59:45 -0500 cinder (1:2013.1~rc1-0ubuntu1) raring; urgency=low diff --git a/debian/cinder-volume.install b/debian/cinder-volume.install index da0a99095..6ae49b0cb 100644 --- a/debian/cinder-volume.install +++ b/debian/cinder-volume.install @@ -1,6 +1,5 @@ debian/cinder_tgt.conf etc/tgt/conf.d etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d usr/bin/cinder-clear-rabbit-queues -usr/bin/cinder-rtstool usr/bin/cinder-volume usr/bin/cinder-volume-usage-audit diff --git a/debian/control b/debian/control index 7feaaa480..89bc5dc76 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,6 @@ Depends: python-paste, python-pastedeploy, python-routes, - python-rtslib, python-swiftclient, python-sqlalchemy, python-suds, diff --git a/debian/rules b/debian/rules index 0c37cb6e1..3f35e3ccb 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ get-orig-source: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - PYTHONPATH=$(CURDIR) bash run_tests.sh -N + PYTHONPATH=$(CURDIR) bash run_tests.sh -N -v endif override_dh_install: -- 2.45.2