~ubuntu-branches/ubuntu/wily/clutter-perl/wily

« back to all changes in this revision

Viewing changes to debian/patches/10_disable_pod_generation.patch

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-09-25 14:21:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090925142114-r1uvxq7zytn04s0p
Tags: 1.0.1-0ubuntu1
* New upstream release.
* Clutter 0.8 -> 1.0 transition. (LP: #364630)
* debian/control:
 - Bump libclutter build dep,
 - Drop deprecated clutter-gst, clutter-gtk, and 
   clutter-cairo build deps.
* debian/patches/10_notify-osd_by_default.patch:
 - Disable POD generation to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Descrpition: Disable POD generation to fix FTBFS.
 
2
# Author: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
 
3
# LP Bug: https://bugs.launchpad.net/bugs/364630
 
4
# Debian Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533971
 
5
diff -Nur -x '*.orig' -x '*~' clutter-perl-1.0.1/Makefile.PL clutter-perl-1.0.1.new/Makefile.PL
 
6
--- clutter-perl-1.0.1/Makefile.PL      2009-08-28 12:26:20.000000000 -0400
 
7
+++ clutter-perl-1.0.1.new/Makefile.PL  2009-09-25 15:57:51.000000000 -0400
 
8
@@ -83,7 +83,7 @@
 
9
     # Keysyms.pm is generated by Makefile.PL
 
10
     'build/Keysyms.pm' => '$(INST_MAN3DIR)/Clutter::Keysyms.$(MAN3EXT)',
 
11
     
 
12
-    Glib::MakeHelper->do_pod_files(@xs_files),
 
13
+#    Glib::MakeHelper->do_pod_files(@xs_files),
 
14
 );
 
15
 
 
16
 # typemaps generation files