summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules4
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d38aa42..75c197c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
dtv-scan-tables (0+git20141009.d26b627-1) UNRELEASED; urgency=medium
* New Upstream Snapshot (commit d26b627)
- - Migrate scan files from DVBv3 API to DVBv5 API
+ - Migrate scan files from DVBv3 API to DVBv5 API (Closes: #763035)
- DVBv3 scan files are deprecated and will not be updated in future
- To ease migration to DVBv5, DVBv3 files will be available from
- /usr/share/dvb/dvbv3/ until Jessie+1
+ /usr/share/dvb/dvb-legacy/ until Jessie+1
* d/control: add Build-Depends on dvb-tools
* d/control: update Standards Version to 3.9.6
- No changes required
diff --git a/debian/rules b/debian/rules
index cb2ffaa..c06deb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,9 @@
#!/usr/bin/make -f
+override_dh_auto_install:
+ make install DATADIR="debian/dtv-scan-tables/usr/share" DVBV5DIR="dvb"
+ make install_v3 DATADIR="debian/dtv-scan-tables/usr/share/dvb" DVBV3DIR="dvb-legacy"
+
%:
dh $@
ogheader'>2021-12-14dtv-scan-tables: latest UK changesSimon Liddicott4-24/+24 only includes transmitters where there have been changes Link: https://lore.kernel.org/linux-media/20210128234622.75009-1-simon@liddicott.com Signed-off-by: Simon Liddicott <simon@liddicott.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30update Brazilian scan filesMauro Carvalho Chehab2476-12805/+69312 Data updated according with https://portalbsd.com.br/. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30Remove legacy entriesMauro Carvalho Chehab129-24898/+0 There are several entries that used to be at Lyngsat. Several of them were merged with other entries. On others, there's no TV signal anymore. So, drop them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30Add new satellites from LyngsatMauro Carvalho Chehab75-21/+29721 Those are are new satellite descriptions that didn't use to exist on Lyngsat. Add them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30Rename a few satellites with two names and update frequenciesMauro Carvalho Chehab2-283/+182 Those two satellites have two names. Use Just one of them. While here, update their frequencies from Lyngsat. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30Update frequencies from LyngsatMauro Carvalho Chehab188-12304/+12666 Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>