[dtv-scan-tables] 07/08: Fix up packaging to account for move to DVBv5
Jonathan McCrohan
jmccrohan-guest at moszumanska.debian.org
Mon Oct 20 22:40:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
jmccrohan-guest pushed a commit to branch master
in repository dtv-scan-tables.
commit fa79907807c7615fb61006bc4479da877a05b0a9
Author: Jonathan McCrohan <jmccrohan at gmail.com>
Date: Mon Oct 20 00:37:47 2014 +0100
Fix up packaging to account for move to DVBv5
---
debian/changelog | 4 ++--
debian/rules | 4 ++++
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 $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/dtv-scan-tables.git
More information about the pkg-vdr-dvb-changes
mailing list