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
b97d8572
Commit
b97d8572
authored
4 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
linux-meta-hwe fixed helper
parent
239e6edc
No related branches found
Branches containing commit
No related tags found
2 merge requests
!307
Etiona test mr
,
!179
Corrected patch for make-bleachbit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-linux-meta-hwe
+16
-9
16 additions, 9 deletions
helpers/make-linux-meta-hwe
with
16 additions
and
9 deletions
helpers/make-linux-meta-hwe
+
16
−
9
View file @
b97d8572
#!/bin/sh
#!/bin/sh
#
#
# Copyright (C) 2017-20
18
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2017-20
20
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
...
@@ -17,20 +17,27 @@
...
@@ -17,20 +17,27 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#
VERSION
=
5
VERSION
=
6
.
./config
.
./config
rm
./
debian/control.d/
signed-generic
find
debian/control.d/
-type
f |
grep
-v
-e
'/generic$'
-e
'/lowlatency$'
-e
'/virtual$'
|xargs
rm
sed
's/18.04/9.0/g; s/16.04 to 16.10/8.0/; s/16.04/8.0/; s/Xenial/Flidas/; s/Bionic/Etiona/'
-i
debian/control
/bin/sed
's/linux-firmware/firmware-linux-free/'
-i
debian/control ./debian/control.d/
*
sed
's/linux-firmware/firmware-linux-free/'
-i
debian/control ./debian/control.d/generic debian/control.d/lowlatency
sed
's/Ubuntu/upstream/'
-i
debian/control
sed
's/Ubuntu/upstream/'
-i
debian/control
sed
's/Linux/Linux-libre/g'
-i
debian/control ./debian/control.d/generic debian/control.d/lowlatency
sed
's/Linux/Linux-libre/g'
-i
debian/control ./debian/control.d/generic debian/control.d/lowlatency
sed
'/
signed
/,/^$/
d'
-i
debian/control
sed
'/
Package.*gkeop.*
/,/^$/d'
-i
debian/control
sed
's/, intel-microcode \[amd64 i386\]//; s/, amd64-microcode \[amd64 i386\]//;'
debian/control debian/control.d/generic debian/control.d/lowlatency
-i
find
debian/control
.d/
-type
f |
grep
-v
-e
'/generic$'
-e
'/lowlatency$'
-e
'/virtual$'
|xargs
rm
cat
<<
EOF
>>
debian/control
Package: linux-source-hwe
Architecture: all
Depends:
\$
{misc:Depends}, linux-source-
\$
{kernel-version}
Description: Linux-libre kernel source with upstream patches
This package will always depend on the latest Linux-libre kernel source code
available. The upstream patches have been applied.
EOF
changelog
"Removed
linux-firmware dependency
, renamed release for Trisquel"
changelog
"Removed
nonfree kernel variants
, renamed release for Trisquel"
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