aboutsummaryrefslogtreecommitdiffstats
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 $@