Merge lp:~noskcaj/ubuntu/trusty/libbsd/merge into lp:ubuntu/trusty/libbsd

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/trusty/libbsd/merge
Merge into: lp:ubuntu/trusty/libbsd
Diff against target: 422 lines (+306/-26)
8 files modified
debian/README.Debian (+0/-8)
debian/changelog (+29/-4)
debian/control (+5/-6)
debian/copyright (+0/-3)
debian/libbsd-dev.postinst (+157/-4)
debian/source/options (+0/-1)
debian/upstream/signing-key.asc (+114/-0)
debian/watch (+1/-0)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/libbsd/merge
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+211137@code.launchpad.net

Description of the change

Merge from debian. Fixes conflict with libelf-dev + packaging improvements

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

17. By Jackson Doak

update-maintainer

16. By Jackson Doak

* Merge from debian. Remaining changes:
  - Use dh-autoreconf to update config files.
  - Don't run the tests for cross builds.
* Take over standalone maintainership.
  <https://lists.debian.org/debian-bsd/2013/10/msg00227.html>.
* Now using Standards-Version 3.9.5 (no changes needed).
* Do not set source compression to xz, it's now the default.
* Remove packaging history from debian/copyright.
* Add signature checking support to debian/watch, and ship upstream
  signing keys in debian/upstream/signing-key.asc, exported with
  pgp-clean (signing-party) to avoid useless bloat.
* Only restore /usr/include/nlist.h if it's missing, or if it contains
  a libbsd instance of the header. And use the matching header from the
  replaced package, which should now be ABI-compatible. (Closes: #724747)
* Remove debian/README.Debian, which contains information provided in the
  package description.
* Re-enable libbsd-udeb package on all architectures, as rdate-udeb
* Restrict the udeb package to kfreebsd-*, as requested by Otavio Salvador.
* Improve package descriptions.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'debian/README.Debian'
2--- debian/README.Debian 2008-07-26 22:57:42 +0000
3+++ debian/README.Debian 1970-01-01 00:00:00 +0000
4@@ -1,8 +0,0 @@
5-libbsd for Debian
6------------------
7-
8-This package is a collection of functions and definitions missing from glibc
9-which are needed for the Debian porting to the FreeBSD kernel.
10-
11- -- Hector Garcia <hector@debian.org>, Sun, 17 Jul 2005 16:17:35 +0200
12-
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2013-12-03 13:19:47 +0000
16+++ debian/changelog 2014-03-14 20:52:05 +0000
17@@ -1,3 +1,29 @@
18+libbsd (0.6.0-2ubuntu1) trusty; urgency=medium
19+
20+ * Merge from debian. Remaining changes:
21+ - Use dh-autoreconf to update config files.
22+ - Don't run the tests for cross builds.
23+
24+ -- Jackson Doak <noskcaj@ubuntu.com> Sat, 15 Mar 2014 07:42:26 +1100
25+
26+libbsd (0.6.0-2) unstable; urgency=low
27+
28+ * Take over standalone maintainership.
29+ <https://lists.debian.org/debian-bsd/2013/10/msg00227.html>.
30+ * Now using Standards-Version 3.9.5 (no changes needed).
31+ * Do not set source compression to xz, it's now the default.
32+ * Remove packaging history from debian/copyright.
33+ * Add signature checking support to debian/watch, and ship upstream
34+ signing keys in debian/upstream/signing-key.asc, exported with
35+ pgp-clean (signing-party) to avoid useless bloat.
36+ * Only restore /usr/include/nlist.h if it's missing, or if it contains
37+ a libbsd instance of the header. And use the matching header from the
38+ replaced package, which should now be ABI-compatible. (Closes: #724747)
39+ * Remove debian/README.Debian, which contains information provided in the
40+ package description.
41+
42+ -- Guillem Jover <guillem@debian.org> Tue, 04 Mar 2014 05:02:42 +0100
43+
44 libbsd (0.6.0-1ubuntu1) trusty; urgency=low
45
46 * Use dh-autoreconf to update config files.
47@@ -119,15 +145,14 @@
48
49 libbsd (0.1.5-3) unstable; urgency=low
50
51- * Re-enable libbsd-udeb package on all architectures, as it rdate-udeb
52+ * Re-enable libbsd-udeb package on all architectures, as rdate-udeb
53 will need it.
54
55 -- Aurelien Jarno <aurel32@debian.org> Mon, 27 Jul 2009 01:56:27 +0200
56
57 libbsd (0.1.5-2) unstable; urgency=low
58
59- * Restrict the udeb package to kfreebsd-*, as requested by Otavio
60- Salvador.
61+ * Restrict the udeb package to kfreebsd-*, as requested by Otavio Salvador.
62
63 -- Aurelien Jarno <aurel32@debian.org> Mon, 20 Jul 2009 23:21:10 +0200
64
65@@ -227,7 +252,7 @@
66 * Improve debian/copyright.
67 - Add detailed information about licenses and copyright holders.
68 - Update upstream download URL.
69- * Improve package descrptions.
70+ * Improve package descriptions.
71 - Add list of currently provided functions.
72 - Mention this is a package with functions commonly available on BSD
73 systems.
74
75=== modified file 'debian/control'
76--- debian/control 2013-12-03 13:19:47 +0000
77+++ debian/control 2014-03-14 20:52:05 +0000
78@@ -1,13 +1,12 @@
79 Source: libbsd
80 Priority: optional
81 Section: libs
82-Maintainer: Debian GNU/kFreeBSD <debian-bsd@lists.debian.org>
83-Uploaders: Hector Garcia <hector@debian.org>,
84- Guillem Jover <guillem@debian.org>, Aurelien Jarno <aurel32@debian.org>
85-Vcs-Browser: http://anonscm.debian.org/viewvc/glibc-bsd/trunk/libbsd/
86-Vcs-Svn: svn://anonscm.debian.org/glibc-bsd/trunk/libbsd/
87+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
88+XSBC-Original-Maintainer: Guillem Jover <guillem@debian.org>
89+Vcs-Browser: http://git.hadrons.org/?p=debian/pkgs/libbsd.git
90+Vcs-Git: git://git.hadrons.org/git/debian/pkgs/libbsd.git
91 Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), dh-autoreconf
92-Standards-Version: 3.9.4
93+Standards-Version: 3.9.5
94 Homepage: http://libbsd.freedesktop.org/
95
96 Package: libbsd-dev
97
98=== modified file 'debian/copyright'
99--- debian/copyright 2013-06-08 18:55:59 +0000
100+++ debian/copyright 2014-03-14 20:52:05 +0000
101@@ -1,6 +1,3 @@
102-This package was debianized by Hector Garcia <hector@debian.org> on
103-Sun, 17 Jul 2005 16:17:35 +0200.
104-
105 It was downloaded from:
106
107 <http://libbsd.freedesktop.org/releases/>
108
109=== modified file 'debian/libbsd-dev.postinst'
110--- debian/libbsd-dev.postinst 2013-05-27 07:02:08 +0000
111+++ debian/libbsd-dev.postinst 2014-03-14 20:52:05 +0000
112@@ -2,6 +2,139 @@
113
114 set -e
115
116+cat_elfutils_body_nlist_h()
117+{
118+ cat <<"EOF"
119+
120+#ifndef _NLIST_H
121+#define _NLIST_H 1
122+
123+
124+/* Symbol list type. */
125+struct nlist
126+{
127+ char *n_name; /* Symbol name. */
128+ long int n_value; /* Value of symbol. */
129+ short int n_scnum; /* Section number found in. */
130+ unsigned short int n_type; /* Type of symbol. */
131+ char n_sclass; /* Storage class. */
132+ char n_numaux; /* Number of auxiliary entries. */
133+};
134+
135+
136+#ifdef __cplusplus
137+extern "C" {
138+#endif
139+
140+/* Get specified entries from file. */
141+extern int nlist (__const char *__filename, struct nlist *__nl);
142+
143+#ifdef __cplusplus
144+}
145+#endif
146+
147+#endif /* nlist.h */
148+EOF
149+}
150+
151+cat_elfutils_old_nlist_h()
152+{
153+ cat <<"EOF"
154+/* Interface for nlist.
155+ Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc.
156+ This file is part of Red Hat elfutils.
157+
158+ Red Hat elfutils is free software; you can redistribute it and/or modify
159+ it under the terms of the GNU General Public License as published by the
160+ Free Software Foundation; version 2 of the License.
161+
162+ Red Hat elfutils is distributed in the hope that it will be useful, but
163+ WITHOUT ANY WARRANTY; without even the implied warranty of
164+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
165+ General Public License for more details.
166+
167+ You should have received a copy of the GNU General Public License along
168+ with Red Hat elfutils; if not, write to the Free Software Foundation,
169+ Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
170+
171+ In addition, as a special exception, Red Hat, Inc. gives You the
172+ additional right to link the code of Red Hat elfutils with code licensed
173+ under any Open Source Initiative certified open source license
174+ (http://www.opensource.org/licenses/index.php) which requires the
175+ distribution of source code with any binary distribution and to
176+ distribute linked combinations of the two. Non-GPL Code permitted under
177+ this exception must only link to the code of Red Hat elfutils through
178+ those well defined interfaces identified in the file named EXCEPTION
179+ found in the source code files (the "Approved Interfaces"). The files
180+ of Non-GPL Code may instantiate templates or use macros or inline
181+ functions from the Approved Interfaces without causing the resulting
182+ work to be covered by the GNU General Public License. Only Red Hat,
183+ Inc. may make changes or additions to the list of Approved Interfaces.
184+ Red Hat's grant of this exception is conditioned upon your not adding
185+ any new exceptions. If you wish to add a new Approved Interface or
186+ exception, please contact Red Hat. You must obey the GNU General Public
187+ License in all respects for all of the Red Hat elfutils code and other
188+ code used in conjunction with Red Hat elfutils except the Non-GPL Code
189+ covered by this exception. If you modify this file, you may extend this
190+ exception to your version of the file, but you are not obligated to do
191+ so. If you do not wish to provide this exception without modification,
192+ you must delete this exception statement from your version and license
193+ this file solely under the GPL without exception.
194+
195+ Red Hat elfutils is an included package of the Open Invention Network.
196+ An included package of the Open Invention Network is a package for which
197+ Open Invention Network licensees cross-license their patents. No patent
198+ license is granted, either expressly or impliedly, by designation as an
199+ included package. Should you wish to participate in the Open Invention
200+ Network licensing program, please visit www.openinventionnetwork.com
201+ <http://www.openinventionnetwork.com>. */
202+EOF
203+
204+ cat_elfutils_body_nlist_h
205+}
206+
207+cat_elfutils_new_nlist_h()
208+{
209+ cat <<"EOF"
210+/* Interface for nlist.
211+ Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc.
212+ This file is part of elfutils.
213+
214+ This file is free software; you can redistribute it and/or modify
215+ it under the terms of either
216+
217+ * the GNU Lesser General Public License as published by the Free
218+ Software Foundation; either version 3 of the License, or (at
219+ your option) any later version
220+
221+ or
222+
223+ * the GNU General Public License as published by the Free
224+ Software Foundation; either version 2 of the License, or (at
225+ your option) any later version
226+
227+ or both in parallel, as here.
228+
229+ elfutils is distributed in the hope that it will be useful, but
230+ WITHOUT ANY WARRANTY; without even the implied warranty of
231+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
232+ General Public License for more details.
233+
234+ You should have received copies of the GNU General Public License and
235+ the GNU Lesser General Public License along with this program. If
236+ not, see <http://www.gnu.org/licenses/>. */
237+EOF
238+
239+ cat_elfutils_body_nlist_h
240+}
241+
242+cat_libelf_nlist_h()
243+{
244+ cat <<"EOF"
245+#include <libelf/nlist.h>
246+EOF
247+}
248+
249 pkg_installed()
250 {
251 local pkg="$1"
252@@ -10,12 +143,32 @@
253 grep -qE '[^ ]* ok (unpacked|triggers-awaited|triggers-pending|installed)'
254 }
255
256+pkg_cmp_version()
257+{
258+ local pkg="$1"
259+ local cmp_op="$2"
260+ local cmp_version="$3"
261+ local pkg_version=$(dpkg-query -f '${Version}' -W "$pkg")
262+
263+ dpkg --compare-versions $pkg_version $cmp_op $cmp_version
264+}
265+
266 case "$1" in
267 configure)
268- # If either libelf-dev or libelfg0-dev is installed, then we took over
269- # nlist.h from them, restore a copy from the functional one.
270- if pkg_installed libelf-dev || pkg_installed libelfg0-dev; then
271- cp /usr/include/bsd/nlist.h /usr/include/nlist.h
272+ # If nlist.h is missing or contains the libbsd instance, and either
273+ # libelf-dev or libelfg0-dev is installed, then we took it over from
274+ # them, restore a copy from the correct ABI-compatible one.
275+ if [ ! -f /usr/include/nlist.h ] || \
276+ [ "`md5sum /usr/include/nlist.h | awk '{print $1}'`" = "8df5a9787bae18098f88e31c1a31b1ca" ]; then
277+ if pkg_installed libelf-dev; then
278+ if pkg_cmp_version libelf-dev ge 0.154; then
279+ cat_elfutils_new_nlist_h >/usr/include/nlist.h
280+ else
281+ cat_elfutils_old_nlist_h >/usr/include/nlist.h
282+ fi
283+ elif pkg_installed libelfg0-dev; then
284+ cat_libelf_nlist_h >/usr/include/nlist.h
285+ fi
286 fi
287 ;;
288 esac
289
290=== removed file 'debian/source/options'
291--- debian/source/options 2013-05-27 07:02:08 +0000
292+++ debian/source/options 1970-01-01 00:00:00 +0000
293@@ -1,1 +0,0 @@
294-compression = xz
295
296=== added directory 'debian/upstream'
297=== added file 'debian/upstream/signing-key.asc'
298--- debian/upstream/signing-key.asc 1970-01-01 00:00:00 +0000
299+++ debian/upstream/signing-key.asc 2014-03-14 20:52:05 +0000
300@@ -0,0 +1,114 @@
301+-----BEGIN PGP PUBLIC KEY BLOCK-----
302+Version: GnuPG v1
303+
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
340+FgIBAheAAAoJELlvXImdkoyb+rgAn3f3ojXxeXNHo2Df55H8iReHgtuGAKCnMO9b
341+E5upP4xiLUdqwc7CShVQdbQrR3VpbGxlbSBKb3ZlciA8Z3VpbGxlbS5qb3ZlckBs
342+ZXB0b24uaG4ub3JnPohfBBMRAgAXBQI8BvCaBQsHCgMEAxUDAgMWAgECF4AAEgkQ
343+uW9ciZ2SjJsHZUdQRwABAYOrAKDH8m8CfFqjJENjmDqadQKkk5KDAgCg7EkvWOSt
344+n6THjMX0OVFsL9iUZVeISQQwEQIACQUCQQGRfgIdIAAKCRC5b1yJnZKMm4R5AKDa
345+O41ZaQmZVfxjEEpzzNZYZn72pQCfapLHJFPClhl0+i+Du2YgpGlGmBu0Lkd1aWxs
346+ZW0gSm92ZXIgPGd1aWxsZW0uam92ZXJAc2lsaWNvbnRvd2VyLm5ldD6IXAQTEQIA
347+HAUCPXdG1wIbAwQLBwMCAxUCAwMWAgECHgECF4AACgkQuW9ciZ2SjJuqIwCeKKhX
348+PQYr9wHOO93mLUN1kOAGsVIAn3sRwB0IjY1Xom/cn/oxs8cIIQHAiEgEMBECAAkF
349+AkEAeZMCHSAACgkQuW9ciZ2SjJuXlgCgoYXA7VcuBZOvdxWgoCzxaYWg7twAmM6I
350+9puPp0Dt8JcbQb/vUYFlDUq0L0d1aWxsZW0gSm92ZXIgPGd1aWxsZW0uam92ZXJA
351+c2lsaWNvbnRvd2VyLmluZm8+iFwEExECABwFAj13R5ACGwMECwcDAgMVAgMDFgIB
352+Ah4BAheAAAoJELlvXImdkoybyd0AmwWXWQD7t7dydSEK50ssKrRYTI6oAJ9ISga0
353+5Fvhpa+4cBcstdayi2eeYIhJBDARAgAJBQJBAHnWAh0gAAoJELlvXImdkoybNbkA
354+njqUds0y0/pvxchTAt4GD/HL6EELAJ9yw5dz9KArvosuzmYfC0oZuDgNirQlR3Vp
355+bGxlbSBKb3ZlciA8Z3VpbGxlbUBsZXB0b24uaG4ub3JnPohcBBMRAgAcBQI9gXRL
356+AhsDBAsHAwIDFQIDAxYCAQIeAQIXgAAKCRC5b1yJnZKMmyZtAJ9Hg6g8PfvZLb/T
357+obATQPz7UR0ZpACdHzy10pyz5TTzI6Ka0wb6oCl6NE+ISQQwEQIACQUCQ/OaFQId
358+IAAKCRC5b1yJnZKMm69ZAKCGif4ip6zG1g5aTDZneguHuhhYlQCfWKskIgxt+92I
359+UatnP9Zi9X9qGYy0Ikd1aWxsZW0gSm92ZXIgPGd1aWxsZW1AZGViaWFuLm9yZz6I
360+YQQTEQIAIQIbAwIeAQIXgAUCSgItKQULCQgHAwUVCgkICwUWAgMBAAAKCRC5b1yJ
361+nZKMm8qMAJ4xmQWB73mv7avqblqoNSwzocBy/wCfXu/0rydYi+8j7K6Q4cgOWzWO
362+/i2IXAQTEQIAHAUCPlW54QIbAwQLBwMCAxUCAwMWAgECHgECF4AACgkQuW9ciZ2S
363+jJsEQQCZAeN5hu8o3TuzRsktg4A774GgqVkAoL/ckd9zc8i+JqQG4pjmKxCYhVZ+
364+tCFHdWlsbGVtIEpvdmVyIDxndWlsbGVtQGdudWFiLm9yZz6ISQQwEQgACQUCT3Um
365+jwIdIAAKCRC5b1yJnZKMmwI2AJ4+wKvmUR7qlLwu4VqWAsmRjLJwwACbB4Q2Afdo
366+5Ap+mh3CA6eX+3pYqtOIYQQTEQIAIQIbAwIeAQIXgAUCSgItKQULCQgHAwUVCgkI
367+CwUWAgMBAAAKCRC5b1yJnZKMm6InAKDrPqIgsTgiUhMlF52R7UDUcoeLJQCgi3nU
368+644hNCVVp0uBM9TsfZEUwZaIXgQTEQIAHgUCPwer7gIbAwYLCQgHAwIDFQIDAxYC
369+AQIeAQIXgAAKCRC5b1yJnZKMm43pAJ9G4YSp4jtJroLAJObTsRWc5gnKtACfYPdz
370+yZSDnz5B74VTudcXOfrHoUg=
371+=WPcS
372+-----END PGP PUBLIC KEY BLOCK-----
373+-----BEGIN PGP PUBLIC KEY BLOCK-----
374+Version: GnuPG v1
375+
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
412+cJL/gBUOrto9IS1htbpl3Q==
413+=jW6z
414+-----END PGP PUBLIC KEY BLOCK-----
415
416=== modified file 'debian/watch'
417--- debian/watch 2013-05-27 07:02:08 +0000
418+++ debian/watch 2014-03-14 20:52:05 +0000
419@@ -1,2 +1,3 @@
420 version=3
421+opts=pgpsigurlmangle=s/$/.asc/ \
422 http://libbsd.freedesktop.org/releases/ libbsd-(.*)\.tar\.[xg]z debian uupdate

Subscribers

People subscribed via source and target branches

to all changes: