Просмотр исходного кода

kbuild: Change section of generated debian packages to kernel

To follow the way that Official Debian kernel packages are made, put the
generated packages in the right section, the kernel section.  This also
avoids polluting the admin section.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Rogério Brito 15 лет назад
Родитель
Сommit
aa42abedc3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/package/builddeb

+ 1 - 1
scripts/package/builddeb

@@ -148,7 +148,7 @@ EOF
 # Generate a control file
 # Generate a control file
 cat <<EOF > debian/control
 cat <<EOF > debian/control
 Source: linux-upstream
 Source: linux-upstream
-Section: admin
+Section: kernel
 Priority: optional
 Priority: optional
 Maintainer: $maintainer
 Maintainer: $maintainer
 Standards-Version: 3.8.4
 Standards-Version: 3.8.4