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
|
patchelf (0.9+52.20180509-1) unstable; urgency=medium
[ Felipe Sateler ]
* Package an upstream git snapshot
- Makes some binaries strippable after patching (Closes: #903396)
* no-rpath-prebuild: force pagesize to 4096 on prebuilt binaries.
They all have that page size, and the host-detected one might be
different.
* Update watchfile
- Use format version 4
- Use github as source page
* Migrate to salsa for hosting
* Bump debhelper compat to 11.
Also switch to the debhelper-compat virtual package
* Bump Standards-Version
* Enable hardening flags
[ Drew Parsons ]
* add new patch adjust_startPage_issue127_commit1cc234fea.patch from
upstream Issue #127. Fixes build-time tests.
-- Felipe Sateler <fsateler@debian.org> Fri, 28 Sep 2018 17:20:09 -0300
patchelf (0.9-1) unstable; urgency=medium
* New upstream release
- Drop all patches, applied upstream
- No longer breaks hardlinks (Closes: #759497)
* Force pagesize for no-rpath-prebuild test: We know the page size,
and it may be different from system one
-- Felipe Sateler <fsateler@debian.org> Mon, 29 Feb 2016 17:32:24 -0300
patchelf (0.8-4) unstable; urgency=medium
* Disable no-rpath.sh test, as it may fail when the binary is of foreign
architecture. Really Closes: #799880
-- Felipe Sateler <fsateler@debian.org> Sun, 15 Nov 2015 16:05:13 -0300
patchelf (0.8-3) unstable; urgency=medium
* Pick upstream commit to use a dynamic page size. Fixes FTBFS on ppc64el.
Closes: #799880
-- Felipe Sateler <fsateler@debian.org> Thu, 12 Nov 2015 20:29:11 -0300
patchelf (0.8-2) unstable; urgency=medium
* Document --remove-needed in manpage
* Fix typo in manpage. Closes: #742468
Thanks Gianluigi Tiesi
-- Felipe Sateler <fsateler@debian.org> Fri, 28 Mar 2014 15:28:41 -0300
patchelf (0.8-1) unstable; urgency=low
* Initial release (Closes: #742049)
-- Felipe Sateler <fsateler@debian.org> Tue, 18 Mar 2014 12:57:47 -0300
|