aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/02_dtv-scan-tables.patch
blob: 210668bb60a613141ed468ad10867717162d7458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: Remove scan files from dvb-apps package
 The scan files included in the linux-dvb-apps tarball are redundant
 and out of date since Jan 2013, when the scan files were split into a
 separate upstream dtv-scan-tables tarball. Debian has followed
 upstream's lead, and split these packages in Debian too.
 .
 Remove the linux-dvb-apps scan files from dvb-apps package until
 such time as upstream removes them from tarball.
Author: Jonathan McCrohan <jmccrohan@gmail.com>
Date: Thu, 19 Sep 2013 00:33:37 +0100
---
--- a/util/scan/Makefile
+++ b/util/scan/Makefile
@@ -30,12 +30,5 @@ atsc_psip_section.c atsc_psip_section.h:
 include ../../Make.rules
 
 install::
-	@echo installing scan files
-	@mkdir -p $(DESTDIR)$(sharedir)/dvb/atsc
-	@mkdir -p $(DESTDIR)$(sharedir)/dvb/dvb-c
-	@mkdir -p $(DESTDIR)$(sharedir)/dvb/dvb-s
-	@mkdir -p $(DESTDIR)$(sharedir)/dvb/dvb-t
-	@install -m 664 atsc/* $(DESTDIR)$(sharedir)/dvb/atsc/
-	@install -m 664 dvb-c/* $(DESTDIR)$(sharedir)/dvb/dvb-c/
-	@install -m 664 dvb-s/* $(DESTDIR)$(sharedir)/dvb/dvb-s/
-	@install -m 664 dvb-t/* $(DESTDIR)$(sharedir)/dvb/dvb-t/
+	@echo not installing scan files
+	@echo please see dtv-scan-tables package instead