wok rev 20170

Add linux-debug (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 16 13:05:30 2018 +0100 (2018-01-16)
parents 6ebbd98ea342
children 294deb0fa681
files linux-debug/receipt linux-without-modules-debug/receipt linux/receipt linux64-debug/receipt linux64-without-modules-debug/receipt openssh/receipt sftp-server/receipt
line diff
     1.1 --- a/linux-debug/receipt	Tue Jan 16 11:15:42 2018 +0100
     1.2 +++ b/linux-debug/receipt	Tue Jan 16 13:05:30 2018 +0100
     1.3 @@ -13,9 +13,9 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/boot   
     1.7 -	cp $src/System.map-modules $fs/boot/System.map-$VERSION
     1.8 -	cp $src/vmlinux-modules $fs/boot/vmlinux-$VERSION
     1.9 -	cp $install/boot/vmlinuz-$VERSION $fs/boot/
    1.10 -	cp $src/Module.symvers-modules $fs/boot/Module.symvers-$VERSION
    1.11 -	cp $stuff/linux-slitaz.config $fs/boot/config-$VERSION
    1.12 +	cp $src/System.map-modules $fs/boot/System.map-$VERSION-slitaz
    1.13 +	cp $src/vmlinux-modules $fs/boot/vmlinux-$VERSION-slitaz
    1.14 +	cp $install/boot/vmlinuz-$VERSION-slitaz $fs/boot/
    1.15 +	cp $src/Module.symvers-modules $fs/boot/Module.symvers-$VERSION-slitaz
    1.16 +	cp $src/config-modules $fs/boot/config-$VERSION-slitaz
    1.17  }
     2.1 --- a/linux-without-modules-debug/receipt	Tue Jan 16 11:15:42 2018 +0100
     2.2 +++ b/linux-without-modules-debug/receipt	Tue Jan 16 13:05:30 2018 +0100
     2.3 @@ -14,8 +14,8 @@
     2.4  genpkg_rules()
     2.5  {
     2.6  	mkdir -p $fs/boot   
     2.7 -	cp $src/System.map-without-modules $fs/boot/System.map-$VERSION
     2.8 -	cp $src/vmlinux-without-modules $fs/boot/vmlinux-$VERSION
     2.9 -	cp $install/linux/bzImage $fs/boot/vmlinuz-$VERSION
    2.10 -	cp $src/config-without-modules $fs/boot/config-$VERSION
    2.11 +	cp $src/System.map-without-modules $fs/boot/System.map-$VERSION-slitaz
    2.12 +	cp $src/vmlinux-without-modules $fs/boot/vmlinux-$VERSION-slitaz
    2.13 +	cp $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz
    2.14 +	cp $src/config-without-modules $fs/boot/config-$VERSION-slitaz
    2.15  }
     3.1 --- a/linux/receipt	Tue Jan 16 11:15:42 2018 +0100
     3.2 +++ b/linux/receipt	Tue Jan 16 13:05:30 2018 +0100
     3.3 @@ -281,6 +281,7 @@
     3.4  		ln System.map System.map-modules64
     3.5  		ln vmlinux vmlinux-modules64
     3.6  		ln Module.symvers Module.symvers-modules64
     3.7 +		cp .config config-modules64
     3.8  	else
     3.9  		echo "* Skipping: x86_64 Kernel..."
    3.10  	fi
    3.11 @@ -337,6 +338,7 @@
    3.12  	ln System.map System.map-modules
    3.13  	ln vmlinux vmlinux-modules
    3.14  	ln Module.symvers Module.symvers-modules
    3.15 +	cp .config config-modules
    3.16  }
    3.17  
    3.18  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/linux64-debug/receipt	Tue Jan 16 11:15:42 2018 +0100
     4.2 +++ b/linux64-debug/receipt	Tue Jan 16 13:05:30 2018 +0100
     4.3 @@ -14,9 +14,9 @@
     4.4  genpkg_rules()
     4.5  {
     4.6  	mkdir -p $fs/boot   
     4.7 -	cp $src/System.map-modules64 $fs/boot/System.map-$VERSION
     4.8 -	cp $src/vmlinux-modules64 $fs/boot/vmlinux-$VERSION
     4.9 -	cp $install/linux64/boot/vmlinuz-$VERSION $fs/boot/
    4.10 -	cp $src/Module.symvers-modules64 $fs/boot/Module.symvers-$VERSION
    4.11 -	cp $stuff/linux-slitaz.config64 $fs/boot/config-$VERSION
    4.12 +	cp $src/System.map-modules64 $fs/boot/System.map-$VERSION-slitaz64
    4.13 +	cp $src/vmlinux-modules64 $fs/boot/vmlinux-$VERSION-slitaz64
    4.14 +	cp $install/linux64/boot/vmlinuz-$VERSION $fs/boot/vmlinuz-$VERSION-slitaz64
    4.15 +	cp $src/Module.symvers-modules64 $fs/boot/Module.symvers-$VERSION-slitaz64
    4.16 +	cp $src/config-modules64 $fs/boot/config-$VERSION-slitaz64
    4.17  }
     5.1 --- a/linux64-without-modules-debug/receipt	Tue Jan 16 11:15:42 2018 +0100
     5.2 +++ b/linux64-without-modules-debug/receipt	Tue Jan 16 13:05:30 2018 +0100
     5.3 @@ -14,8 +14,8 @@
     5.4  genpkg_rules()
     5.5  {
     5.6  	mkdir -p $fs/boot   
     5.7 -	cp $src/System.map-without-modules64 $fs/boot/System.map-$VERSION
     5.8 -	cp $src/vmlinux-without-modules64 $fs/boot/vmlinux-$VERSION
     5.9 -	cp $install/linux64/bzImage $fs/boot/vmlinuz-$VERSION
    5.10 -	cp $src/config-without-modules64 $fs/boot/config-$VERSION
    5.11 +	cp $src/System.map-without-modules64 $fs/boot/System.map-$VERSION-slitaz64
    5.12 +	cp $src/vmlinux-without-modules64 $fs/boot/vmlinux-$VERSION-slitaz64
    5.13 +	cp $install/linux64/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64
    5.14 +	cp $src/config-without-modules64 $fs/boot/config-$VERSION-slitaz64
    5.15  }
     6.1 --- a/openssh/receipt	Tue Jan 16 11:15:42 2018 +0100
     6.2 +++ b/openssh/receipt	Tue Jan 16 13:05:30 2018 +0100
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="openssh"
     6.7 -VERSION="7.5p1"
     6.8 +VERSION="7.6p1"
     6.9  CATEGORY="security"
    6.10  SHORT_DESC="Openbsd Secure Shell."
    6.11  MAINTAINER="pascal.bellard@slitaz.org"
     7.1 --- a/sftp-server/receipt	Tue Jan 16 11:15:42 2018 +0100
     7.2 +++ b/sftp-server/receipt	Tue Jan 16 13:05:30 2018 +0100
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="sftp-server"
     7.7 -VERSION="7.5p1"
     7.8 +VERSION="7.6p1"
     7.9  CATEGORY="security"
    7.10  SHORT_DESC="Openbsd Secure FTP server."
    7.11  MAINTAINER="pascal.bellard@slitaz.org"