Skip to content
Snippets Groups Projects
Commit 6b3443c9 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

linux: fix kernel-wedge dependency on tarball.

parent 105d617f
No related branches found
No related tags found
1 merge request!1073linux: fix kernel-wedge dependency on tarball.
Pipeline #963 passed
......@@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=18
VERSION=19
. ./config
......@@ -123,7 +123,7 @@ EOF
sed '/include.*2-binary-arch.mk/a\\n# Rules for building the udebs ($(DEBIAN)-installer)\ninclude $(DROOT)/rules.d/5-udebs.mk' -i debian/rules
sed 's/+= binary-debs/+= binary-udebs/' -i debian/rules.d/2-binary-arch.mk
sed '/Build-Depends:/a\ kernel-wedge,' -i debian/control
sed '/Build-Depends:/a\ kernel-wedge <!stage1>,' -i debian.master/control.stub.in
# Wipe dkms-versions
# lists zfs / v4l2loopback versions
......@@ -189,6 +189,7 @@ family='trisquel'
EOF
rename s/ubuntu/trisquel/ debian.*/config/config.common.ubuntu
grep -lr config.common.ubuntu debian*/ | xargs sed -i 's|config.common.ubuntu|config.common.trisquel|g'
find debian* -type f -name *control* -exec sed 's/ with Ubuntu patches//; s/Linux/Linux-libre/g' -i {} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment