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
=== removed file 'debian/README.Debian'
--- debian/README.Debian 2008-07-26 22:57:42 +0000
+++ debian/README.Debian 1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
1libbsd for Debian
2-----------------
3
4This package is a collection of functions and definitions missing from glibc
5which are needed for the Debian porting to the FreeBSD kernel.
6
7 -- Hector Garcia <hector@debian.org>, Sun, 17 Jul 2005 16:17:35 +0200
8
90
=== modified file 'debian/changelog'
--- debian/changelog 2013-12-03 13:19:47 +0000
+++ debian/changelog 2014-03-14 20:52:05 +0000
@@ -1,3 +1,29 @@
1libbsd (0.6.0-2ubuntu1) trusty; urgency=medium
2
3 * Merge from debian. Remaining changes:
4 - Use dh-autoreconf to update config files.
5 - Don't run the tests for cross builds.
6
7 -- Jackson Doak <noskcaj@ubuntu.com> Sat, 15 Mar 2014 07:42:26 +1100
8
9libbsd (0.6.0-2) unstable; urgency=low
10
11 * Take over standalone maintainership.
12 <https://lists.debian.org/debian-bsd/2013/10/msg00227.html>.
13 * Now using Standards-Version 3.9.5 (no changes needed).
14 * Do not set source compression to xz, it's now the default.
15 * Remove packaging history from debian/copyright.
16 * Add signature checking support to debian/watch, and ship upstream
17 signing keys in debian/upstream/signing-key.asc, exported with
18 pgp-clean (signing-party) to avoid useless bloat.
19 * Only restore /usr/include/nlist.h if it's missing, or if it contains
20 a libbsd instance of the header. And use the matching header from the
21 replaced package, which should now be ABI-compatible. (Closes: #724747)
22 * Remove debian/README.Debian, which contains information provided in the
23 package description.
24
25 -- Guillem Jover <guillem@debian.org> Tue, 04 Mar 2014 05:02:42 +0100
26
1libbsd (0.6.0-1ubuntu1) trusty; urgency=low27libbsd (0.6.0-1ubuntu1) trusty; urgency=low
228
3 * Use dh-autoreconf to update config files.29 * Use dh-autoreconf to update config files.
@@ -119,15 +145,14 @@
119145
120libbsd (0.1.5-3) unstable; urgency=low146libbsd (0.1.5-3) unstable; urgency=low
121147
122 * Re-enable libbsd-udeb package on all architectures, as it rdate-udeb148 * Re-enable libbsd-udeb package on all architectures, as rdate-udeb
123 will need it.149 will need it.
124150
125 -- Aurelien Jarno <aurel32@debian.org> Mon, 27 Jul 2009 01:56:27 +0200151 -- Aurelien Jarno <aurel32@debian.org> Mon, 27 Jul 2009 01:56:27 +0200
126152
127libbsd (0.1.5-2) unstable; urgency=low153libbsd (0.1.5-2) unstable; urgency=low
128154
129 * Restrict the udeb package to kfreebsd-*, as requested by Otavio155 * Restrict the udeb package to kfreebsd-*, as requested by Otavio Salvador.
130 Salvador.
131156
132 -- Aurelien Jarno <aurel32@debian.org> Mon, 20 Jul 2009 23:21:10 +0200157 -- Aurelien Jarno <aurel32@debian.org> Mon, 20 Jul 2009 23:21:10 +0200
133158
@@ -227,7 +252,7 @@
227 * Improve debian/copyright.252 * Improve debian/copyright.
228 - Add detailed information about licenses and copyright holders.253 - Add detailed information about licenses and copyright holders.
229 - Update upstream download URL.254 - Update upstream download URL.
230 * Improve package descrptions.255 * Improve package descriptions.
231 - Add list of currently provided functions.256 - Add list of currently provided functions.
232 - Mention this is a package with functions commonly available on BSD257 - Mention this is a package with functions commonly available on BSD
233 systems.258 systems.
234259
=== modified file 'debian/control'
--- debian/control 2013-12-03 13:19:47 +0000
+++ debian/control 2014-03-14 20:52:05 +0000
@@ -1,13 +1,12 @@
1Source: libbsd1Source: libbsd
2Priority: optional2Priority: optional
3Section: libs3Section: libs
4Maintainer: Debian GNU/kFreeBSD <debian-bsd@lists.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5Uploaders: Hector Garcia <hector@debian.org>,5XSBC-Original-Maintainer: Guillem Jover <guillem@debian.org>
6 Guillem Jover <guillem@debian.org>, Aurelien Jarno <aurel32@debian.org>6Vcs-Browser: http://git.hadrons.org/?p=debian/pkgs/libbsd.git
7Vcs-Browser: http://anonscm.debian.org/viewvc/glibc-bsd/trunk/libbsd/7Vcs-Git: git://git.hadrons.org/git/debian/pkgs/libbsd.git
8Vcs-Svn: svn://anonscm.debian.org/glibc-bsd/trunk/libbsd/
9Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), dh-autoreconf8Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), dh-autoreconf
10Standards-Version: 3.9.49Standards-Version: 3.9.5
11Homepage: http://libbsd.freedesktop.org/10Homepage: http://libbsd.freedesktop.org/
1211
13Package: libbsd-dev12Package: libbsd-dev
1413
=== modified file 'debian/copyright'
--- debian/copyright 2013-06-08 18:55:59 +0000
+++ debian/copyright 2014-03-14 20:52:05 +0000
@@ -1,6 +1,3 @@
1This package was debianized by Hector Garcia <hector@debian.org> on
2Sun, 17 Jul 2005 16:17:35 +0200.
3
4It was downloaded from:1It was downloaded from:
52
6 <http://libbsd.freedesktop.org/releases/>3 <http://libbsd.freedesktop.org/releases/>
74
=== modified file 'debian/libbsd-dev.postinst'
--- debian/libbsd-dev.postinst 2013-05-27 07:02:08 +0000
+++ debian/libbsd-dev.postinst 2014-03-14 20:52:05 +0000
@@ -2,6 +2,139 @@
22
3set -e3set -e
44
5cat_elfutils_body_nlist_h()
6{
7 cat <<"EOF"
8
9#ifndef _NLIST_H
10#define _NLIST_H 1
11
12
13/* Symbol list type. */
14struct nlist
15{
16 char *n_name; /* Symbol name. */
17 long int n_value; /* Value of symbol. */
18 short int n_scnum; /* Section number found in. */
19 unsigned short int n_type; /* Type of symbol. */
20 char n_sclass; /* Storage class. */
21 char n_numaux; /* Number of auxiliary entries. */
22};
23
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29/* Get specified entries from file. */
30extern int nlist (__const char *__filename, struct nlist *__nl);
31
32#ifdef __cplusplus
33}
34#endif
35
36#endif /* nlist.h */
37EOF
38}
39
40cat_elfutils_old_nlist_h()
41{
42 cat <<"EOF"
43/* Interface for nlist.
44 Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc.
45 This file is part of Red Hat elfutils.
46
47 Red Hat elfutils is free software; you can redistribute it and/or modify
48 it under the terms of the GNU General Public License as published by the
49 Free Software Foundation; version 2 of the License.
50
51 Red Hat elfutils is distributed in the hope that it will be useful, but
52 WITHOUT ANY WARRANTY; without even the implied warranty of
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
54 General Public License for more details.
55
56 You should have received a copy of the GNU General Public License along
57 with Red Hat elfutils; if not, write to the Free Software Foundation,
58 Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
59
60 In addition, as a special exception, Red Hat, Inc. gives You the
61 additional right to link the code of Red Hat elfutils with code licensed
62 under any Open Source Initiative certified open source license
63 (http://www.opensource.org/licenses/index.php) which requires the
64 distribution of source code with any binary distribution and to
65 distribute linked combinations of the two. Non-GPL Code permitted under
66 this exception must only link to the code of Red Hat elfutils through
67 those well defined interfaces identified in the file named EXCEPTION
68 found in the source code files (the "Approved Interfaces"). The files
69 of Non-GPL Code may instantiate templates or use macros or inline
70 functions from the Approved Interfaces without causing the resulting
71 work to be covered by the GNU General Public License. Only Red Hat,
72 Inc. may make changes or additions to the list of Approved Interfaces.
73 Red Hat's grant of this exception is conditioned upon your not adding
74 any new exceptions. If you wish to add a new Approved Interface or
75 exception, please contact Red Hat. You must obey the GNU General Public
76 License in all respects for all of the Red Hat elfutils code and other
77 code used in conjunction with Red Hat elfutils except the Non-GPL Code
78 covered by this exception. If you modify this file, you may extend this
79 exception to your version of the file, but you are not obligated to do
80 so. If you do not wish to provide this exception without modification,
81 you must delete this exception statement from your version and license
82 this file solely under the GPL without exception.
83
84 Red Hat elfutils is an included package of the Open Invention Network.
85 An included package of the Open Invention Network is a package for which
86 Open Invention Network licensees cross-license their patents. No patent
87 license is granted, either expressly or impliedly, by designation as an
88 included package. Should you wish to participate in the Open Invention
89 Network licensing program, please visit www.openinventionnetwork.com
90 <http://www.openinventionnetwork.com>. */
91EOF
92
93 cat_elfutils_body_nlist_h
94}
95
96cat_elfutils_new_nlist_h()
97{
98 cat <<"EOF"
99/* Interface for nlist.
100 Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc.
101 This file is part of elfutils.
102
103 This file is free software; you can redistribute it and/or modify
104 it under the terms of either
105
106 * the GNU Lesser General Public License as published by the Free
107 Software Foundation; either version 3 of the License, or (at
108 your option) any later version
109
110 or
111
112 * the GNU General Public License as published by the Free
113 Software Foundation; either version 2 of the License, or (at
114 your option) any later version
115
116 or both in parallel, as here.
117
118 elfutils is distributed in the hope that it will be useful, but
119 WITHOUT ANY WARRANTY; without even the implied warranty of
120 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
121 General Public License for more details.
122
123 You should have received copies of the GNU General Public License and
124 the GNU Lesser General Public License along with this program. If
125 not, see <http://www.gnu.org/licenses/>. */
126EOF
127
128 cat_elfutils_body_nlist_h
129}
130
131cat_libelf_nlist_h()
132{
133 cat <<"EOF"
134#include <libelf/nlist.h>
135EOF
136}
137
5pkg_installed()138pkg_installed()
6{139{
7 local pkg="$1"140 local pkg="$1"
@@ -10,12 +143,32 @@
10 grep -qE '[^ ]* ok (unpacked|triggers-awaited|triggers-pending|installed)'143 grep -qE '[^ ]* ok (unpacked|triggers-awaited|triggers-pending|installed)'
11}144}
12145
146pkg_cmp_version()
147{
148 local pkg="$1"
149 local cmp_op="$2"
150 local cmp_version="$3"
151 local pkg_version=$(dpkg-query -f '${Version}' -W "$pkg")
152
153 dpkg --compare-versions $pkg_version $cmp_op $cmp_version
154}
155
13case "$1" in156case "$1" in
14 configure)157 configure)
15 # If either libelf-dev or libelfg0-dev is installed, then we took over158 # If nlist.h is missing or contains the libbsd instance, and either
16 # nlist.h from them, restore a copy from the functional one.159 # libelf-dev or libelfg0-dev is installed, then we took it over from
17 if pkg_installed libelf-dev || pkg_installed libelfg0-dev; then160 # them, restore a copy from the correct ABI-compatible one.
18 cp /usr/include/bsd/nlist.h /usr/include/nlist.h161 if [ ! -f /usr/include/nlist.h ] || \
162 [ "`md5sum /usr/include/nlist.h | awk '{print $1}'`" = "8df5a9787bae18098f88e31c1a31b1ca" ]; then
163 if pkg_installed libelf-dev; then
164 if pkg_cmp_version libelf-dev ge 0.154; then
165 cat_elfutils_new_nlist_h >/usr/include/nlist.h
166 else
167 cat_elfutils_old_nlist_h >/usr/include/nlist.h
168 fi
169 elif pkg_installed libelfg0-dev; then
170 cat_libelf_nlist_h >/usr/include/nlist.h
171 fi
19 fi172 fi
20 ;;173 ;;
21esac174esac
22175
=== removed file 'debian/source/options'
--- debian/source/options 2013-05-27 07:02:08 +0000
+++ debian/source/options 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
1compression = xz
20
=== added directory 'debian/upstream'
=== added file 'debian/upstream/signing-key.asc'
--- debian/upstream/signing-key.asc 1970-01-01 00:00:00 +0000
+++ debian/upstream/signing-key.asc 2014-03-14 20:52:05 +0000
@@ -0,0 +1,114 @@
1-----BEGIN PGP PUBLIC KEY BLOCK-----
2Version: GnuPG v1
3
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
41E5upP4xiLUdqwc7CShVQdbQrR3VpbGxlbSBKb3ZlciA8Z3VpbGxlbS5qb3ZlckBs
42ZXB0b24uaG4ub3JnPohfBBMRAgAXBQI8BvCaBQsHCgMEAxUDAgMWAgECF4AAEgkQ
43uW9ciZ2SjJsHZUdQRwABAYOrAKDH8m8CfFqjJENjmDqadQKkk5KDAgCg7EkvWOSt
44n6THjMX0OVFsL9iUZVeISQQwEQIACQUCQQGRfgIdIAAKCRC5b1yJnZKMm4R5AKDa
45O41ZaQmZVfxjEEpzzNZYZn72pQCfapLHJFPClhl0+i+Du2YgpGlGmBu0Lkd1aWxs
46ZW0gSm92ZXIgPGd1aWxsZW0uam92ZXJAc2lsaWNvbnRvd2VyLm5ldD6IXAQTEQIA
47HAUCPXdG1wIbAwQLBwMCAxUCAwMWAgECHgECF4AACgkQuW9ciZ2SjJuqIwCeKKhX
48PQYr9wHOO93mLUN1kOAGsVIAn3sRwB0IjY1Xom/cn/oxs8cIIQHAiEgEMBECAAkF
49AkEAeZMCHSAACgkQuW9ciZ2SjJuXlgCgoYXA7VcuBZOvdxWgoCzxaYWg7twAmM6I
509puPp0Dt8JcbQb/vUYFlDUq0L0d1aWxsZW0gSm92ZXIgPGd1aWxsZW0uam92ZXJA
51c2lsaWNvbnRvd2VyLmluZm8+iFwEExECABwFAj13R5ACGwMECwcDAgMVAgMDFgIB
52Ah4BAheAAAoJELlvXImdkoybyd0AmwWXWQD7t7dydSEK50ssKrRYTI6oAJ9ISga0
535Fvhpa+4cBcstdayi2eeYIhJBDARAgAJBQJBAHnWAh0gAAoJELlvXImdkoybNbkA
54njqUds0y0/pvxchTAt4GD/HL6EELAJ9yw5dz9KArvosuzmYfC0oZuDgNirQlR3Vp
55bGxlbSBKb3ZlciA8Z3VpbGxlbUBsZXB0b24uaG4ub3JnPohcBBMRAgAcBQI9gXRL
56AhsDBAsHAwIDFQIDAxYCAQIeAQIXgAAKCRC5b1yJnZKMmyZtAJ9Hg6g8PfvZLb/T
57obATQPz7UR0ZpACdHzy10pyz5TTzI6Ka0wb6oCl6NE+ISQQwEQIACQUCQ/OaFQId
58IAAKCRC5b1yJnZKMm69ZAKCGif4ip6zG1g5aTDZneguHuhhYlQCfWKskIgxt+92I
59UatnP9Zi9X9qGYy0Ikd1aWxsZW0gSm92ZXIgPGd1aWxsZW1AZGViaWFuLm9yZz6I
60YQQTEQIAIQIbAwIeAQIXgAUCSgItKQULCQgHAwUVCgkICwUWAgMBAAAKCRC5b1yJ
61nZKMm8qMAJ4xmQWB73mv7avqblqoNSwzocBy/wCfXu/0rydYi+8j7K6Q4cgOWzWO
62/i2IXAQTEQIAHAUCPlW54QIbAwQLBwMCAxUCAwMWAgECHgECF4AACgkQuW9ciZ2S
63jJsEQQCZAeN5hu8o3TuzRsktg4A774GgqVkAoL/ckd9zc8i+JqQG4pjmKxCYhVZ+
64tCFHdWlsbGVtIEpvdmVyIDxndWlsbGVtQGdudWFiLm9yZz6ISQQwEQgACQUCT3Um
65jwIdIAAKCRC5b1yJnZKMmwI2AJ4+wKvmUR7qlLwu4VqWAsmRjLJwwACbB4Q2Afdo
665Ap+mh3CA6eX+3pYqtOIYQQTEQIAIQIbAwIeAQIXgAUCSgItKQULCQgHAwUVCgkI
67CwUWAgMBAAAKCRC5b1yJnZKMm6InAKDrPqIgsTgiUhMlF52R7UDUcoeLJQCgi3nU
68644hNCVVp0uBM9TsfZEUwZaIXgQTEQIAHgUCPwer7gIbAwYLCQgHAwIDFQIDAxYC
69AQIeAQIXgAAKCRC5b1yJnZKMm43pAJ9G4YSp4jtJroLAJObTsRWc5gnKtACfYPdz
70yZSDnz5B74VTudcXOfrHoUg=
71=WPcS
72-----END PGP PUBLIC KEY BLOCK-----
73-----BEGIN PGP PUBLIC KEY BLOCK-----
74Version: GnuPG v1
75
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
112cJL/gBUOrto9IS1htbpl3Q==
113=jW6z
114-----END PGP PUBLIC KEY BLOCK-----
0115
=== modified file 'debian/watch'
--- debian/watch 2013-05-27 07:02:08 +0000
+++ debian/watch 2014-03-14 20:52:05 +0000
@@ -1,2 +1,3 @@
1version=31version=3
2opts=pgpsigurlmangle=s/$/.asc/ \
2http://libbsd.freedesktop.org/releases/ libbsd-(.*)\.tar\.[xg]z debian uupdate3http://libbsd.freedesktop.org/releases/ libbsd-(.*)\.tar\.[xg]z debian uupdate

Subscribers

People subscribed via source and target branches

to all changes: