~ubuntu-branches/ubuntu/raring/xmltv/raring

« back to all changes in this revision

Viewing changes to debian/patches/11_makefile_pl_debian_changes.diff

  • Committer: Bazaar Package Importer
  • Author(s): Chris Butler
  • Date: 2010-11-29 19:43:10 UTC
  • mfrom: (1.4.1 upstream) (20.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20101129194310-o2lptjn26an5lq77
Tags: 0.5.59-1
* New upstream release
  - added new grabbers: pt_meo and fi_sv
* Refreshed patches
* Fixed tv_grab_fi by updating to revision 1.58 from upstream CVS 
  (closes: #605467)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
--- a/Makefile.PL
10
10
+++ b/Makefile.PL
11
 
@@ -86,7 +86,10 @@
 
11
@@ -88,7 +88,10 @@
12
12
      # MakeMaker versions.
13
13
      INSTALLMAN1DIR  => "$location/share/man/man1",
14
14
      INSTALLMAN3DIR  => "$location/share/man/man3",
20
20
 
21
21
      # Directory to install into when making Windows binary dist.
22
22
      WINDOWS_DIST    => "xmltv-$VERSION-win32",
23
 
@@ -223,7 +226,9 @@
 
23
@@ -225,7 +228,9 @@
24
24
 #
25
25
 my %recommended
26
26
   = (
31
31
      'Lingua::Preferred' => '0.2.4',
32
32
      'Term::ProgressBar' => 2.03,
33
33
      'Compress::Zlib' => 0,
34
 
@@ -1231,7 +1236,7 @@
 
34
@@ -1275,7 +1280,7 @@
35
35
 sub MY::manifypods {
36
36
     package MY;
37
37
     for (my $inherited = shift->SUPER::manifypods(@_)) {