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 $@
trftime_tz() plugin by Bernhard Wallemichael1-0/+25 2008-09-03ULA200 driver by Bernhard Wallemichael7-2/+825 2008-09-03indentmichael1-4/+4 2008-08-31Increased the maximum bps to 230400, if defined in <termios.h>.sonic741-2/+7 2008-08-27git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@889 3ae390bd-cb1e-0410-...sonic741-18/+11 2008-08-27D4D updates by Svenmichael1-38/+60 2008-08-03driver for 4D Systems serial displays by Sven Killigmichael9-45/+846 2008-08-03signed/unsigned mismatchmichael1-3/+3 2008-07-26added command functionsmichux1-2/+130 2008-07-15added IRLCD driver by Jean-Philippe Civademichael10-5/+467 2008-07-15'autoreconf -f -i' run & config.rpath addedmichael8-370/+1617