Merge lp:~james-page/nova/fix-watch-file into lp:~openstack-ubuntu-testing/nova/grizzly

Proposed by James Page
Status: Merged
Approved by: Chuck Short
Approved revision: 561
Merged at revision: 561
Proposed branch: lp:~james-page/nova/fix-watch-file
Merge into: lp:~openstack-ubuntu-testing/nova/grizzly
Diff against target: 31 lines (+7/-2)
2 files modified
debian/changelog (+5/-0)
debian/watch (+2/-2)
To merge this branch: bzr merge lp:~james-page/nova/fix-watch-file
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+151253@code.launchpad.net

This proposal supersedes a proposal from 2013-03-01.

Description of the change

Fixup watch file.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-02-28 17:00:13 +0000
3+++ debian/changelog 2013-03-01 14:26:22 +0000
4@@ -1,5 +1,6 @@
5 nova (2013.1.a4723.ge807e19-0ubuntu1) UNRELEASED; urgency=low
6
7+ [ Chuck Short ]
8 * New upstream release.
9 * debian/patches/avoid_setuptools_git_dependency.patch: Refreshed.
10 * debian/control: Clean up dependencies:
11@@ -11,6 +12,10 @@
12 - Dropped python-tempita no longer needed.
13 - Dropped python-xattr no longer needed.
14
15+ [ James Page ]
16+ * d/watch: Update uversionmangle to deal with upstream versioning
17+ changes, remove tarballs.openstack.org.
18+
19 -- Chuck Short <zulcss@ubuntu.com> Thu, 28 Feb 2013 09:00:15 -0600
20
21 nova (2013.1.g3-0ubuntu1) raring; urgency=low
22
23=== modified file 'debian/watch'
24--- debian/watch 2012-08-29 14:13:07 +0000
25+++ debian/watch 2013-03-01 14:26:22 +0000
26@@ -1,3 +1,3 @@
27 version=3
28-opts="uversionmangle=s/%7E/~/" https://launchpad.net/nova/+download https://launchpad.net/nova/.*/.*/.*/nova-(.*)\.tar\.gz
29-http://tarballs.openstack.org/nova/ nova-(\d.*).tar.gz
30+opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/" \
31+ https://launchpad.net/nova/+download https://launchpad.net/nova/.*/.*/.*/nova-(.*)\.tar\.gz

Subscribers

People subscribed via source and target branches