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
|
package-notes (0.15) unstable; urgency=medium
* d/package-notes.mk: also check Meson specific LD env var
-- Luca Boccassi <bluca@debian.org> Sat, 13 Jul 2024 13:10:31 +0100
package-notes (0.14) unstable; urgency=medium
* d/package-notes.mk: change to no-op on Ubuntu
-- Luca Boccassi <bluca@debian.org> Sun, 23 Jun 2024 17:18:48 +0100
package-notes (0.13) unstable; urgency=medium
* debian/package-notes.mk: skip when linking with llvm
-- Luca Boccassi <bluca@debian.org> Sun, 02 Jun 2024 00:03:26 +0100
package-notes (0.12) unstable; urgency=medium
[ Luca Boccassi ]
* d/control: mark python3 dependency with 'any' as per multiarch hinter
[ Zbigniew Jędrzejewski-Szmek ]
* dlopen-notes: make --raw the default action
* dlopen-notes: add short option args and forbid abbrevs
* dlopen-notes: generate man page using argparse-manpage
[ Luca Boccassi ]
* manpage: check in git
* makefile: install manpage too
* debian: install dlopen-notes manpage
-- Luca Boccassi <bluca@debian.org> Wed, 22 May 2024 15:35:08 +0100
package-notes (0.11) unstable; urgency=medium
* d/control: drop 'native' from build dependencies
* d/control: add doc link for dlopen spec
-- Luca Boccassi <bluca@debian.org> Wed, 15 May 2024 18:22:46 +0100
package-notes (0.10) unstable; urgency=medium
* Add Python script to parse dlopen ELF notes
* Add Debian tool for dlopen-notes
* d/control: bump Standards-Version to 4.7.0, no changes
-- Luca Boccassi <bluca@debian.org> Thu, 09 May 2024 10:17:51 +0100
package-notes (0.9) unstable; urgency=medium
* Switch to --package-metadata linker flag via specs file
-- Luca Boccassi <bluca@debian.org> Sun, 27 Nov 2022 16:43:58 +0000
package-notes (0.8) unstable; urgency=medium
* use LONG instead of BYTEs for binary fields
-- Luca Boccassi <bluca@debian.org> Mon, 04 Apr 2022 19:52:18 +0100
package-notes (0.7) unstable; urgency=medium
* dh: derive distro name at build time
* dh: pick debuginfod from DEBUGINFOD_URLS env var if available
* dh: install makefile include to automatically set LDFLAGS
-- Luca Boccassi <bluca@debian.org> Mon, 07 Mar 2022 11:40:22 +0000
package-notes (0.6) unstable; urgency=medium
* Mark package as Multi-Arch: foreign
-- Luca Boccassi <bluca@debian.org> Sun, 20 Feb 2022 22:16:03 +0000
package-notes (0.5) unstable; urgency=medium
[ Zbigniew Jędrzejewski-Szmek ]
* generator: add a hint how to use the output to the output
* generator: allow disabling READONLY
* rpm: skip (READONLY) with older linker versions
* Use -Wl,-dT
* generator: add help strings
[ Luca Boccassi ]
* Initial packaging (Closes: #1004357)
* Add architecture field
* Skip fields without value
* Debian: use -Wl,dT
[ Zbigniew Jędrzejewski-Szmek ]
* generator: add description in help output
* generator: add --version argument
* generator: disallow abbreviated option names
* generator: rename program to not have .py suffix
* generator: fix two minor issues reported by pylint
* debian: stop using dh-exec
[ Mark Wielaard ]
* generate-package-notes.py: Add --debuginfod argument
[ Victor Westerhuis ]
* Add Debian debuginfod server in dh_package_notes
* Provide dh-sequence-package_notes
* Fix Python installation
* Add manpage for generate-package-notes
[ Zbigniew Jędrzejewski-Szmek ]
* rpm: rename srpm macros file
* rpm: fix filename in macro
* rpm: conditionalize all macros on %_package_note_file being defined
* rpm: make _generate_package_note_file always recreate the file
* rpm: use $RPM_PACKAGE_VERSION variable to refer to the package version
* rpm: also voidify the macros if we're on a noarch build
* rpm: use %{buildsubdir} in %_package_note_file if defined
* rpm: allow unsetting %_package_note_readonly to drop the READONLY
attribute
* rpm: add %_package_note_linker and document everything (rhbz#2043178,
rhbz#2043368)
* rpm: disable notes with linkers other than bfd
* rpm: disable notes when clang toolchain is used on arm
* generator: do not write zeroes to the linker script
[ Frantisek Sumsal ]
* ci: update repos before installing packages
[ Zbigniew Jędrzejewski-Szmek ]
* rpm: use named arguments
[ Luca Boccassi ]
* python: add --cpe auto
* shell: add --cpe auto
* man: document new --cpe auto option
* shell: add --root option
* python: add --root option
* man: document new --root option
* python: parse files in gather_data rather than parse_args
* tests: add resources and tests for --auto-cpe and --root
* rpm: use --cpe auto
* debian: bump debhelper-compat version to 13
* README: note we have both python and shell implementations
-- Luca Boccassi <bluca@debian.org> Mon, 31 Jan 2022 23:43:02 +0000
|