tasksel: add custom (non-extensive) l10n setup for d-i
This commit is contained in:
parent
c8f629bbed
commit
46ebef52f1
16 changed files with 137 additions and 27 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info>
|
||||
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
|
||||
# Copyright (C) 2025 Luis Guzman <ark@switnet.org>
|
||||
#
|
||||
# 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
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=6
|
||||
VERSION=7
|
||||
COMPONENT=main
|
||||
|
||||
. ./config
|
||||
|
|
@ -26,17 +26,21 @@ COMPONENT=main
|
|||
# No install recommends
|
||||
sed 's/Install-Recommends=true/Install-Recommends=false/g' -i tasksel.pl
|
||||
|
||||
#Remove debian generic-tasks
|
||||
# Remove debian generic-tasks
|
||||
sed -i '/Package: task-desktop/,/$p/d' debian/control
|
||||
|
||||
#Setup trisquel task required customization.
|
||||
# Setup trisquel task required customization.
|
||||
cp -r $DATA/trisquel-tasks .
|
||||
cp $DATA/Makefile .
|
||||
cp $DATA/filter-tasks .
|
||||
cp $DATA/lang-gen.sh .
|
||||
cp $DATA/list packages/list
|
||||
|
||||
sed "/USUITE/s/.*/USUITE=$CODENAME/" Makefile -i
|
||||
replace "debian-tasks.desc" "trisquel-tasks.desc"
|
||||
|
||||
changelog "Added Trisquel's tasks"
|
||||
changelog "Added Trisquel's tasks
|
||||
Added Trisquel's l10n tasksel implementation for d-i"
|
||||
|
||||
package
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue