Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
375ee494
Commit
375ee494
authored
2 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
console-setup: default to UTF-8
parent
68303503
No related branches found
No related tags found
No related merge requests found
Pipeline
#765
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-console-setup
+6
-2
6 additions, 2 deletions
helpers/make-console-setup
with
6 additions
and
2 deletions
helpers/make-console-setup
+
6
−
2
View file @
375ee494
#!/bin/sh
#!/bin/sh
#
#
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org>
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org>
# Copyright (C) 2022 Ruben Rodriguez <ruben@trisquel.info>
#
#
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
@@ -23,7 +24,7 @@
...
@@ -23,7 +24,7 @@
# or fetch such packages from Debian in order to build the required udeb packages.
# or fetch such packages from Debian in order to build the required udeb packages.
##
##
VERSION
=
2
VERSION
=
3
EXTERNAL
=
'deb-src http://ftp.debian.org/debian stable main'
EXTERNAL
=
'deb-src http://ftp.debian.org/debian stable main'
REPOKEY
=
648ACFD622F3D138
REPOKEY
=
648ACFD622F3D138
NETINST
=
true
NETINST
=
true
...
@@ -32,5 +33,8 @@ NETINST=true
...
@@ -32,5 +33,8 @@ NETINST=true
#Fix ftbfs on debian stable
#Fix ftbfs on debian stable
patch
-p1
<
$DATA
/fix_1.205_ftbfs.patch
patch
-p1
<
$DATA
/fix_1.205_ftbfs.patch
changelog
"Rebuild upstream to get udeb dependency for debian-installer."
# Default to UTF-8
sed
's/CHARMAP=ISO-8859-15/CHARMAP=UTF-8/'
-i
debian/console-setup.config
changelog
"Rebuild upstream to get udeb dependency for debian-installer. Default to UTF-8"
compile
compile
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment