Merge lp:~timo-jyrinki/python-ubuntu-platform-api/rename_project_update_copyright into lp:python-ubuntu-platform-api

Proposed by Timo Jyrinki
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 12
Merged at revision: 11
Proposed branch: lp:~timo-jyrinki/python-ubuntu-platform-api/rename_project_update_copyright
Merge into: lp:python-ubuntu-platform-api
Diff against target: 75 lines (+9/-9)
5 files modified
debian/control (+3/-3)
debian/copyright (+3/-3)
monitor_upa (+1/-1)
setup.py (+1/-1)
upa/upamodule.cpp (+1/-1)
To merge this branch: bzr merge lp:~timo-jyrinki/python-ubuntu-platform-api/rename_project_update_copyright
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Didier Roche-Tolomelli Approve
Review via email: mp+168664@code.launchpad.net

Commit message

Rename python-upa to python-ubuntu-platform-api to match source package name. Also fix year typo in debian/copyright.

Description of the change

Rename python-upa to python-ubuntu-platform-api to match source package name. Also fix year typo in debian/copyright.

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Perfect! Thanks :)

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-06-10 16:33:38 +0000
3+++ debian/control 2013-06-11 12:57:30 +0000
4@@ -8,12 +8,12 @@
5 libubuntu-platform-api1-dev,
6 python-dev,
7 Standards-Version: 3.9.4
8-Homepage: https://launchpad.net/python-upa
9+Homepage: https://launchpad.net/python-ubuntu-platform-api
10 # If you aren't a member of ~python-upa-team but need to upload packaging
11 # changes, just go ahead. ~python-upa-team will notice and sync up the code
12 # again.
13-Vcs-Bzr: https://code.launchpad.net/~python-upa-team/python-upa/trunk
14-Vcs-Browser: http://bazaar.launchpad.net/~python-upa-team/python-upa/trunk/files
15+Vcs-Bzr: https://code.launchpad.net/~python-upa-team/python-ubuntu-platform-api/trunk
16+Vcs-Browser: http://bazaar.launchpad.net/~python-upa-team/python-ubuntu-platform-api/trunk/files
17
18 Package: python-ubuntu-platform-api
19 Architecture: armhf
20
21=== modified file 'debian/copyright'
22--- debian/copyright 2013-06-11 05:19:19 +0000
23+++ debian/copyright 2013-06-11 12:57:30 +0000
24@@ -1,9 +1,9 @@
25 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
26-Upstream-Name: python-upa
27-Source: https://launchpad.net/python-upa
28+Upstream-Name: python-ubuntu-platform-api
29+Source: https://launchpad.net/python-ubuntu-platform-api
30
31 Files: *
32-Copyright: 2012 Canonical
33+Copyright: 2013 Canonical
34 License: GPL-3
35 This program is free software: you can redistribute it and/or modify
36 it under the terms of the GNU General Public License as published by
37
38=== modified file 'monitor_upa'
39--- monitor_upa 2013-06-11 05:19:19 +0000
40+++ monitor_upa 2013-06-11 12:57:30 +0000
41@@ -2,7 +2,7 @@
42 #
43 # Copyright 2013 Canonical Ltd.
44 #
45-# This file is part of python-upa.
46+# This file is part of python-ubuntu-platform-api.
47 #
48 # python-upa is free software: you can redistribute it and/or modify
49 # it under the terms of the GNU General Public License as published by
50
51=== modified file 'setup.py'
52--- setup.py 2013-06-11 05:19:19 +0000
53+++ setup.py 2013-06-11 12:57:30 +0000
54@@ -1,7 +1,7 @@
55 #
56 # Copyright 2013 Canonical Ltd.
57 #
58-# This file is part of python-upa.
59+# This file is part of python-ubuntu-platform-api.
60 #
61 # python-upa is free software: you can redistribute it and/or modify
62 # it under the terms of the GNU General Public License as published by
63
64=== modified file 'upa/upamodule.cpp'
65--- upa/upamodule.cpp 2013-06-11 05:19:19 +0000
66+++ upa/upamodule.cpp 2013-06-11 12:57:30 +0000
67@@ -1,7 +1,7 @@
68 /*
69 * Copyright 2013 Canonical Ltd.
70 *
71- * This file is part of python-upa.
72+ * This file is part of python-ubuntu-platform-api.
73 *
74 * python-upa is free software: you can redistribute it and/or modify
75 * it under the terms of the GNU General Public License as published by

Subscribers

People subscribed via source and target branches

to all changes: