Merge ~sergiodj/ubuntu/+source/openipmi:merge-2.0.33-1-kinetic into ubuntu/+source/openipmi:debian/sid

Proposed by Sergio Durigan Junior
Status: Merged
Approved by: git-ubuntu bot
Approved revision: not available
Merge reported by: Sergio Durigan Junior
Merged at revision: e1ac441f5444fd89232c9bf80553c75641e32fad
Proposed branch: ~sergiodj/ubuntu/+source/openipmi:merge-2.0.33-1-kinetic
Merge into: ubuntu/+source/openipmi:debian/sid
Diff against target: 419 lines (+322/-1)
2 files modified
debian/changelog (+320/-0)
debian/control (+2/-1)
Reviewer Review Type Date Requested Status
git-ubuntu bot Approve
Bryce Harrington (community) Approve
Canonical Server Reporter Pending
Review via email: mp+427694@code.launchpad.net

Description of the change

This is the merge of openipmi 2.0.33-1 from Debian unstable. This merge will actually be a sync, so this MP is just a formality in order to demonstrate that our delta has been successfully incorporated by upstream:

https://sourceforge.net/p/openipmi/code/merge-requests/6/

You can find a PPA with the proposed changes here:

https://launchpad.net/~sergiodj/+archive/ubuntu/openipmi-merge

This package doesn't have dep8 tests; I've performed the regular install/upgrade/remove operations instead.

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote :

Sync LGTM, +1

review: Approve
Revision history for this message
git-ubuntu bot (git-ubuntu-bot) wrote :

Approvers: sergiodj, bryce
Uploaders: sergiodj, bryce
MP auto-approved

review: Approve
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

On Monday, August 01 2022, Bryce Harrington wrote:

> Review: Approve
>
> Sync LGTM, +1

Thanks, Bryce. Sync'ed.

--
Sergio
GPG key ID: E92F D0B3 6B14 F1F4 D8E0 EB2F 106D A1C8 C3CB BF14

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 1dd541c..a8d1772 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
1openipmi (2.0.33-1ubuntu1) kinetic; urgency=medium
2
3 * Merge with Debian unstable (LP: #1971303). Remaining changes:
4 * Dropped changes:
5 - debian/patches/fix_pthread_pkg_config.patch: fix pkg-config file:
6 Upstream's OpenIPMIpthread.pc.in file passes "-pthread" on
7 CFLAGS, but not on LDFLAGS. Even though this might be OK, GCC
8 recommends that, when "-pthread" is used, it should be passed on
9 CFLAGS and LDFLAGS. This patch does that.
10 [ Incorporated by upstream. ]
11
12 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 01 Aug 2022 15:18:09 -0400
13
1openipmi (2.0.33-1) unstable; urgency=medium14openipmi (2.0.33-1) unstable; urgency=medium
215
3 * new upstream release from 2022-07-0716 * new upstream release from 2022-07-07
@@ -11,6 +24,54 @@ openipmi (2.0.33-1) unstable; urgency=medium
1124
12 -- Noël Köthe <noel@debian.org> Tue, 19 Jul 2022 09:42:06 +020025 -- Noël Köthe <noel@debian.org> Tue, 19 Jul 2022 09:42:06 +0200
1326
27openipmi (2.0.29-0.1ubuntu6) jammy; urgency=high
28
29 * No change rebuild for ppc64el baseline bump.
30
31 -- Julian Andres Klode <juliank@ubuntu.com> Thu, 24 Mar 2022 17:28:31 +0100
32
33openipmi (2.0.29-0.1ubuntu5) jammy; urgency=medium
34
35 * No-change rebuild against openssl3
36
37 -- Simon Chopin <simon.chopin@canonical.com> Tue, 07 Dec 2021 15:08:35 +0000
38
39openipmi (2.0.29-0.1ubuntu4) impish; urgency=medium
40
41 * No-change rebuild to build packages with zstd compression.
42
43 -- Matthias Klose <doko@ubuntu.com> Thu, 07 Oct 2021 12:21:56 +0200
44
45openipmi (2.0.29-0.1ubuntu3) hirsute; urgency=medium
46
47 * No-change upload to build against net-snmp on armhf.
48
49 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 07 Jan 2021 20:06:37 -0500
50
51openipmi (2.0.29-0.1ubuntu2) hirsute; urgency=medium
52
53 * No-change upload due to net-snmp transition.
54
55 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 07 Jan 2021 15:05:06 -0500
56
57openipmi (2.0.29-0.1ubuntu1) groovy; urgency=medium
58
59 * Merge with Debian unstable. Remaining changes:
60 - debian/patches/fix_pthread_pkg_config.patch: fix pkg-config file:
61 Upstream's OpenIPMIpthread.pc.in file passes "-pthread" on
62 CFLAGS, but not on LDFLAGS. Even though this might be OK, GCC
63 recommends that, when "-pthread" is used, it should be passed on
64 CFLAGS and LDFLAGS. This patch does that.
65 * Dropped changes, accepted by Debian.
66 - d/openipmi.init: fix various issues identified upstream (LP #1844448)
67 - New upstream release 2.0.27
68 - d/rules: disable the now default-on python support
69 - d/control: now needs libreadline-dev as build-depends
70 - d/p/sample-fix-readline-include-in-ipmi_serial_bmc_emu.c.patch:
71 fix readline include in ipmi_serial_bmc_emu.c
72
73 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Wed, 05 Aug 2020 13:07:18 -0400
74
14openipmi (2.0.29-0.1) unstable; urgency=medium75openipmi (2.0.29-0.1) unstable; urgency=medium
1576
16 [ Sergio Durigan Junior ]77 [ Sergio Durigan Junior ]
@@ -46,6 +107,32 @@ openipmi (2.0.29-0.1) unstable; urgency=medium
46107
47 -- Sergio Durigan Junior <sergiodj@debian.org> Tue, 07 Jul 2020 22:28:53 -0400108 -- Sergio Durigan Junior <sergiodj@debian.org> Tue, 07 Jul 2020 22:28:53 -0400
48109
110openipmi (2.0.27-0ubuntu2) focal; urgency=medium
111
112 * Rebuild for libsnmp35.
113
114 -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Tue, 14 Jan 2020 18:04:48 +0000
115
116openipmi (2.0.27-0ubuntu1) focal; urgency=medium
117
118 * New upstream release 2.0.27
119 - d/rules: disable the now default-on python support
120 - d/control: now needs libreadline-dev as build-depends
121 - d/p/sample-fix-readline-include-in-ipmi_serial_bmc_emu.c.patch: fix
122 FTBFS due to readline include in ipmi_serial_bmc_emu.c
123 * d/openipmi.init: fix various issues identified upstream (LP: #1844448)
124
125 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 28 Nov 2019 14:12:35 +0100
126
127openipmi (2.0.25-2.1ubuntu1) disco; urgency=low
128
129 * Merge from Debian unstable. Remaining changes:
130 - debian/patches/fix_pthread_pkg_config.patch: fix pkg-config files:
131 pthread.pc does not exist in Ubuntu. Thanks to Simon McVittie
132 <smcv@debian.org>. Closes #474087, LP #1311888.
133
134 -- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 07 Apr 2019 21:24:31 +0200
135
49openipmi (2.0.25-2.1) unstable; urgency=medium136openipmi (2.0.25-2.1) unstable; urgency=medium
50137
51 * Non-maintainer upload, with pre-approval from current maintainer.138 * Non-maintainer upload, with pre-approval from current maintainer.
@@ -55,6 +142,15 @@ openipmi (2.0.25-2.1) unstable; urgency=medium
55142
56 -- Thomas Goirand <zigo@debian.org> Wed, 27 Mar 2019 22:57:19 +0100143 -- Thomas Goirand <zigo@debian.org> Wed, 27 Mar 2019 22:57:19 +0100
57144
145openipmi (2.0.25-2ubuntu1) cosmic; urgency=medium
146
147 * Merge with Debian; remaining changes:
148 - debian/patches/fix_pthread_pkg_config.patch: fix pkg-config files:
149 pthread.pc does not exist in Ubuntu. Thanks to Simon McVittie
150 <smcv@debian.org>. Closes #474087, LP #1311888.
151
152 -- Matthias Klose <doko@ubuntu.com> Sun, 17 Jun 2018 14:02:26 +0200
153
58openipmi (2.0.25-2) unstable; urgency=medium154openipmi (2.0.25-2) unstable; urgency=medium
59155
60 * Fixed openipmi init file for other archs. Thanks Majon!156 * Fixed openipmi init file for other archs. Thanks Majon!
@@ -79,6 +175,43 @@ openipmi (2.0.25-1) unstable; urgency=medium
79175
80 -- Noël Köthe <noel@debian.org> Fri, 18 May 2018 13:44:36 +0200176 -- Noël Köthe <noel@debian.org> Fri, 18 May 2018 13:44:36 +0200
81177
178openipmi (2.0.22-1.1ubuntu4) cosmic; urgency=medium
179
180 * d/openipmi.init: Fixed openipmi init file for other archs. (LP: #1716517)
181
182 -- Manoj Iyer <manoj.iyer@canonical.com> Mon, 21 May 2018 15:50:05 -0500
183
184openipmi (2.0.22-1.1ubuntu3) cosmic; urgency=medium
185
186 * No-change rebuild for ncurses soname changes.
187
188 -- Matthias Klose <doko@ubuntu.com> Thu, 03 May 2018 14:17:44 +0000
189
190openipmi (2.0.22-1.1ubuntu2) bionic; urgency=high
191
192 * No change rebuild against openssl1.1.
193
194 -- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 06 Feb 2018 17:54:46 +0000
195
196openipmi (2.0.22-1.1ubuntu1) artful; urgency=medium
197
198 * Merge with Debian unstable. Remaining changes:
199 - debian/openipmi.init: Change lockfile path. '/var/log/subsys' does
200 not exists in Debian. (LP #722770)
201 - Fix up packaging to install and use /etc/default/openipmi.
202 (LP #473332) Thanks to Serge Hallyn.
203 - Detect that a module is built into the kernel.
204 + LP #1309860
205 - debian/openipmi.init: Do not unload all modules if some configured
206 HW modules are not successfully loaded (LP #1318317).
207 - debian/openipmi.init: add Default-Start and Default-Stop values
208 (LP #1596474).
209 - debian/patches/fix_pthread_pkg_config.patch: fix pkg-config files:
210 pthread.pc does not exist in Ubuntu. Thanks to Simon McVittie
211 <smcv@debian.org>. Closes #474087, LP #1311888.
212
213 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Thu, 04 May 2017 15:21:46 -0700
214
82openipmi (2.0.22-1.1) unstable; urgency=medium215openipmi (2.0.22-1.1) unstable; urgency=medium
83216
84 * Non-maintainer upload.217 * Non-maintainer upload.
@@ -86,6 +219,53 @@ openipmi (2.0.22-1.1) unstable; urgency=medium
86219
87 -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Wed, 14 Dec 2016 22:19:50 +0100220 -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Wed, 14 Dec 2016 22:19:50 +0100
88221
222openipmi (2.0.22-1ubuntu1) zesty; urgency=medium
223
224 * Merge with Debian unstable (LP: #1593461). Remaining changes:
225 - debian/openipmi.init: Change lockfile path. '/var/log/subsys' does
226 not exists in Debian. (LP #722770)
227 - Fix up packaging to install and use /etc/default/openipmi.
228 (LP #473332) Thanks to Serge Hallyn.
229 - Detect that a module is built into the kernel.
230 + LP #1309860
231 - debian/openipmi.init: Do not unload all modules if some configured
232 HW modules are not successfully loaded (LP #1318317).
233 - debian/openipmi.init: add Default-Start and Default-Stop values
234 (LP #1596474).
235 - debian/patches/fix_pthread_pkg_config.patch: fix pkg-config files:
236 pthread.pc does not exist in Ubuntu. Thanks to Simon McVittie
237 <smcv@debian.org>. Closes #474087, LP #1311888.
238 * Drop:
239 - debian/rules, debian/openipmi.init:
240 + added init script
241 [ Fixed in Debian ]
242 - Do not explicitly depend on pthread.
243 [ previously documented ]
244 - Only use SIGPWR if defined.
245 [ Previously undocumented ]
246 - Delete copyright.
247 [ previously undocumented ]
248 - Add usr/sbin to debian/dirs
249 [ previously undocumented ]
250 - d/watch: update for new location
251 [ previously undocumented ]
252 - swig/pythong/openipmigui/Makefile: new file
253 [ previously undocumented ]
254 - New upstream version.
255 [ Debian has moved past ]
256 - Revert local changes to config.guess/config.sub; instead, use
257 autotools-dev's debhelper integration to update these files for
258 each build.
259 [ Fixed in Debian ]
260 - Enabling openssl support as it is causing
261 problems running third party applications. (closes #775847)
262 (LP #1546735)
263 [ Fixed in 2.0.21-1 ]
264 - Patch libtool macro support in for ppc64el shared libaries.
265 [ Fixed in 2.0.16-1.4 by moving to autotools-dev ]
266
267 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Tue, 22 Nov 2016 16:33:42 -0800
268
89openipmi (2.0.22-1) unstable; urgency=medium269openipmi (2.0.22-1) unstable; urgency=medium
90270
91 * new upstream release from 2016-06-01271 * new upstream release from 2016-06-01
@@ -125,6 +305,80 @@ openipmi (2.0.21-1) unstable; urgency=medium
125305
126 -- Noël Köthe <noel@debian.org> Thu, 25 Feb 2016 12:06:21 +0100306 -- Noël Köthe <noel@debian.org> Thu, 25 Feb 2016 12:06:21 +0100
127307
308openipmi (2.0.18-0ubuntu11) xenial; urgency=medium
309
310 * debian/openipmi.init: Do not unload all modules if some configured
311 HW modules are not successfully loaded (LP: #1318317).
312
313 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Thu, 03 Mar 2016 16:55:22 -0800
314
315openipmi (2.0.18-0ubuntu10) xenial; urgency=medium
316
317 * Enabling openssl support as it is causing
318 problems running third party applications. (closes: #775847)
319 (LP: #1546735)
320
321 -- Eric Desrochers <slashd@ubuntu.com> Fri, 04 Mar 2016 17:28:50 +0000
322
323openipmi (2.0.18-0ubuntu9) xenial; urgency=medium
324
325 * No-change rebuild for ncurses6 transition.
326
327 -- Matthias Klose <doko@ubuntu.com> Sun, 07 Feb 2016 09:44:35 +0000
328
329openipmi (2.0.18-0ubuntu8) utopic; urgency=medium
330
331 * Detect that a module is built into the kernel.
332 -LP: #1309860
333
334 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 May 2014 11:15:44 -0700
335
336openipmi (2.0.18-0ubuntu7) trusty; urgency=medium
337
338 * Patch libtool macro support in for ppc64el shared libraries.
339
340 -- Adam Conrad <adconrad@ubuntu.com> Tue, 18 Mar 2014 22:40:54 -0600
341
342openipmi (2.0.18-0ubuntu6) saucy; urgency=low
343
344 * Revert local changes to config.guess/config.sub; instead, use
345 autotools-dev's debhelper integration to update these files for each
346 build.
347
348 -- Colin Watson <cjwatson@ubuntu.com> Tue, 08 Oct 2013 23:06:03 +0100
349
350openipmi (2.0.18-0ubuntu5) saucy; urgency=low
351
352 * Rebuild for libsnmp30.
353
354 -- Colin Watson <cjwatson@ubuntu.com> Mon, 20 May 2013 11:05:34 +0100
355
356openipmi (2.0.18-0ubuntu4) quantal; urgency=low
357
358 * Rebuild for new armel compiler default of ARMv5t.
359
360 -- Colin Watson <cjwatson@ubuntu.com> Mon, 08 Oct 2012 08:36:00 +0100
361
362openipmi (2.0.18-0ubuntu3) natty; urgency=low
363
364 * Fix up packaging to install and use /etc/default/openipmi.
365 (LP: #473332) Thanks to Serge Hallyn.
366
367 -- Chuck Short <zulcss@ubuntu.com> Fri, 04 Mar 2011 10:38:42 -0500
368
369openipmi (2.0.18-0ubuntu2) natty; urgency=low
370
371 * debian/openipmi.init: Change lockfile path. '/var/log/subsys' does not
372 exists in Debian. (LP: #722770)
373
374 -- Andres Rodriguez <andreserl@ubuntu.com> Thu, 24 Feb 2011 11:34:04 -0500
375
376openipmi (2.0.18-0ubuntu1) maverick; urgency=low
377
378 * New upstream version.
379
380 -- Chuck Short <zulcss@ubuntu.com> Wed, 26 May 2010 14:58:52 -0400
381
128openipmi (2.0.16-1.4) unstable; urgency=medium382openipmi (2.0.16-1.4) unstable; urgency=medium
129383
130 * Non-maintainer upload.384 * Non-maintainer upload.
@@ -166,6 +420,16 @@ openipmi (2.0.16-1.1) unstable; urgency=low
166420
167 -- Micah Anderson <micah@debian.org> Sat, 30 Jan 2010 19:17:13 -0500421 -- Micah Anderson <micah@debian.org> Sat, 30 Jan 2010 19:17:13 -0500
168422
423openipmi (2.0.16-1ubuntu1) lucid; urgency=low
424
425 * Sync with debian.
426 * debian/control:
427 - changed maintainer to match DebianMaintainerField spec.
428 * debian/rules, debian/openipmi.init:
429 - added init script
430
431 -- Chuck Short <zulcss@ubuntu.com> Thu, 05 Nov 2009 12:52:52 -0500
432
169openipmi (2.0.16-1) unstable; urgency=low433openipmi (2.0.16-1) unstable; urgency=low
170434
171 * new upstream release from 2009-03-16435 * new upstream release from 2009-03-16
@@ -177,6 +441,20 @@ openipmi (2.0.16-1) unstable; urgency=low
177441
178 -- Noèl Köthe <noel@debian.org> Tue, 28 Jul 2009 10:17:23 +0200442 -- Noèl Köthe <noel@debian.org> Tue, 28 Jul 2009 10:17:23 +0200
179443
444openipmi (2.0.14-2ubuntu2) karmic; urgency=low
445
446 * No-change upload to (hopefully) fix FTBFS.
447
448 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 19 Oct 2009 10:11:04 +0200
449
450openipmi (2.0.14-2ubuntu1) jaunty; urgency=low
451
452 * Merge from debian unstable, remaining changes:
453 - debian/control: changed maintainer to match DebianMaintainerField spec.
454 - debian/rules: debian/openipmi.init: added init-script.
455
456 -- Chuck Short <zulcss@ubuntu.com> Wed, 05 Nov 2008 03:00:14 +0000
457
180openipmi (2.0.14-2) unstable; urgency=low458openipmi (2.0.14-2) unstable; urgency=low
181459
182 * added GNU/kFreeBSD patch from Petr. Thanks460 * added GNU/kFreeBSD patch from Petr. Thanks
@@ -184,6 +462,14 @@ openipmi (2.0.14-2) unstable; urgency=low
184462
185 -- Noèl Köthe <noel@debian.org> Sun, 19 Oct 2008 15:58:15 +0200463 -- Noèl Köthe <noel@debian.org> Sun, 19 Oct 2008 15:58:15 +0200
186464
465openipmi (2.0.14-1ubuntu1) intrepid; urgency=low
466
467 * Merge from debian unstable, remaining changes:
468 - debian/control: changed maintainer to match DebianMaintainerField spec.
469 - debian/rules: debian/openipmi.init: added init-script.
470
471 -- Chuck Short <zulcss@ubuntu.com> Sun, 20 Jul 2008 13:51:04 +0100
472
187openipmi (2.0.14-1) unstable; urgency=medium473openipmi (2.0.14-1) unstable; urgency=medium
188474
189 * new upstream release475 * new upstream release
@@ -192,6 +478,15 @@ openipmi (2.0.14-1) unstable; urgency=medium
192478
193 -- Noèl Köthe <noel@debian.org> Sat, 19 Jul 2008 20:30:39 +0200479 -- Noèl Köthe <noel@debian.org> Sat, 19 Jul 2008 20:30:39 +0200
194480
481openipmi (2.0.13-1ubuntu1) intrepid; urgency=low
482
483 * Merge from Debian unstable (LP: #242632), remaining changes:
484 - debian/control: remove unecessary cdbs build-dep
485 - debian/rules, debian/openipmi.init: added init script
486 - debian/control: changed Maintainer to match DebianMaintinaerField spec.
487
488 -- Thierry Carrez <thierry.carrez@ubuntu.com> Tue, 24 Jun 2008 14:24:49 +0200
489
195openipmi (2.0.13-1) unstable; urgency=low490openipmi (2.0.13-1) unstable; urgency=low
196491
197 * new upstream release492 * new upstream release
@@ -202,6 +497,31 @@ openipmi (2.0.13-1) unstable; urgency=low
202497
203 -- Noèl Köthe <noel@debian.org> Mon, 25 Feb 2008 20:07:00 +0100498 -- Noèl Köthe <noel@debian.org> Mon, 25 Feb 2008 20:07:00 +0100
204499
500openipmi (2.0.13-0ubuntu3) hardy; urgency=low
501
502 * Make the init script more lsb specific.
503
504 -- Chuck Short <zulcss@ubuntu.com> Wed, 13 Feb 2008 14:03:38 -0500
505
506openipmi (2.0.13-0ubuntu2) hardy; urgency=low
507
508 * Added init script.
509
510 -- Chuck Short <zulcss@ubuntu.com> Tue, 12 Feb 2008 19:24:00 -0500
511
512openipmi (2.0.13-0ubuntu1) hardy; urgency=low
513
514 * New upstream release.
515 * Cleaned up debian/control.
516
517 -- Chuck Short <zulcss@ubuntu.com> Tue, 12 Feb 2008 12:49:05 -0500
518
519openipmi (2.0.11-2build1) hardy; urgency=low
520
521 * Rebuild for libsnmp10 -> libsnmp15 transition.
522
523 -- Steve Kowalik <stevenk@ubuntu.com> Mon, 10 Dec 2007 20:32:47 +1100
524
205openipmi (2.0.11-2) unstable; urgency=low525openipmi (2.0.11-2) unstable; urgency=low
206526
207 * correcting build dependency libsnmp10-dev -> libsnmp-dev527 * correcting build dependency libsnmp10-dev -> libsnmp-dev
diff --git a/debian/control b/debian/control
index 117a863..adf064c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: openipmi1Source: openipmi
2Section: admin2Section: admin
3Priority: optional3Priority: optional
4Maintainer: Noël Köthe <noel@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Noël Köthe <noel@debian.org>
5Build-Depends: debhelper-compat (= 13),6Build-Depends: debhelper-compat (= 13),
6 libsnmp-dev,7 libsnmp-dev,
7 libpopt-dev,8 libpopt-dev,

Subscribers

People subscribed via source and target branches