[libsdl-perl] 06/09: refreshed patches

dod at debian.org dod at debian.org
Fri May 22 11:58:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libsdl-perl.

commit 1f006a8547be4bef7935616fe95517624c3b3f3f
Author: Dominique Dumont <dod at debian.org>
Date:   Fri May 22 12:56:39 2015 +0200

    refreshed patches
---
 debian/patches/do_not_ship_ttf_font  |  2 +-
 debian/patches/fix_spelling          | 34 +-------------------
 debian/patches/hardcode-default-font | 62 ++++++++++++++++++++----------------
 3 files changed, 37 insertions(+), 61 deletions(-)

diff --git a/debian/patches/do_not_ship_ttf_font b/debian/patches/do_not_ship_ttf_font
index e181151..2a73b8b 100644
--- a/debian/patches/do_not_ship_ttf_font
+++ b/debian/patches/do_not_ship_ttf_font
@@ -1,7 +1,7 @@
 Description: Avoid shipping fonts provided elsewhere
 --- a/Build.PL
 +++ b/Build.PL
-@@ -592,7 +592,7 @@
+@@ -593,7 +593,7 @@
  		'CPAN'           => '1.92',
  		'perl'           => '5.008000',
  	},
diff --git a/debian/patches/fix_spelling b/debian/patches/fix_spelling
index 2b478be..f25d878 100644
--- a/debian/patches/fix_spelling
+++ b/debian/patches/fix_spelling
@@ -10,49 +10,17 @@ Description: Makes lintian happy
  
  =item * exit_on_quit
  Set this to a true value to make the app exit if a SDL_QUIT event is triggered. Shortcut: 'eoq'.
-@@ -139,9 +139,9 @@
- 
- =head2 sync
- 
--C<SDLx::App::sync> encapsulates the various methods of syncronizing the screen with the
-+C<SDLx::App::sync> encapsulates the various methods of synchronizing the screen with the
- current video buffer. C<SDLx::App::sync> will do a fullscreen update, using the double buffer
--or OpenGL buffer if applicable. This is prefered to calling flip on the application window.
-+or OpenGL buffer if applicable. This is preferred to calling flip on the application window.
- 
- =head2 attribute( $attr )
- 
 --- a/lib/pods/SDLx/Controller.pod
 +++ b/lib/pods/SDLx/Controller.pod
 @@ -97,7 +97,7 @@
  =back
  
  Please refer to each handler below for information on received arguments.
--Note that the second argument every callback recieves is the C<SDLx::Controller> object.
+-Note that the second argument every callback receives is the C<SDLx::Controller> object.
 +Note that the second argument received by every callback is the C<SDLx::Controller> object.
  
  =head2 stop
  
-@@ -108,7 +108,7 @@
- Attempts to pause the application with a call to C<SDL::Events::wait_event>. See L<SDL::Events>.
- 
- Takes 1 argument which is a callback. The application waits for the next event with C<wait_event>.
--When one is recieved, it is passed to the callback as the first argument, along with the C<SDLx::Controller> object as the second argument.
-+When one is received, it is passed to the callback as the first argument, along with the C<SDLx::Controller> object as the second argument.
- If the callback then returns a true value, C<pause> will return.
- If the callback returns a false value, C<pause> will repeat the process.
- 
---- a/lib/pods/SDL/Events.pod
-+++ b/lib/pods/SDL/Events.pod
-@@ -462,7 +462,7 @@
-      $previous_translation_mode = SDL::Events::enable_unicode( 0 ); #disables
- 
- To obtain the character codes corresponding to received keyboard events, Unicode translation must first be turned on using this function. The 
--translation incurs a slight overhead for each keyboard event and is therefore disabled by default. For each subsequently recieved key down event, 
-+translation incurs a slight overhead for each keyboard event and is therefore disabled by default. For each subsequently received key down event, 
- the unicode member of the L<SDL::Event::key_sym|SDL::Event/"key_sym"> provided structure will be then contain the corresponding character code, or 
- otherwise zero.
- 
 --- a/lib/pods/SDL/Platform.pod
 +++ b/lib/pods/SDL/Platform.pod
 @@ -3,7 +3,7 @@
diff --git a/debian/patches/hardcode-default-font b/debian/patches/hardcode-default-font
index 1a6586c..f2bea40 100644
--- a/debian/patches/hardcode-default-font
+++ b/debian/patches/hardcode-default-font
@@ -26,15 +26,15 @@ Author: dod
 +++ b/Build.PL
 @@ -571,7 +571,6 @@
  		'ExtUtils::CBuilder' => '0.260301',
- 		'Alien::SDL'         => '1.444',
+ 		'Alien::SDL'         => '1.446',
  		'File::Find'         => '0',
 -		'File::ShareDir'     => '1.0',
  		'Tie::Simple'        => '0',
+ 		"Module::Build"      => '0.40',
  		'Capture::Tiny'      => '0',
- 	},
-@@ -581,14 +580,12 @@
+@@ -582,14 +581,12 @@
  		'Test::Most'        => '0.21',
- 		'Alien::SDL'        => '1.444',
+ 		'Alien::SDL'        => '1.446',
  		'File::Find'        => '0',
 -		'File::ShareDir'    => '1.0',
  		'Tie::Simple'       => '0',
@@ -50,44 +50,52 @@ Author: dod
 --- a/META.json
 +++ b/META.json
 @@ -20,7 +20,6 @@
-             "Capture::Tiny" : 0,
-             "ExtUtils::CBuilder" : 0,
-             "File::Find" : 0,
+             "Capture::Tiny" : "0",
+             "ExtUtils::CBuilder" : "0",
+             "File::Find" : "0",
 -            "File::ShareDir" : "1.0",
-             "Scalar::Util" : 0,
+             "Scalar::Util" : "0",
              "Test::Most" : "0.21",
              "Test::Simple" : "0.88",
 @@ -33,7 +32,6 @@
-             "Capture::Tiny" : 0,
+             "Capture::Tiny" : "0",
              "ExtUtils::CBuilder" : "0.260301",
-             "File::Find" : 0,
+             "File::Find" : "0",
 -            "File::ShareDir" : "1.0",
-             "Module::Build" : "0.38",
-             "Tie::Simple" : 0
+             "Module::Build" : "0.40",
+             "Tie::Simple" : "0"
           }
 @@ -41,7 +39,6 @@
        "runtime" : {
           "requires" : {
              "CPAN" : "1.92",
 -            "File::ShareDir" : "1.0",
-             "Scalar::Util" : 0,
-             "Tie::Simple" : 0,
+             "Scalar::Util" : "0",
+             "Tie::Simple" : "0",
              "perl" : "5.008000"
 --- a/META.yml
 +++ b/META.yml
 @@ -7,7 +7,6 @@
-   Capture::Tiny: 0
-   ExtUtils::CBuilder: 0
-   File::Find: 0
--  File::ShareDir: 1.0
-   Scalar::Util: 0
-   Test::Most: 0.21
-   Test::Simple: 0.88
+   Capture::Tiny: '0'
+   ExtUtils::CBuilder: '0'
+   File::Find: '0'
+-  File::ShareDir: '1.0'
+   Scalar::Util: '0'
+   Test::Most: '0.21'
+   Test::Simple: '0.88'
 @@ -17,7 +16,6 @@
-   Capture::Tiny: 0
-   ExtUtils::CBuilder: 0.260301
-   File::Find: 0
--  File::ShareDir: 1.0
-   Module::Build: 0.38
-   Tie::Simple: 0
+   Capture::Tiny: '0'
+   ExtUtils::CBuilder: '0.260301'
+   File::Find: '0'
+-  File::ShareDir: '1.0'
+   Module::Build: '0.40'
+   Tie::Simple: '0'
  dynamic_config: 1
+@@ -194,7 +192,6 @@
+     file: lib/SDLx/Validate.pm
+ requires:
+   CPAN: '1.92'
+-  File::ShareDir: '1.0'
+   Scalar::Util: '0'
+   Tie::Simple: '0'
+   perl: '5.008000'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsdl-perl.git



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