diff --git a/debian/changelog b/debian/changelog index 34731ab5f..69a5e08d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linux-2.6 (2.6.32-9) unstable; urgency=low + + [ Ben Hutchings ] + * Do not build obsolete lgs8gl5 driver + + -- Ben Hutchings Fri, 12 Feb 2010 02:59:33 +0000 + linux-2.6 (2.6.32-8) unstable; urgency=high [ Bastian Blank ] diff --git a/debian/config/config b/debian/config/config index abca12e87..cfebee422 100644 --- a/debian/config/config +++ b/debian/config/config @@ -845,7 +845,6 @@ CONFIG_DVB_PLL=m CONFIG_DVB_LNBP21=m CONFIG_DVB_ISL6405=m CONFIG_DVB_ISL6421=m -CONFIG_DVB_LGS8GL5=m CONFIG_DVB_LGS8GXX=m CONFIG_DVB_DUMMY_FE=m diff --git a/debian/patches/bugfix/all/cxusb-dont-select-lgs8gl5.patch b/debian/patches/bugfix/all/cxusb-dont-select-lgs8gl5.patch new file mode 100644 index 000000000..7786a63cf --- /dev/null +++ b/debian/patches/bugfix/all/cxusb-dont-select-lgs8gl5.patch @@ -0,0 +1,10 @@ +--- a/drivers/media/dvb/dvb-usb/Kconfig ++++ b/drivers/media/dvb/dvb-usb/Kconfig +@@ -112,7 +112,6 @@ + select DVB_MT352 if !DVB_FE_CUSTOMISE + select DVB_ZL10353 if !DVB_FE_CUSTOMISE + select DVB_DIB7000P if !DVB_FE_CUSTOMISE +- select DVB_LGS8GL5 if !DVB_FE_CUSTOMISE + select DVB_LGS8GXX if !DVB_FE_CUSTOMISE + select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE + select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE diff --git a/debian/patches/series/9 b/debian/patches/series/9 new file mode 100644 index 000000000..3428d99a3 --- /dev/null +++ b/debian/patches/series/9 @@ -0,0 +1 @@ ++ bugfix/all/cxusb-dont-select-lgs8gl5.patch