Merge lp:~sil2100/ubuntu-wallpapers/packaging_review into lp:ubuntu-wallpapers

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Ken VanDine
Approved revision: 99
Merged at revision: 98
Proposed branch: lp:~sil2100/ubuntu-wallpapers/packaging_review
Merge into: lp:ubuntu-wallpapers
Diff against target: 149 lines (+29/-19)
5 files modified
debian/changelog (+7/-0)
debian/control (+18/-17)
debian/rules (+2/-0)
debian/ubuntu-wallpapers-karmic.install (+1/-1)
debian/ubuntu-wallpapers-lucid.install (+1/-1)
To merge this branch: bzr merge lp:~sil2100/ubuntu-wallpapers/packaging_review
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+161917@code.launchpad.net

Commit message

Modifications related to compliance with our packaging standards

Description of the change

Packaging review, nothing to see here!

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
99. By Łukasz Zemczak

Typo in the script I used

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) :
review: Approve

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-03-20 00:03:15 +0000
3+++ debian/changelog 2013-05-01 21:16:25 +0000
4@@ -1,3 +1,10 @@
5+ubuntu-wallpapers (13.04.0daily13.03.20-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * debian/control, debian/rules:
8+ - Modifications related to compliance with our packaging standards
9+
10+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Wed, 01 May 2013 20:27:45 +0200
11+
12 ubuntu-wallpapers (13.04.0daily13.03.20-0ubuntu1) raring; urgency=low
13
14 [ Didier Roche ]
15
16=== modified file 'debian/control'
17--- debian/control 2013-03-19 13:01:01 +0000
18+++ debian/control 2013-05-01 21:16:25 +0000
19@@ -4,74 +4,75 @@
20 Maintainer: Ubuntu Artwork Team <ubuntu-art@lists.ubuntu.com>
21 Build-Depends: debhelper (>= 9),
22 python (>= 2.6.6-3~),
23-Build-Depends-Indep: python-distutils-extra
24+Build-Depends-Indep: python-distutils-extra,
25 Standards-Version: 3.9.4
26+Homepage: https://launchpad.net/ubuntu-wallpapers
27 # If you aren't a member of ~ubuntu-art-pkg but need to upload
28 # packaging changes, just go ahead. ~ubuntu-art-pkg will notice
29 # and sync up the code again.
30-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-wallpapers/ubuntu
31+Vcs-Bzr: https://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-wallpapers/ubuntu
32 Vcs-Browser: https://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-wallpapers/ubuntu/files
33
34 Package: ubuntu-wallpapers
35 Architecture: all
36 Section: metapackages
37-Depends: ${misc:Depends},
38- ubuntu-wallpapers-raring,
39-Suggests: ubuntu-wallpapers-oneiric,
40+Depends: ubuntu-wallpapers-raring,
41+ ${misc:Depends},
42+Suggests: ubuntu-wallpapers-karmic,
43+ ubuntu-wallpapers-lucid,
44+ ubuntu-wallpapers-maverick,
45 ubuntu-wallpapers-natty,
46- ubuntu-wallpapers-maverick,
47- ubuntu-wallpapers-lucid,
48- ubuntu-wallpapers-karmic,
49+ ubuntu-wallpapers-oneiric,
50 ubuntu-wallpapers-precise,
51 ubuntu-wallpapers-quantal,
52 Description: Ubuntu Wallpapers
53- The default Ubuntu wallpaper. This is also a meta-package depending on the
54+ The default Ubuntu wallpaper. This is also a meta-package depending on the
55 other default wallpapers for the current Ubuntu release.
56
57 Package: ubuntu-wallpapers-karmic
58 Architecture: all
59-Depends: ${misc:Depends}
60+Depends: ${misc:Depends},
61 Description: Ubuntu 9.10 Wallpapers
62 Wallpapers from the Ubuntu 9.10 community contest
63
64 Package: ubuntu-wallpapers-lucid
65 Architecture: all
66-Depends: ${misc:Depends}
67+Depends: ${misc:Depends},
68 Description: Ubuntu 10.04 Wallpapers
69 Wallpapers from the Ubuntu 10.04 community contest
70
71 Package: ubuntu-wallpapers-maverick
72 Architecture: all
73-Depends: ${misc:Depends}
74+Depends: ${misc:Depends},
75 Description: Ubuntu 10.10 Wallpapers
76 Wallpapers from the Ubuntu 10.10 community contest
77
78 Package: ubuntu-wallpapers-natty
79 Architecture: all
80-Depends: ${misc:Depends}
81+Depends: ${misc:Depends},
82 Description: Ubuntu 11.04 Wallpapers
83 Wallpapers from the Ubuntu 11.04 community contest
84
85 Package: ubuntu-wallpapers-oneiric
86 Architecture: all
87-Depends: ${misc:Depends}
88+Depends: ${misc:Depends},
89 Description: Ubuntu 11.10 Wallpapers
90 Wallpapers from the Ubuntu 11.10 community contest
91
92 Package: ubuntu-wallpapers-precise
93 Architecture: all
94-Depends: ${misc:Depends}
95+Depends: ${misc:Depends},
96 Description: Ubuntu 12.04 Wallpapers
97 Wallpapers from the Ubuntu 12.04 community contest
98
99 Package: ubuntu-wallpapers-quantal
100 Architecture: all
101-Depends: ${misc:Depends}
102+Depends: ${misc:Depends},
103 Description: Ubuntu 12.10 Wallpapers
104 Wallpapers from the Ubuntu 12.10 community contest
105
106 Package: ubuntu-wallpapers-raring
107 Architecture: all
108-Depends: ${misc:Depends}
109+Depends: ${misc:Depends},
110 Description: Ubuntu 13.04 Wallpapers
111 Wallpapers from the Ubuntu 13.04 community contest
112
113=== modified file 'debian/rules'
114--- debian/rules 2012-12-13 07:22:38 +0000
115+++ debian/rules 2013-05-01 21:16:25 +0000
116@@ -3,6 +3,8 @@
117 # Uncomment this to turn on verbose mode.
118 #export DH_VERBOSE=1
119
120+export DPKG_GENSYMBOLS_CHECK_LEVEL=4
121+
122 %:
123 dh $@ --with python2 --parallel
124
125
126=== modified file 'debian/ubuntu-wallpapers-karmic.install'
127--- debian/ubuntu-wallpapers-karmic.install 2012-02-28 15:55:26 +0000
128+++ debian/ubuntu-wallpapers-karmic.install 2013-05-01 21:16:25 +0000
129@@ -1,3 +1,4 @@
130+
131 usr/share/backgrounds/Bay.jpg
132 usr/share/backgrounds/Butterfly.jpg
133 usr/share/backgrounds/Cherries.jpg
134@@ -19,4 +20,3 @@
135 usr/share/backgrounds/WhiteOrchid.jpg
136 usr/share/backgrounds/contest/karmic.xml
137 usr/share/gnome-background-properties/karmic-wallpapers.xml
138-
139
140=== modified file 'debian/ubuntu-wallpapers-lucid.install'
141--- debian/ubuntu-wallpapers-lucid.install 2012-02-28 15:55:26 +0000
142+++ debian/ubuntu-wallpapers-lucid.install 2013-05-01 21:16:25 +0000
143@@ -13,5 +13,5 @@
144 usr/share/backgrounds/SmoothMoment.jpg
145 usr/share/backgrounds/Warmlights.jpg
146 usr/share/backgrounds/Yellowflower.jpg
147+usr/share/backgrounds/contest/lucid.xml
148 usr/share/gnome-background-properties/lucid-wallpapers.xml
149-usr/share/backgrounds/contest/lucid.xml