Update specs to 2013.1 version
authorOleg S. Gelbukh <ogelbukh@mirantis.com>
Tue, 23 Apr 2013 07:41:21 +0000 (11:41 +0400)
committerOleg S. Gelbukh <ogelbukh@mirantis.com>
Tue, 23 Apr 2013 07:41:21 +0000 (11:41 +0400)
Update debian/ specs from 2013.1.rc1 to 2013.1 release version

debian/changelog
debian/cinder-volume.install
debian/control
debian/rules

index b0d41815b2aab402cddc5568760e12f967b9922c..d0206b1636bc61dbbc8639da2a232681dada16c0 100644 (file)
@@ -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 <james.page@ubuntu.com>  Tue, 19 Mar 2013 15:02:53 +0000
+ -- Chuck Short <zulcss@ubuntu.com>  Mon, 08 Apr 2013 08:26:41 -0500
+
+cinder (1:2013.1-0ubuntu1) raring; urgency=low
+
+  * New upstream release. 
+
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 05 Apr 2013 08:07:59 -0500
+
+cinder (1:2013.1~rc3-0ubuntu1) raring; urgency=low
+
+  * New upstream release. 
+
+ -- Chuck Short <zulcss@ubuntu.com>  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 <zulcss@ubuntu.com>  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 <zulcss@ubuntu.com>  Mon, 25 Mar 2013 07:59:45 -0500
 
 cinder (1:2013.1~rc1-0ubuntu1) raring; urgency=low
 
index da0a990951e988bc64425cbc48c3cc7ed5be42bc..6ae49b0cbb43a28d17b2412749f73761ca7fa8dd 100644 (file)
@@ -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
index 7feaaa4807e985b3a1e0c8cbffaeb5a2aa605915..89bc5dc76fcf77924c821a281bb788b71548ed3f 100644 (file)
@@ -60,7 +60,6 @@ Depends:
  python-paste,
  python-pastedeploy,
  python-routes,
- python-rtslib,
  python-swiftclient,
  python-sqlalchemy,
  python-suds,
index 0c37cb6e185619eaf9c142ee6dc84494d6f1909b..3f35e3ccb68fab2e1256d5a7bfba95fd668da82f 100755 (executable)
@@ -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: