linux: fix kernel-wedge dependency on tarball.
This commit is contained in:
parent
105d617fa8
commit
6b3443c961
1 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
# 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=18
|
VERSION=19
|
||||||
|
|
||||||
. ./config
|
. ./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 '/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 '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
|
# Wipe dkms-versions
|
||||||
# lists zfs / v4l2loopback versions
|
# lists zfs / v4l2loopback versions
|
||||||
|
|
@ -189,6 +189,7 @@ family='trisquel'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
rename s/ubuntu/trisquel/ debian.*/config/config.common.ubuntu
|
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 {} \;
|
find debian* -type f -name *control* -exec sed 's/ with Ubuntu patches//; s/Linux/Linux-libre/g' -i {} \;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue