aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-10-20 00:37:47 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2014-10-20 00:38:34 +0100
commitfa79907807c7615fb61006bc4479da877a05b0a9 (patch)
tree5b4f821fcc3e717edcec9a836773554c8350ab62
parent378f3e587e264d46ebcaefe627a97770eac451e1 (diff)
downloaddtv-scan-tables-fa79907807c7615fb61006bc4479da877a05b0a9.tar.gz
Fix up packaging to account for move to DVBv5
-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 $@