File: register-patch

package info (click to toggle)
dh-kpatches 0.99.36%2Bnmu4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 316 kB
  • ctags: 166
  • sloc: makefile: 132; sh: 78
file content (10 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# This scripts documents the @PATCHNAME@ kernel patch into the
# kernel-image package, as being applied to the kernel.

docdir=${IMAGE_TOP}/usr/share/doc/kernel-image-${version}

mkdir -p ${docdir}

echo @PATCHNAME@ '(@PATCHID@), from package @PKGNAME@, version @PKGVERS@' >> ${docdir}/applied-patches