Merge lp:~didrocks/ubuntu-wallpapers/new-pkg into lp:ubuntu-wallpapers

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 95
Merged at revision: 91
Proposed branch: lp:~didrocks/ubuntu-wallpapers/new-pkg
Merge into: lp:ubuntu-wallpapers
Diff against target: 145 lines (+31/-32)
5 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+10/-0)
debian/compat (+1/-1)
debian/control (+7/-25)
debian/rules (+11/-6)
To merge this branch: bzr merge lp:~didrocks/ubuntu-wallpapers/new-pkg
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+138988@code.launchpad.net

Commit message

Prepare for daily landing

Description of the change

Prepare for daily landing

To post a comment you must log in.
95. By Didier Roche-Tolomelli

Move it to split mode

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Ack.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2012-12-10 14:31:20 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== modified file 'debian/changelog'
10--- debian/changelog 2012-09-11 13:25:35 +0000
11+++ debian/changelog 2012-12-10 14:31:20 +0000
12@@ -1,3 +1,13 @@
13+ubuntu-wallpapers (0.35.3-0ubuntu1) UNRELEASED; urgency=low
14+
15+ * debian/control, debian/compat, debian/rules:
16+ - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
17+ - Sanitize the build-deps order and remove all unsupported transitions
18+ - transition from cdbs to dh9
19+ * Move it to split mode
20+
21+ -- Didier Roche <didrocks@ubuntu.com> Mon, 10 Dec 2012 15:15:03 +0100
22+
23 ubuntu-wallpapers (0.35.2) quantal; urgency=low
24
25 * Update default 12.10 wallpaper (LP: #1048976)
26
27=== modified file 'debian/compat'
28--- debian/compat 2012-02-28 14:39:26 +0000
29+++ debian/compat 2012-12-10 14:31:20 +0000
30@@ -1,1 +1,1 @@
31-8
32+9
33
34=== modified file 'debian/control'
35--- debian/control 2012-08-30 20:52:40 +0000
36+++ debian/control 2012-12-10 14:31:20 +0000
37@@ -2,10 +2,15 @@
38 Section: x11
39 Priority: optional
40 Maintainer: Ubuntu Artwork Team <ubuntu-art@lists.ubuntu.com>
41-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-wallpapers/ubuntu
42-Build-Depends: debhelper (>= 8), cdbs (>= 0.4.90~), python (>= 2.6.6-3~)
43+Build-Depends: debhelper (>= 9),
44+ python (>= 2.6.6-3~),
45 Build-Depends-Indep: python-distutils-extra
46 Standards-Version: 3.9.3
47+# If you aren't a member of ~ubuntu-art-pkg but need to upload
48+# packaging changes, just go ahead. ~ubuntu-art-pkg will notice
49+# and sync up the code again.
50+Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-wallpapers/ubuntu
51+Vcs-Browser: https://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-wallpapers/ubuntu/files
52
53 Package: ubuntu-wallpapers
54 Architecture: all
55@@ -23,65 +28,42 @@
56 other default wallpapers for the current Ubuntu release.
57
58 Package: ubuntu-wallpapers-karmic
59-Conflicts: ubuntu-wallpapers (<< 0.34.0), ubuntu-wallpapers-extra (<< 0.34.1~)
60-Replaces: ubuntu-wallpapers (<< 0.34.0), ubuntu-wallpapers-extra (<< 0.34.1~)
61 Architecture: all
62 Depends: ${misc:Depends}
63 Description: Ubuntu 9.10 Wallpapers
64 Wallpapers from the Ubuntu 9.10 community contest
65
66-Package: ubuntu-wallpapers-extra
67-Depends: ubuntu-wallpapers-karmic, ${misc:Depends}
68-Architecture: all
69-Section: oldlibs
70-Priority: extra
71-Description: transitional dummy package for ubuntu-wallpapers-karmic
72- This package is a transitional package to facilitate upgrades from
73- ubuntu-wallpapers-extra to ubuntu-wallpapers-karmic. It can be safely removed.
74-
75 Package: ubuntu-wallpapers-lucid
76-Conflicts: ubuntu-wallpapers (<< 0.34.0)
77-Replaces: ubuntu-wallpapers (<< 0.34.0)
78 Architecture: all
79 Depends: ${misc:Depends}
80 Description: Ubuntu 10.04 Wallpapers
81 Wallpapers from the Ubuntu 10.04 community contest
82
83 Package: ubuntu-wallpapers-maverick
84-Conflicts: ubuntu-wallpapers (<< 0.34.0)
85-Replaces: ubuntu-wallpapers (<< 0.34.0)
86 Architecture: all
87 Depends: ${misc:Depends}
88 Description: Ubuntu 10.10 Wallpapers
89 Wallpapers from the Ubuntu 10.10 community contest
90
91 Package: ubuntu-wallpapers-natty
92-Conflicts: ubuntu-wallpapers (<< 0.34.0)
93-Replaces: ubuntu-wallpapers (<< 0.34.0)
94 Architecture: all
95 Depends: ${misc:Depends}
96 Description: Ubuntu 11.04 Wallpapers
97 Wallpapers from the Ubuntu 11.04 community contest
98
99 Package: ubuntu-wallpapers-oneiric
100-Conflicts: ubuntu-wallpapers (<< 0.34.0)
101-Replaces: ubuntu-wallpapers (<< 0.34.0)
102 Architecture: all
103 Depends: ${misc:Depends}
104 Description: Ubuntu 11.10 Wallpapers
105 Wallpapers from the Ubuntu 11.10 community contest
106
107 Package: ubuntu-wallpapers-precise
108-Conflicts: ubuntu-wallpapers (<< 0.34.0)
109-Replaces: ubuntu-wallpapers (<< 0.34.0)
110 Architecture: all
111 Depends: ${misc:Depends}
112 Description: Ubuntu 12.04 Wallpapers
113 Wallpapers from the Ubuntu 12.04 community contest
114
115 Package: ubuntu-wallpapers-quantal
116-Conflicts: ubuntu-wallpapers (<< 0.34.0)
117-Replaces: ubuntu-wallpapers (<< 0.34.0)
118 Architecture: all
119 Depends: ${misc:Depends}
120 Description: Ubuntu 12.10 Wallpapers
121
122=== modified file 'debian/rules'
123--- debian/rules 2012-04-05 15:12:07 +0000
124+++ debian/rules 2012-12-10 14:31:20 +0000
125@@ -1,9 +1,14 @@
126 #!/usr/bin/make -f
127
128-DEB_PYTHON2_MODULE_PACKAGES := ubuntu-wallpapers
129-
130-include /usr/share/cdbs/1/rules/debhelper.mk
131-include /usr/share/cdbs/1/class/python-distutils.mk
132-
133-install/ubuntu-wallpapers::
134+# Uncomment this to turn on verbose mode.
135+#export DH_VERBOSE=1
136+
137+%:
138+ dh $@ --with python2 --parallel
139+
140+override_dh_install:
141 rm -r debian/tmp/usr/lib/python*
142+ dh_install --fail-missing
143+
144+#install/ubuntu-wallpapers::
145+# rm -r debian/tmp/usr/lib/python*