[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#770102: PATCH: fix packaging the hppa kernel package



Source: linux
Version: 3.16.7-2
Severity: important
Tags: patch

Dear debian kernel maintainers,

please apply the attached patch to the debian kernel sources for the next upload.
It fixes this error when building and packaging the debian hppa kernel:
...
kernel-wedge install-files 3.16.0-4
...
	kernel-wedge find-dups 3.16.0-4-parisc
some modules are in more than one package
debian/pata-modules-3.16.0-4-parisc-di lib/modules/3.16.0-4-parisc/kernel/drivers/ata/libata.ko
debian/ata-modules-3.16.0-4-parisc-di lib/modules/3.16.0-4-parisc/kernel/drivers/ata/libata.ko
command exited with status 1

Thanks,
Helge
diff -up ./linux-3.16.7/debian/installer/hppa/modules/hppa/ata-modules.org ./linux-3.16.7/debian/installer/hppa/modules/hppa/ata-modules
--- ./linux-3.16.7/debian/installer/hppa/modules/hppa/ata-modules.org	2014-11-05 22:27:31.000000000 +0100
+++ ./linux-3.16.7/debian/installer/hppa/modules/hppa/ata-modules	2014-11-13 14:58:24.000000000 +0100
@@ -1 +1,2 @@
 #include <ata-modules>
+libata -
diff -up ./linux-3.16.7/debian/installer/hppa/package-list.org ./linux-3.16.7/debian/installer/hppa/package-list
--- ./linux-3.16.7/debian/installer/hppa/package-list.org	2014-09-08 06:58:01.000000000 +0200
+++ ./linux-3.16.7/debian/installer/hppa/package-list	2014-11-13 22:38:11.000000000 +0100
@@ -12,7 +12,7 @@ Package: ide-modules
 Depends: kernel-image, ide-core-modules, nls-core-modules
 
 Package: pata-modules
-Depends: kernel-image, scsi-core-modules
+Depends: kernel-image, ata-modules, scsi-core-modules
 
 Package: fb-modules
 Depends: kernel-image

Reply to: