[SCM] Packaging of dizzy in Debian branch, master, updated. debian/0.3-1-4-gc089091

Salvatore Bonaccorso carnil at debian.org
Sat Jan 5 09:45:45 UTC 2013


The following commit has been merged in the master branch:
commit 89c55c56944096cbcf222f3e2c6e61fbfa46804b
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Jan 5 10:41:41 2013 +0100

    Add Add-missing-use-SDL-Mouse.patch patch
    
    Add 'use SDL::Mouse' in dizzy. Fix "fullscreen display with '-f' fails
    on undefined subroutine, '&SDL::Mouse::show_cursor' at line 61".
    
    Thanks: The Wanderer <wanderer at fastmail.fm>
    Closes: #697423

diff --git a/debian/patches/Add-missing-use-SDL-Mouse.patch b/debian/patches/Add-missing-use-SDL-Mouse.patch
new file mode 100644
index 0000000..bf64214
--- /dev/null
+++ b/debian/patches/Add-missing-use-SDL-Mouse.patch
@@ -0,0 +1,17 @@
+Description: Add missing use of SDL::Mouse;
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/697423
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2013-01-05
+
+--- a/dizzy
++++ b/dizzy
+@@ -7,6 +7,7 @@
+ 
+ use OpenGL qw(:all);
+ use SDL 2.5 qw(:init);
++use SDL::Mouse;
+ use SDL::Video;
+ use SDL::Surface;
+ use SDL::Event;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..592220d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Add-missing-use-SDL-Mouse.patch

-- 
Packaging of dizzy in Debian



More information about the Pkg-perl-cvs-commits mailing list