diff options
author | Thomas Schmidt <tschmidt@debian.org> | 2006-08-28 23:24:20 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2013-09-03 09:48:41 +0200 |
commit | 7090785e5080c6c166dee3f1583872aa66a73f33 (patch) | |
tree | aaee60ab49a353f416bc003c6e3e12ad6451c6a6 | |
parent | 43dd9e25dce3963f25444533466ad1f8faa66e47 (diff) | |
download | linux-dvb-apps-7090785e5080c6c166dee3f1583872aa66a73f33.tar.gz |
Imported Debian patch 1.1.1-2debian/1.1.1-2
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/patches/00list | 1 | ||||
-rw-r--r-- | debian/patches/06_scan_uk-heathfield-fix.dpatch | 17 |
4 files changed, 27 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 77f2948..ba495d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +linuxtv-dvb-apps (1.1.1-2) unstable; urgency=low + + * Added 06_scan_uk-heathfield-fix.dpatch to fix the uk-Heathfiels scanfile + as reported in Ubuntu bug #55789 + * Bumped Standards-Version to 3.7.2 + + -- Thomas Schmidt <tschmidt@debian.org> Mon, 28 Aug 2006 23:24:20 +0200 + linuxtv-dvb-apps (1.1.1-1) unstable; urgency=low * Thomas Schmidt <tschmidt@debian.org> diff --git a/debian/control b/debian/control index 0a0b6ee..0c5c4f9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Uploaders: Thomas Schmidt <tschmidt@debian.org> Build-Depends: debhelper (>> 4.0.0), dpatch (>= 2.0.9) -Standards-Version: 3.6.2.1 +Standards-Version: 3.7.2 Package: dvb-utils Architecture: any diff --git a/debian/patches/00list b/debian/patches/00list index 1f01a68..913faa0 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -3,4 +3,5 @@ 03_budget_ci_loadkeys 04_scanfiles_from_cvs 05_scanfiles_not_in_cvs_yet +06_scan_uk-heathfield-fix 09_x_zap_flush_stdout diff --git a/debian/patches/06_scan_uk-heathfield-fix.dpatch b/debian/patches/06_scan_uk-heathfield-fix.dpatch new file mode 100644 index 0000000..82a5b4f --- /dev/null +++ b/debian/patches/06_scan_uk-heathfield-fix.dpatch @@ -0,0 +1,17 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run + +## 06_scan_uk-heathfield-fix.dpatch by Thomas Schmidt <tschmidt@debian.org> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fixes uk-Heathfield scanfile as reported as Ubuntu bug #55789 +## DP: by Philip Guyton <phil@lxnet.fsnet.co.uk> + +@DPATCH@ +diff -urNad linuxtv-dvb-apps-1.1.1~/util/scan/dvb-t/uk-Heathfield linuxtv-dvb-apps-1.1.1/util/scan/dvb-t/uk-Heathfield +--- linuxtv-dvb-apps-1.1.1~/util/scan/dvb-t/uk-Heathfield 2006-08-15 08:20:29.000000000 +0200 ++++ linuxtv-dvb-apps-1.1.1/util/scan/dvb-t/uk-Heathfield 2006-08-15 08:21:28.000000000 +0200 +@@ -1,3 +1,3 @@ + # Heathfield, South-east England + # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy +-T 538000 8MHz 3/4 NONE QAM64 2k 1/32 NONE ++T 538000000 8MHz 3/4 NONE QAM64 2k 1/32 NONE |