summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Commit patch queue (exported by git-debrebase)HEADdebian/4.5.73-2archive/debian/4.5.73-2masterVagrant Cascadian2021-01-04
| | | | [git-debrebase make-patches: export and commit patches]
* Upload gfxboot 4.5.73-2 to unstable.Vagrant Cascadian2021-01-04
|
* themes/example*/Makefile: Use the .bc files as a reference date.Vagrant Cascadian2021-01-04
| | | | | | (Closes: #978946) Apparently the Makefile might be modified during the build.
* Declare fast forward / record previous workdebian/4.5.73-1archive/debian/4.5.73-1Vagrant Cascadian2021-01-03
|\ | | | | | | [git-debrebase pseudomerge: stitch]
| * Replacing adddir location with absolute name in order to allow to compile theDaniel Baumann2021-01-03
| | | | | | | | | | themes from any location, not just /usr/share/gfxboot/themes/foo. Gbp-Pq: Name 0008-adddir.patch
| * gfxboot expects fonts to be in /usr/share/fonts/truetype et al,Daniel Baumann2021-01-03
| | | | | | | | | | | | | | | | not in subdirectories within like debian based systems do. The proper fix is to make search_font() in gfxboot-font recursive, however, for the time being we add the paths manually here. Gbp-Pq: Name 0007-ttf-dejavu.patch
| * Updating syslinux paths (Closes: #682974).Daniel Baumann2021-01-03
| | | | | | Gbp-Pq: Name 0006-syslinux-path.patch
| * Avoid overwriting buildflags.Daniel Baumann2021-01-03
| | | | | | Gbp-Pq: Name 0005-buildflags.patch
| * Fix link order with 'ld --as-needed' (Closes: #605771).Colin Watson2021-01-03
| | | | | | Gbp-Pq: Name 0004-link-order.patch
| * Try .bdf files in gfxboot-font.Colin Watson2021-01-03
| | | | | | Gbp-Pq: Name 0003-bdf.patch
| * Make sure to pass unsigned chars to isspace(), per the C standard; not doing soColin Watson2021-01-03
| | | | | | | | | | can cause problems on powerpc and other architectures. Gbp-Pq: Name 0002-ctype.patch
| * Fix some non-exploitable buffer overflows in mkbootmsg (LP: #27011).Colin Watson2021-01-03
| | | | | | Gbp-Pq: Name 0001-asprintf.patch
* | Commit patch queue (exported by git-debrebase)Vagrant Cascadian2021-01-03
| | | | | | | | [git-debrebase make-patches: export and commit patches]
* | Upload gfxboot 4.5.73-1 to unstable.Vagrant Cascadian2021-01-03
| |
* | debian/control: Add ${perl:Depends} to Depends.Vagrant Cascadian2021-01-03
| |
* | debian/control: Update Standards-Version to 4.5.1.Vagrant Cascadian2021-01-03
| |
* | gfxboot-themes: Add lintian override forVagrant Cascadian2021-01-03
| | | | | | | | package-contains-documentation-outside-usr-share-doc.
* | debian/rules: Copy upstream changelog during build.Vagrant Cascadian2021-01-03
| |
* | changelog.upstream: Add changelog for upstream version 4.5.73.Vagrant Cascadian2021-01-03
| |
* | debian/rules: Add target to update upstream changelog.Vagrant Cascadian2021-01-03
| |
* | debian/rules: Do not pass --parallel to dh as it is now the default.Vagrant Cascadian2021-01-03
| |
* | debian/rules: Remove obsolete dh_install override.Vagrant Cascadian2021-01-03
| |
* | Update to debhelper-compat 13.Vagrant Cascadian2021-01-03
| |
* | debian/source/options, debian/rules: Drop custom compression.Vagrant Cascadian2021-01-03
| |
* | debian/control: Update Homepage.Vagrant Cascadian2021-01-03
| |
* | debian/copyright: Use https URLs and drop broken linkVagrant Cascadian2021-01-03
| |
* | debian/control: Update Vcs headers.Vagrant Cascadian2021-01-03
| |
* | debian/rules: create empty changelogVagrant Cascadian2021-01-03
| |
* | debian/rules: Do not build test themes.Vagrant Cascadian2021-01-03
| |
* | debian/rules: Create a VERSION file since upstream expects it.Vagrant Cascadian2021-01-03
| |
* | debian/control: Set Rules-Requires-Root to "no".Vagrant Cascadian2021-01-03
| |
* | debian/rules: Pass C.UTF-8 locale when building documentation.Vagrant Cascadian2021-01-03
| | | | | | | | (Closes: #979125)
* | themes/example*/Makefile: Set time on files in example themes usingVagrant Cascadian2021-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | Makefile as a reference time. (Closes: #978946) Similar to fixes applied in other themes: https://github.com/openSUSE/gfxboot/pull/35 See also: https://bugs.debian.org/978946 https://tests.reproducible-builds.org/debian/issues/unstable/timestamps_in_cpio_archive_issue.html
* | gfxboot: avoid including the "." directory in the cpio archive.Vagrant Cascadian2021-01-03
| | | | | | | | | | | | | | | | | | | | | | | | (Closes: #978946) The "." directory is at best extraneous, and is a little trickier to avoid a resulting embedded timestamp. See also: https://bugs.debian.org/978946 https://tests.reproducible-builds.org/debian/issues/unstable/timestamps_in_cpio_archive_issue.html
* | gfxboot: pass --reproducible and --owner to cpio. (Closes: #978946)Vagrant Cascadian2021-01-03
| | | | | | | | | | | | | | | | | | | | | | Apply fixes for reproducibilty, similar to: https://github.com/openSUSE/gfxboot/pull/35 See also: https://bugs.debian.org/978946 https://tests.reproducible-builds.org/debian/issues/unstable/users_and_groups_in_cpio_archive_issue.html
* | Replacing adddir location with absolute name in order to allow to compile theDaniel Baumann2021-01-03
| | | | | | | | | | themes from any location, not just /usr/share/gfxboot/themes/foo. Gbp-Pq: Name 0008-adddir.patch
* | gfxboot expects fonts to be in /usr/share/fonts/truetype et al,Daniel Baumann2021-01-03
| | | | | | | | | | | | | | | | not in subdirectories within like debian based systems do. The proper fix is to make search_font() in gfxboot-font recursive, however, for the time being we add the paths manually here. Gbp-Pq: Name 0007-ttf-dejavu.patch
* | Updating syslinux paths (Closes: #682974).Daniel Baumann2021-01-03
| | | | | | Gbp-Pq: Name 0006-syslinux-path.patch
* | Avoid overwriting buildflags.Daniel Baumann2021-01-03
| | | | | | Gbp-Pq: Name 0005-buildflags.patch
* | Fix link order with 'ld --as-needed' (Closes: #605771).Colin Watson2021-01-03
| | | | | | Gbp-Pq: Name 0004-link-order.patch
* | Try .bdf files in gfxboot-font.Colin Watson2021-01-03
| | | | | | Gbp-Pq: Name 0003-bdf.patch
* | Make sure to pass unsigned chars to isspace(), per the C standard; not doing soColin Watson2021-01-03
| | | | | | | | | | can cause problems on powerpc and other architectures. Gbp-Pq: Name 0002-ctype.patch
* | Fix some non-exploitable buffer overflows in mkbootmsg (LP: #27011).Colin Watson2021-01-03
| | | | | | Gbp-Pq: Name 0001-asprintf.patch
* | Update changelog for new upstream 4.5.73Vagrant Cascadian2021-01-03
| | | | | | | | [git-debrebase changelog: new upstream 4.5.73]
* | Update to upstream 4.5.73Vagrant Cascadian2021-01-03
|\ \ | |/ |/| | | [git-debrebase anchor: new upstream 4.5.73, merge]
| * Translated using Weblate (Hindi)Panwar2020-10-22
| | | | | | | | | | | | | | Currently translated at 100.0% (95 of 95 strings) Translation: gfxboot/master Translate-URL: https://l10n.opensuse.org/projects/gfxboot/master/hi/
| * Translated using Weblate (Portuguese)Hugo Carvalho2020-09-09
| | | | | | | | | | | | | | Currently translated at 100.0% (95 of 95 strings) Translation: gfxboot/master Translate-URL: https://l10n.opensuse.org/projects/gfxboot/master/pt/
| * Translated using Weblate (Persian)hayyan rostami2020-08-24
| | | | | | | | | | | | | | Currently translated at 11.7% (11 of 94 strings) Translation: gfxboot/master Translate-URL: https://l10n.opensuse.org/projects/gfxboot/master/fa/
| * Merge remote-tracking branch 'weblate/master'Stanislav Brabec2020-07-29
| |\
| | * Added translation using Weblate (Persian)hayyan rostami2020-07-28
| | |