Merge lp:~noskcaj/libgweather/3.16.1 into lp:~ubuntu-desktop/libgweather/ubuntu

Proposed by Jackson Doak
Status: Merged
Merged at revision: 69
Proposed branch: lp:~noskcaj/libgweather/3.16.1
Merge into: lp:~ubuntu-desktop/libgweather/ubuntu
Diff against target: 203 lines (+48/-15)
8 files modified
debian/changelog (+23/-0)
debian/compat (+1/-1)
debian/control (+8/-3)
debian/control.in (+8/-3)
debian/libgweather-3-6.install (+1/-1)
debian/libgweather-3-6.symbols (+1/-1)
debian/libgweather-3-dev.install (+3/-3)
debian/rules (+3/-3)
To merge this branch: bzr merge lp:~noskcaj/libgweather/3.16.1
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+259858@code.launchpad.net

Description of the change

Merge 3.16 from debian, multiarchifies the package

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

Looking good and build fine, thanks!

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 2015-03-28 19:58:55 +0000
3+++ debian/changelog 2015-05-21 21:52:32 +0000
4@@ -1,3 +1,26 @@
5+libgweather (3.16.1-1ubuntu1) wily; urgency=medium
6+
7+ * Merge from debian. Remaining changes:
8+ - debian/control.in, debian/rules:
9+ + Run autoreconf
10+ - debian/rules:
11+ + Generate POT files on build
12+ - debian/patches/02_no_external_gettext.patch:
13+ + Can't have both IT_PROG_INTLTOOL and AM_GNU_GETTEXT
14+ - debian/control: Update Vcs-* field.
15+
16+ -- Jackson Doak <noskcaj@ubuntu.com> Fri, 22 May 2015 07:42:51 +1000
17+
18+libgweather (3.16.1-1) unstable; urgency=medium
19+
20+ * New upstream release.
21+ * Drop clean-la.mk include, we no longer ship any libtool .la files.
22+ * Add new gweather_location_new_detached symbol to symbols file.
23+ * Convert to multiarch.
24+ * Bump debhelper compatibility level to 9.
25+
26+ -- Michael Biebl <biebl@debian.org> Wed, 20 May 2015 01:00:54 +0200
27+
28 libgweather (3.16.0-0ubuntu1) vivid; urgency=medium
29
30 * New upstream bugfix release
31
32=== modified file 'debian/compat'
33--- debian/compat 2012-03-08 12:34:05 +0000
34+++ debian/compat 2015-05-21 21:52:32 +0000
35@@ -1,1 +1,1 @@
36-8
37+9
38
39=== modified file 'debian/control'
40--- debian/control 2015-01-05 19:51:06 +0000
41+++ debian/control 2015-05-21 21:52:32 +0000
42@@ -5,12 +5,12 @@
43 Source: libgweather
44 Section: libs
45 Priority: optional
46-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
47+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
48 XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
49 Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
50-Build-Depends: debhelper (>= 8),
51+Build-Depends: debhelper (>= 9),
52 autotools-dev,
53- cdbs (>= 0.4.73),
54+ cdbs (>= 0.4.93),
55 dh-autoreconf,
56 gnome-common,
57 gnome-pkg-tools,
58@@ -36,6 +36,7 @@
59 Package: libgweather-3-dev
60 Section: libdevel
61 Architecture: any
62+Multi-Arch: same
63 Depends: libgweather-3-6 (= ${binary:Version}),
64 gir1.2-gweather-3.0 (= ${binary:Version}),
65 libxml2-dev (>= 2.6.0),
66@@ -51,6 +52,8 @@
67
68 Package: libgweather-3-6
69 Architecture: any
70+Multi-Arch: same
71+Pre-Depends: ${misc:Pre-Depends},
72 Depends: ${shlibs:Depends},
73 ${misc:Depends},
74 libgweather-common (>= 3.5.0)
75@@ -62,6 +65,7 @@
76
77 Package: libgweather-common
78 Architecture: all
79+Multi-Arch: foreign
80 Depends: ${shlibs:Depends},
81 ${misc:Depends}
82 Conflicts: libgweather1 (<< 2.22.2-2)
83@@ -74,6 +78,7 @@
84 Package: gir1.2-gweather-3.0
85 Section: introspection
86 Architecture: any
87+Multi-Arch: same
88 Depends: ${gir:Depends},
89 ${shlibs:Depends},
90 ${misc:Depends}
91
92=== modified file 'debian/control.in'
93--- debian/control.in 2014-12-20 07:25:53 +0000
94+++ debian/control.in 2015-05-21 21:52:32 +0000
95@@ -1,12 +1,12 @@
96 Source: libgweather
97 Section: libs
98 Priority: optional
99-Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
100+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
101 XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
102 Uploaders: @GNOME_TEAM@
103-Build-Depends: debhelper (>= 8),
104+Build-Depends: debhelper (>= 9),
105 autotools-dev,
106- cdbs (>= 0.4.73),
107+ cdbs (>= 0.4.93),
108 dh-autoreconf,
109 gnome-common,
110 gnome-pkg-tools,
111@@ -32,6 +32,7 @@
112 Package: libgweather-3-dev
113 Section: libdevel
114 Architecture: any
115+Multi-Arch: same
116 Depends: libgweather-3-6 (= ${binary:Version}),
117 gir1.2-gweather-3.0 (= ${binary:Version}),
118 libxml2-dev (>= 2.6.0),
119@@ -47,6 +48,8 @@
120
121 Package: libgweather-3-6
122 Architecture: any
123+Multi-Arch: same
124+Pre-Depends: ${misc:Pre-Depends},
125 Depends: ${shlibs:Depends},
126 ${misc:Depends},
127 libgweather-common (>= 3.5.0)
128@@ -58,6 +61,7 @@
129
130 Package: libgweather-common
131 Architecture: all
132+Multi-Arch: foreign
133 Depends: ${shlibs:Depends},
134 ${misc:Depends}
135 Conflicts: libgweather1 (<< 2.22.2-2)
136@@ -70,6 +74,7 @@
137 Package: gir1.2-gweather-3.0
138 Section: introspection
139 Architecture: any
140+Multi-Arch: same
141 Depends: ${gir:Depends},
142 ${shlibs:Depends},
143 ${misc:Depends}
144
145=== modified file 'debian/libgweather-3-6.install'
146--- debian/libgweather-3-6.install 2014-02-04 10:16:43 +0000
147+++ debian/libgweather-3-6.install 2015-05-21 21:52:32 +0000
148@@ -1,1 +1,1 @@
149-usr/lib/libgweather-3.so.*
150+usr/lib/*/libgweather-3.so.*
151
152=== modified file 'debian/libgweather-3-6.symbols'
153--- debian/libgweather-3-6.symbols 2015-02-16 21:29:09 +0000
154+++ debian/libgweather-3-6.symbols 2015-05-21 21:52:32 +0000
155@@ -84,7 +84,7 @@
156 gweather_location_get_world@Base 3.10.0
157 gweather_location_has_coords@Base 3.7.91
158 gweather_location_level_get_type@Base 3.7.91
159- gweather_location_new_detached@Base 3.15.90
160+ gweather_location_new_detached@Base 3.16.1
161 gweather_location_new_world@Base 3.7.91
162 gweather_location_ref@Base 3.7.91
163 gweather_location_serialize@Base 3.7.91
164
165=== modified file 'debian/libgweather-3-dev.install'
166--- debian/libgweather-3-dev.install 2014-02-04 10:16:43 +0000
167+++ debian/libgweather-3-dev.install 2015-05-21 21:52:32 +0000
168@@ -1,7 +1,7 @@
169 usr/include/libgweather-3.0/*
170-usr/lib/lib*.a
171-usr/lib/lib*.so
172-usr/lib/pkgconfig/*
173+usr/lib/*/lib*.a
174+usr/lib/*/lib*.so
175+usr/lib/*/pkgconfig/*
176 usr/share/gtk-doc
177 usr/share/gir-1.0/GWeather-3.0.gir
178 usr/share/vala/vapi/gweather-3.0.*
179
180=== modified file 'debian/rules'
181--- debian/rules 2014-02-04 10:16:43 +0000
182+++ debian/rules 2015-05-21 21:52:32 +0000
183@@ -6,16 +6,16 @@
184 include /usr/share/cdbs/1/rules/debhelper.mk
185 include /usr/share/cdbs/1/class/gnome.mk
186 include /usr/share/cdbs/1/rules/utils.mk
187-include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
188 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
189 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
190
191 LDFLAGS += -Wl,-O1 -Wl,--as-needed
192
193-DEB_CONFIGURE_EXTRA_FLAGS += --enable-locations-compression \
194+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
195+ --enable-locations-compression \
196 --enable-static \
197 --enable-gtk-doc
198
199 build:
200 cd po; intltool-update --pot
201- cd po-locations; intltool-update --gettext-package libgweather-locations --pot
202\ No newline at end of file
203+ cd po-locations; intltool-update --gettext-package libgweather-locations --pot

Subscribers

People subscribed via source and target branches

to all changes: