1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473
|
mklibs (0.1.45) unstable; urgency=medium
[ Cyril Brulebois ]
* Remove Christian Perrier from Uploaders, with many thanks for all
his contributions over the years! (Closes: #927569)
[ Holger Wansing ]
* Remove trailing whitespaces from changelog file, to fix lintian tag.
[ Andrej Valek ]
* Remove deprecated exception specifications for C++ 17 (Closes: #998183)
[ Jann Haber ]
* Switch to python3 (Closes: #937054)
[ Samuel Thibault ]
* Complete switch to python3.
-- Samuel Thibault <sthibault@debian.org> Sat, 29 Jan 2022 22:29:19 +0100
mklibs (0.1.44) unstable; urgency=medium
* Team upload
[ Cyril Brulebois ]
* Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
-- Holger Wansing <hwansing@mailbox.org> Tue, 28 Aug 2018 17:40:53 +0200
mklibs (0.1.43) unstable; urgency=medium
* Add support for DT_RUNPATH in addition to DT_RPATH (Closes: #845418).
Main reasons to do so include:
- according to the elf.h header, the latter is deprecated.
- new versions of binutils generate DT_RUNPATH entries instead of
DT_RPATH ones, as detailed in cdebconf's #845414.
-- Cyril Brulebois <kibi@debian.org> Wed, 23 Nov 2016 09:03:52 +0100
mklibs (0.1.42) unstable; urgency=high
* mklibs-readelf: Initialize section_DYNAMIC and section_DYNSYM to
NULL to make sure they don't end up with a random address, which
could lead to a segfault when trying to access them. This was
seen under fakeroot with the debian-installer FTBFS on armel, armhf,
i386, mips, and mipsel since early september (Closes: #839264).
-- Cyril Brulebois <kibi@debian.org> Fri, 30 Sep 2016 22:32:13 +0000
mklibs (0.1.41) unstable; urgency=medium
[ Colin Watson ]
* Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
-- Christian Perrier <bubulle@debian.org> Sun, 07 Feb 2016 19:13:26 +0100
mklibs (0.1.40) unstable; urgency=medium
[ Ian Campbell ]
* Ignore all ARM EABI symbols (__aeabi_*). These are artefacts of the
ABI and not real symbols which need to be present (See: #758581).
Thanks, Adam Conrad!
-- Cyril Brulebois <kibi@debian.org> Mon, 25 Aug 2014 03:49:55 +0200
mklibs (0.1.39) unstable; urgency=medium
* Sort objects and libraries to reduce entropy in the output, which
should make d-i build logs more easily post-processable.
-- Cyril Brulebois <kibi@debian.org> Sat, 01 Mar 2014 19:25:40 +0100
mklibs (0.1.38) unstable; urgency=low
[ Dmitrijs Ledkovs ]
* Set debian source format to '3.0 (native)'.
* Set Vcs-* to canonical format.
* Simply use (>= 9) version specifier for debhelper.
[ Christian Perrier ]
* Add myself to Uploaders
* Drop Phil Blundell, Tollef Fog Heen, Jeff Bailey from Uploaders as they
haven't worked on the package for a very long time. Thanks for your
pastwork.
-- Christian Perrier <bubulle@debian.org> Sun, 14 Jul 2013 12:57:49 +0200
mklibs (0.1.37) unstable; urgency=low
* Stop handling the linker as "just another library", and instead make
sure it gets installed to the path specified in ELF headers (closes:
#256998; thanks, Adam Conrad).
* Switch from python-support to dh_python2 (thanks, Matthias Klose).
* Properly byte-compile modules under /usr/lib/mklibs/python/.
* Switch to debhelper 9, thereby making use of dpkg-buildflags.
-- Colin Watson <cjwatson@debian.org> Fri, 17 May 2013 12:43:08 +0100
mklibs (0.1.36) unstable; urgency=low
* Team upload
[ Colin Watson ]
* Use AC_CANONICAL_HOST rather than AC_CANONICAL_TARGET. We do not use
the results of the latter, and it causes warnings from autoconf due to
macro ordering relative to AM_INIT_AUTOMAKE.
-- Christian Perrier <bubulle@debian.org> Thu, 16 May 2013 18:08:18 +0200
mklibs (0.1.35) unstable; urgency=low
[ Cyril Brulebois ]
* Simplify autoreconfing:
- Add dh-autoreconf build-dep.
- Add “--with autoreconf” accordingly.
- Get rid of the “configure” target accordingly.
[ Colin Watson ]
* Depend on dpkg-dev for dpkg-architecture (LP: #977347).
-- Christian Perrier <bubulle@debian.org> Wed, 26 Dec 2012 07:54:02 +0100
mklibs (0.1.34) unstable; urgency=low
[ Cyril Brulebois ]
* Fix FTBFS with gcc 4.7 due to missing <unistd.h> include (closes:
#667282).
[ Adam Conrad ]
* Ignore claims of NEEDED *@ld-linux.so.3 symbols, as this completely
confuses armhf's double linker situation, and doing so doesn't
break armel (or anything else with a linker by that SONAME), as
linkers are treated specially and copied anyway (LP: #984007)
-- Colin Watson <cjwatson@debian.org> Tue, 08 May 2012 16:17:59 +0100
mklibs (0.1.33) unstable; urgency=low
* Adjust the libc_pic directory for multiarch as well.
-- Colin Watson <cjwatson@debian.org> Fri, 18 Mar 2011 14:26:36 +0000
mklibs (0.1.32) unstable; urgency=low
* Add multiarch directories to the default library path if
dpkg-architecture provides a DEB_HOST_MULTIARCH variable (LP: #737055).
-- Colin Watson <cjwatson@debian.org> Fri, 18 Mar 2011 09:58:18 +0000
mklibs (0.1.31) unstable; urgency=low
[ Colin Watson ]
* Use 'dh $@ --options' rather than 'dh --options $@', for
forward-compatibility with debhelper v8.
[ Bastian Blank ]
* Support python 2.6 (closes: #585254)
* Don't fail with static binaries (closes: #606621)
-- Otavio Salvador <otavio@debian.org> Fri, 24 Dec 2010 19:20:29 -0200
mklibs (0.1.30) unstable; urgency=low
[ Colin Watson ]
* Upgrade to debhelper v7.
[ Bastian Blank ]
* Use python-support.
[ Aurelien Jarno ]
* Add support for STT_GNU_IFUNC symbols.
-- Aurelien Jarno <aurel32@debian.org> Wed, 02 Jun 2010 19:46:49 +0200
mklibs (0.1.29) unstable; urgency=low
[ Aurelien Jarno ]
* mklibs: detect libc.so.0.1 (GNU/kFreeBSD) and libc.so.0.3 (GNU Hurd) as
well. (closes: #365227)
* debian/control: also recommend libc0.1-pic (GNU/kFreeBSD) and libc0.3-pic
(GNU Hurd).
-- Aurelien Jarno <aurel32@debian.org> Fri, 24 Jul 2009 11:59:23 +0200
mklibs (0.1.28) unstable; urgency=low
[ Aurelien Jarno ]
* mklibs: blacklist all __gnu_local_gp* symbols.
* mklibs-copy: depends on python instead of python-minimal.
* switch to debhelper 5.
* debian/copyright: add a copyright section to make lintian happy.
* bump Standards-Version to 3.8.2.0 (no changes).
-- Bastian Blank <waldi@debian.org> Sun, 19 Jul 2009 15:07:44 +0200
mklibs (0.1.27) unstable; urgency=low
[ Joey Hess ]
* Apply patches from Joseph S. Myers (closes: #469070):
- mklibs-readelf: Uninitialized data fix
- mklibs-readelf: Endian fix
- mklibs: Add --sysroot, to locate all libraries and other related input
files relative to a specified root directory rather than /.
- mklibs: Add --gcc-options and --libdir options as well.
- mklibs: Correct diagnostic text when symbol cannot be found.
- mklibs: Ignore missing symbols from libthread_db, which are defined
in the application that uses it.
* Document --root in the man page.
[ Frans Pop ]
* Apply patches from Joseph S. Myers:
- Ignore the fact that symbol __gnu_local_gp is undefined for mips as it
is defined by the linker. Thanks to Joseph S. Myers. Closes: #499744.
* Remove myself as uploader.
[ Martin Michlmayr ]
* mklibs-readelf: add missing header to avoid build error with GCC 4.4.
Closes: #505025.
[ Bastian Blank ]
* Support file definitions in version requirements. Based on patch by Andrew
Stubbs <ams@codesourcery.com>. (closes: #508929)
* Various cleanups.
* Ignore symbols with empty names. (closes: #518088)
-- Bastian Blank <waldi@debian.org> Wed, 06 May 2009 13:56:04 +0200
mklibs (0.1.26) unstable; urgency=low
[ Joey Hess ]
* Add XS-Vcs-Svn field.
* Current standards-version (no changes needed).
[ Bastian Blank ]
* Fix linker name for non-default versions.
-- Bastian Blank <waldi@debian.org> Thu, 04 Oct 2007 11:35:55 +0200
mklibs (0.1.25) unstable; urgency=low
* Support symbol versions. (closes: #433874)
* Make it possible to force libraries.
-- Bastian Blank <waldi@debian.org> Mon, 01 Oct 2007 11:53:53 +0200
mklibs (0.1.24) unstable; urgency=low
* Also check for symboles without type. (closes: #433388)
-- Bastian Blank <waldi@debian.org> Mon, 16 Jul 2007 21:01:07 +0000
mklibs (0.1.23) unstable; urgency=low
* Fix ld name detection.
-- Bastian Blank <waldi@debian.org> Mon, 11 Jun 2007 07:56:06 +0000
mklibs (0.1.22) unstable; urgency=low
* Fix missing includes. (closes: #417430)
* Always include libgcc on old-abi arm.
-- Bastian Blank <waldi@debian.org> Wed, 6 Jun 2007 07:58:40 +0000
mklibs (0.1.21) unstable; urgency=low
* Use mklibs-readelf in mklibs.
-- Bastian Blank <waldi@debian.org> Wed, 9 May 2007 20:54:28 +0000
mklibs (0.1.20) unstable; urgency=low
* Fix readelf output regexp for compatibility with current readelf on
alpha
-- Steve Langasek <vorlon@debian.org> Tue, 10 Jan 2006 10:25:12 -0800
mklibs (0.1.19) unstable; urgency=high
* The "what's better than a hard-coded value? TWO hard-coded values!"
upload
* The glibc soname on alpha is libc.so.6.1, not libc.so.6; special-case
both names so that we can pick up /usr/lib/libc_pic/soinit.o on alpha
(and ia64?).
* Add myself to Uploaders (ok'ed by Frans).
-- Steve Langasek <vorlon@debian.org> Sat, 5 Nov 2005 06:24:10 -0800
mklibs (0.1.18) unstable; urgency=low
* Do not include rpaths multiple times (closes: #334544).
* Add debugging output when adding undefined symbols (closes: #33277).
* Add myself to uploaders.
* Acknowlegde NMU (closes: #327698).
-- Frans Pop <fjp@debian.org> Sat, 22 Oct 2005 21:21:18 +0200
mklibs (0.1.17) unstable; urgency=low
[ Bastian Blank ]
* Use dynamic symbol table.
* Add mklibs-copy package.
-- Bastian Blank <waldi@debian.org> Fri, 14 Oct 2005 09:56:48 +0200
mklibs (0.1.16.1) unstable; urgency=low
* NMU
* Take into account symbols from libs that are present under the root
(mainly ./usr/lib). Closes: #327698.
-- Frans Pop <fjp@debian.org> Mon, 12 Sep 2005 15:31:16 +0200
mklibs (0.1.16) unstable; urgency=low
* Apply patch from ths to not choke on LOCAL UND symbols. Closes: #319620
* Add myself to uploaders.
* Update standards version (no real changes).
* Remove CVS dirs from source tarball.
-- Joey Hess <joeyh@debian.org> Sat, 23 Jul 2005 14:27:20 -0400
mklibs (0.1.15) unstable; urgency=low
* Jeff Bailey
- Use [^\s@] instead of \w when matching symbol, to cover
leading .
Thanks to Faulk Hueffner for the suggestion.
- Bump standards version to 3.6.1 (no changes required)
- Add myself to Uploaders.
-- Jeff bailey <jbailey@nisa.net> Fri, 6 Feb 2004 18:23:43 -0500
mklibs (0.1.14) unstable; urgency=low
* Phil Blundell
- Fix corruption of global lib_path introduced in previous version,
courtesy Richard Hirst. (Closes: #225823)
-- Phil Blundell <pb@debian.org> Thu, 1 Jan 2004 21:43:40 +0000
mklibs (0.1.13) unstable; urgency=low
* Phil Blundell
- Just delete any symlinks encountered during library filename
canonicalisation, without trying to read their targets.
-- Phil Blundell <pb@debian.org> Tue, 30 Dec 2003 21:11:33 +0000
mklibs (0.1.12) unstable; urgency=low
* Alastair McKinstry
- Give tidy error on incorrect arg; not a backtrace dump
* Falk Hueffner
- Handle weak symbols sensibly (closes: #172828)
- Detect unsatisfiable symbols (closes: #178557)
* Phil Blundell
- fix bug causing no libraries to be reduced if --root not given
- add hack to work around missing __dso_handle when reducing new
versions (>= 2.3.2) of libc6.
-- Phil Blundell <pb@debian.org> Thu, 28 Aug 2003 13:17:01 +0100
mklibs (0.1.11) unstable; urgency=low
* Alastair McKinstry
- Typo; change --no-default-libs to --no-default-lib
* Phil Blundell
- look at all mentioned objects to see what symbols they provide
- new option "--root=DIRECTORY". Search there for library rpaths.
- don't copy libraries to DESTDIR if they are already in the
target tree.
- don't blow up on libraries with no soname.
-- Phil Blundell <pb@debian.org> Wed, 7 May 2003 18:58:50 +0100
mklibs (0.1.10) unstable; urgency=low
* Petter Reinholdtsen
- Remove myself from uploaders list. I do not really have a clue
about this package.
* Phil Blundell
- scan binaries for rpath strings, and add them to the search path
used for shared objects.
-- Phil Blundell <pb@debian.org> Mon, 21 Apr 2003 16:03:27 +0200
mklibs (0.1.9) unstable; urgency=low
* Bastian Blank
- fix -D (don't have an argument)
- fix so_pattern (we don't want non-lib so files)
- fix globs to find pic files
- only recommend libc6-pic, aren't always needed.
- remove libm hack on request
* Petter Reinholdtsen
- Accept non-digits after .so in library names. (Closes: #178002)
- Add myself as uploader.
-- Petter Reinholdtsen <pere@debian.org> Sun, 26 Jan 2003 13:33:46 +0100
mklibs (0.1.8) unstable; urgency=low
* explicitly set LC_ALL=C to get parseable output. (closes: #166803)
-- Tollef Fog Heen <tfheen@debian.org> Mon, 28 Oct 2002 20:35:50 +0100
mklibs (0.1.7) unstable; urgency=low
* Depend on libc6-pic | libc6.1-pic, for Alpha.
-- Tollef Fog Heen <tfheen@debian.org> Sun, 20 Oct 2002 14:55:03 +0200
mklibs (0.1.6) unstable; urgency=low
* add -D, --no-default-libs switch to omit default lib path
* find dynamic linker by looking at the INTERP header rather
than assuming we can infer it from the libc version number.
(closes: #155779)
* Ensure that the dynamic linker is installed along with the small
libs. In the case of glibc, libc.so has calls into ld-linux.so
(glibc dynamic linker) so mklibs will always install ld-linux.so
when it resolves external references. However, uClibc's libc
doesn't call it's dynamic linker (ld-uClibc.so). In that case
we have to copy it in manually.
* Make sure we install libs under their soname. (closes: #154169)
-- Tollef Fog Heen <tfheen@debian.org> Thu, 17 Oct 2002 04:43:33 +0200
mklibs (0.1.5) unstable; urgency=low
* made -h work as --help
* added Build-Deps on c-compiler, modutils, libc6-dev
* install libraries by soname only (closes: #154169).
-- Eduard Bloch <blade@debian.org> Sat, 27 Jul 2002 10:07:48 +0200
mklibs (0.1.4) unstable; urgency=low
* Reinstate lost fix from 0.1.2.
-- Tollef Fog Heen <tfheen@debian.org> Tue, 23 Jul 2002 09:21:09 +0200
mklibs (0.1.3) unstable; urgency=low
* use debuglevel = debuglevel + 1 instead of += construct, since it
seems like some older pythons doesn't like that syntax.
(closes: #153283)
-- Tollef Fog Heen <tfheen@debian.org> Tue, 23 Jul 2002 01:00:59 +0200
mklibs (0.1.2) unstable; urgency=low
* Add manual page (closes: #152235); thanks to Matt Kraai.
-- Tollef Fog Heen <tfheen@debian.org> Mon, 8 Jul 2002 09:51:09 +0200
mklibs (0.1.1) unstable; urgency=low
* Change mklibs.py to mklibs. (closes: #150586)
* s/Build-Depends/Build-Depends-Indep/ in the control file. (shuts up
lintian)
* Apply patch from Matt Krai, adding help and fixing -L (closes: #150627)
* Add myself to uploaders
* Make symlinks for the libs as well.
-- Tollef Fog Heen <tfheen@debian.org> Sat, 22 Jun 2002 14:42:29 +0200
mklibs (0.1) unstable; urgency=low
* Initial release
-- Phil Blundell <pb@debian.org> Tue, 11 Jun 2002 20:30:12 +0100
|