[Git-commits] [grml/grml-scripts] 1f6225: run_welcome: drop unicode hack
Michael Prokop
mika at grml.org
Fri Jun 1 17:02:12 CEST 2018
Branch: refs/heads/master
Home: https://github.com/grml/grml-scripts
Commit: 1f62255e43273672259beeca2bdfec9fa538733a
https://github.com/grml/grml-scripts/commit/1f62255e43273672259beeca2bdfec9fa538733a
Author: Michael Prokop <mika at grml.org>
Date: 2018-06-01 (Fri, 01 Jun 2018)
Changed paths:
M usr_share/run-welcome
Log Message:
-----------
run_welcome: drop unicode hack
The `umpkeys | loadkeys --unicode` recently triggers the following
error message during bootup:
| adding map 3 violates explicit keymap line
AFAICS this old hack is no longer needed, so let's try
without it.
Closes grml/grml#96
Commit: 3f01a0bb2d0cfdffb96049848e648037aee12165
https://github.com/grml/grml-scripts/commit/3f01a0bb2d0cfdffb96049848e648037aee12165
Author: Michael Prokop <mika at grml.org>
Date: 2018-06-01 (Fri, 01 Jun 2018)
Changed paths:
M debian/control
Log Message:
-----------
Bump Standards-Version to 4.1.4
Commit: 5be17a0cbe05caf0a3baeee396ed01f1c7130ca7
https://github.com/grml/grml-scripts/commit/5be17a0cbe05caf0a3baeee396ed01f1c7130ca7
Author: Michael Prokop <mika at grml.org>
Date: 2018-06-01 (Fri, 01 Jun 2018)
Changed paths:
M debian/compat
M debian/control
Log Message:
-----------
Bump debian/compat to 10 and adjust Build-Depends for debhelper to v10
Commit: c07e10f95b370c9e59461f6e4369cf6c2eab395e
https://github.com/grml/grml-scripts/commit/c07e10f95b370c9e59461f6e4369cf6c2eab395e
Author: Michael Prokop <mika at grml.org>
Date: 2018-06-01 (Fri, 01 Jun 2018)
Changed paths:
M compile/.gitignore
M compile/Makefile
R compile/reread_partition_table.c
M debian/overrides
M debian/rules
R manpages/reread_partition_table.8
Log Message:
-----------
Drop reread_partition_table binary
Fails to build against recent fs.h versions:
| In file included from reread_partition_table.c:12:0:
| /usr/include/linux/fs.h:366:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__kernel_rwf_t'
| typedef int __bitwise __kernel_rwf_t;
| ^~~~~~~~~~~~~~
| make[1]: *** [Makefile:24: reread_partition_table] Error 1
It's not worth any further work, partprobe(8) does the
job as well and is maintained.
Commit: 2c4bae735e4d236740be8d6508e623e3a427fa9d
https://github.com/grml/grml-scripts/commit/2c4bae735e4d236740be8d6508e623e3a427fa9d
Author: Michael Prokop <mika at grml.org>
Date: 2018-06-01 (Fri, 01 Jun 2018)
Changed paths:
M debian/changelog
Log Message:
-----------
Release new version 2.8.0
Compare: https://github.com/grml/grml-scripts/compare/52d7a2cb8748...2c4bae735e4d
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Git-commits
mailing list