765c4e7...
by
Lucas Kanashiro
on 2020-08-03
Update changelog
b49d9f0...
by
Lucas Kanashiro
on 2020-08-03
Fix FTBFS with GCC-10: Mark di_parser_fieldinfo constants extern
Origin: https:/ /salsa. debian. org/installer- team/libdebian- installer/ -/commit/ 4cde0f39
799acc0...
by
Mathieu Trudel-Lapierre
on 2018-10-04
Import patches-unapplied version 0.110ubuntu3 to ubuntu/ cosmic- proposed
Imported using git-ubuntu import.
Changelog parent: 5c0fb43765793bc b88d1413b342e2a df9b8e6384
New changelog entries:
* src/tree.c: Silence GCC's implicit- fallthrough warning by being explicit
in this binary tree rotate code that there's not fallthrough; we're
covering all tree rotation cases already (all paths in switch() already
return().
5c0fb43...
by
Julian Andres Klode
on 2018-04-20
Import patches-unapplied version 0.110ubuntu2 to ubuntu/ bionic- proposed
Imported using git-ubuntu import.
Changelog parent: cfeb6fefa910f99 fba4d566a0cf153 218a057e92
New changelog entries:
* src/system/devfs.c: Include sys/sysmacros.h to fix FTBFS caused by
major/minor definition errors
cfeb6fe...
by
Balint Reczey
on 2017-05-18
Import patches-unapplied version 0.110ubuntu1 to ubuntu/ artful- proposed
Imported using git-ubuntu import.
Changelog parent: 1a06676931bda43 67889b05d5fcf0f f0a06724af
New changelog entries:
* Merge from Debian unstable. (LP: #1688246 ) Remaining changes:
- Add more OMAP4 Panda support.
- Add OMAP4 Blaze support.
- Add Freescale "P4080 DS" and "QEMU e500" support.
- Point to Bazaar packaging repository on Launchpad
1a06676...
by
Christian Perrier
on 2017-03-22
Import patches-unapplied version 0.110 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 18acf81d2af0769 57b9034a6c098ea 98131608b7
New changelog entries:
[ Martin Michlmayr ]
* subarch- arm-linux. c: Add NETGEAR ReadyNAS Duo v2. Closes: #855965
18acf81...
by
Bastian Blank
on 2017-03-05
Import patches-unapplied version 0.109 to debian/sid
Imported using git-ubuntu import.
Changelog parent: d93ad362192fa54 7783cf35c38ccaa 9efb39dc7b
New changelog entries:
[ Samuel Thibault ]
* Fix build with gcc-7. Closes: #853489
[ Steven Chamberlain ]
* Parse SHA256 fields in Packages files. (closes: #856210)
* Parse SHA256 fields in Release files.
[ Bastian Blank ]
* Update versions for changed symbols.
- Add Breaks on cdebootrap.
d93ad36...
by
Christian Perrier
on 2016-08-30
Import patches-unapplied version 0.108 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 93ba40ac19c8bf7 f921d8f9572979c b707010f29
New changelog entries:
[ Helmut Grohne ]
* Make Build-Depends: check optional via <!nocheck> profile.
Closes: #787044.
93ba40a...
by
Christian Perrier
on 2016-06-20
Import patches-unapplied version 0.107 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 657db49117c54b5 0d1ff7e3442a55b 3132d8032a
New changelog entries:
[ Steve McIntyre ]
* armel/armhf: Fix missing efi include FTBFS
657db49...
by
Christian Perrier
on 2016-06-12
Import patches-unapplied version 0.106 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 829c2e5be98375f 465ca36e957398f b0acfab751
New changelog entries:
[ Steve McIntyre ]
* armhf: Add EFI detection.
[ Mathieu Trudel-Lapierre ]
* validate the presence of efivars *or* vars under /sys/firmware/efi to
decide whether we should show the system as running in EFI mode;
either of these paths is required for efibootmgr to set a BootEntry at
the end of installation. Closes: #826665