~ubuntu-branches/ubuntu/wily/xmltv/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/disable_it_dvb

  • Committer: Bazaar Package Importer
  • Author(s): Chris Butler
  • Date: 2009-08-15 11:24:58 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090815112458-8isr2g00r9670mn5
* New upstream release
  - tv_grab_uk_rt: improve UTF8 support, improve actor support
  - tv_grab_huro:   Add Slovakian episode parsing
  - tv_grab_za:     South African grabber fixed
* Disabled grab/it_dvb as Linux::DVB module is currently not packaged
  for Debian
* Refreshed nl_icons usage patch
* Added libdatetime-format-strptime-perl to (Build-)Depends
* Migrated packaging to dh
* Updated to Standards-Version 3.8.2 (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/Makefile.PL
 
2
+++ b/Makefile.PL
 
3
@@ -412,21 +412,23 @@
 
4
        grab_need_share => [ 'it' ],
 
5
      },
 
6
 
 
7
-     { name => 'tv_grab_it_dvb',
 
8
-       blurb => 'Grabber for Italy from DVB-S stream',
 
9
-       exes => [ 'grab/it_dvb/tv_grab_it_dvb' ],
 
10
-       pl_files => { 'grab/it_dvb/tv_grab_it_dvb.PL' => 'grab/it_dvb/tv_grab_it_dvb' },
 
11
-       share_files => { 'grab/it_dvb/channel_ids' => 'tv_grab_it_dvb/channel_ids',
 
12
-                               'grab/it_dvb/sky_it.dict' => 'tv_grab_it_dvb/sky_it.dict',
 
13
-                        'grab/it_dvb/sky_it.themes' => 'tv_grab_it_dvb/sky_it.themes',
 
14
-                   },
 
15
-       to_clean => [ 'grab/it_dvb/tv_grab_it_dvb' ],
 
16
-       deps => [ 'grab/it_dvb/tv_grab_it_dvb' => [ 'grab/it_dvb/tv_grab_it_dvb.in' ] ],
 
17
-       grab_need_share => [ 'it_dvb' ],
 
18
-       prereqs => { 'Linux::DVB' => 0, 
 
19
-                    'Time::HiRes' => 0,
 
20
-                    'IO::Select' => 0 } ,
 
21
-     },
 
22
+# 2009-08-14 Temporarily disabled for Debian as the Linux::DVB module is currently not packaged
 
23
+# - Chris Butler <chrisb@debian.org>
 
24
+#     { name => 'tv_grab_it_dvb',
 
25
+#       blurb => 'Grabber for Italy from DVB-S stream',
 
26
+#       exes => [ 'grab/it_dvb/tv_grab_it_dvb' ],
 
27
+#       pl_files => { 'grab/it_dvb/tv_grab_it_dvb.PL' => 'grab/it_dvb/tv_grab_it_dvb' },
 
28
+#       share_files => { 'grab/it_dvb/channel_ids' => 'tv_grab_it_dvb/channel_ids',
 
29
+#                              'grab/it_dvb/sky_it.dict' => 'tv_grab_it_dvb/sky_it.dict',
 
30
+#                        'grab/it_dvb/sky_it.themes' => 'tv_grab_it_dvb/sky_it.themes',
 
31
+#                   },
 
32
+#       to_clean => [ 'grab/it_dvb/tv_grab_it_dvb' ],
 
33
+#       deps => [ 'grab/it_dvb/tv_grab_it_dvb' => [ 'grab/it_dvb/tv_grab_it_dvb.in' ] ],
 
34
+#       grab_need_share => [ 'it_dvb' ],
 
35
+#       prereqs => { 'Linux::DVB' => 0, 
 
36
+#                    'Time::HiRes' => 0,
 
37
+#                    'IO::Select' => 0 } ,
 
38
+#     },
 
39
 
 
40
      { name     => 'tv_grab_na_dd',
 
41
        blurb => '$$ Grabber for North America-schedulesdirect.org',