[SCM] Debian packaging of libgtk2-perl branch, master, updated. debian/2%1.243-1-5-g81414c2

intrigeri intrigeri at boum.org
Sun May 27 00:38:48 UTC 2012


The following commit has been merged in the master branch:
commit cb2545ecffeba4593ef4ef33364df7f5dc745875
Author: intrigeri <intrigeri at boum.org>
Date:   Sun May 27 00:57:49 2012 +0200

    Imported Upstream version 1.244

diff --git a/MANIFEST b/MANIFEST
index b408584..72adc61 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -578,5 +578,4 @@ xs_files-2.20
 xs_files-2.4
 xs_files-2.6
 xs_files-2.8
-META.yml                                 Module YAML meta-data (added by MakeMaker)
-META.json                                Module JSON meta-data (added by MakeMaker)
+META.yml                                 Module meta-data (added by MakeMaker)
diff --git a/META.json b/META.json
deleted file mode 100644
index b8334b4..0000000
--- a/META.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
-   "abstract" : "Perl interface to the 2.x series of the Gimp Toolkit library",
-   "author" : [
-      "unknown"
-   ],
-   "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.113640",
-   "license" : [
-      "unknown"
-   ],
-   "meta-spec" : {
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
-   },
-   "name" : "Gtk2",
-   "no_index" : {
-      "directory" : [
-         "t",
-         "inc",
-         "tools",
-         "xs"
-      ]
-   },
-   "prereqs" : {
-      "build" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : 0
-         }
-      },
-      "configure" : {
-         "requires" : {
-            "Cairo" : "1.000",
-            "ExtUtils::Depends" : "0.300",
-            "ExtUtils::MakeMaker" : 0,
-            "ExtUtils::PkgConfig" : "1.030",
-            "Glib" : "1.240",
-            "Pango" : "1.220"
-         }
-      },
-      "runtime" : {
-         "requires" : {
-            "Cairo" : "1.000",
-            "ExtUtils::Depends" : "0.300",
-            "ExtUtils::PkgConfig" : "1.030",
-            "Glib" : "1.240",
-            "Pango" : "1.220"
-         }
-      }
-   },
-   "release_status" : "stable",
-   "version" : "1.243"
-}
diff --git a/META.yml b/META.yml
index ff185c9..7dcbf3b 100644
--- a/META.yml
+++ b/META.yml
@@ -1,33 +1,35 @@
----
-abstract: 'Perl interface to the 2.x series of the Gimp Toolkit library'
-author:
-  - unknown
-build_requires:
-  ExtUtils::MakeMaker: 0
+--- #YAML:1.0
+name:               Gtk2
+version:            1.244
+abstract:           Perl interface to the 2.x series of the Gimp Toolkit library
+author:  []
+license:            unknown
+distribution_type:  module
 configure_requires:
-  Cairo: 1.000
-  ExtUtils::Depends: 0.300
-  ExtUtils::MakeMaker: 0
-  ExtUtils::PkgConfig: 1.030
-  Glib: 1.240
-  Pango: 1.220
-dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.113640'
-license: unknown
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
-name: Gtk2
-no_index:
-  directory:
-    - t
-    - inc
-    - tools
-    - xs
+    Cairo:                1.000
+    ExtUtils::Depends:    0.300
+    ExtUtils::MakeMaker:  0
+    ExtUtils::PkgConfig:  1.030
+    Glib:                 1.240
+    Pango:                1.220
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-  Cairo: 1.000
-  ExtUtils::Depends: 0.300
-  ExtUtils::PkgConfig: 1.030
-  Glib: 1.240
-  Pango: 1.220
-version: 1.243
+    Cairo:                1.000
+    ExtUtils::Depends:    0.300
+    ExtUtils::PkgConfig:  1.030
+    Glib:                 1.240
+    Pango:                1.220
+no_index:
+    directory:
+        - t
+        - inc
+        - tools
+        - xs
+    file:
+        - Makefile.PL
+        - gtk-demo/main.pl
+generated_by:       ExtUtils::MakeMaker version 6.57_05
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4
diff --git a/Makefile.PL b/Makefile.PL
index 95377d2..ff96224 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -281,7 +281,10 @@ WriteMakefile(
 
     META_MERGE    => {
       configure_requires => \%PREREQ_PM,
-      no_index           => { directory => [qw/tools xs/] },
+      no_index           => {
+        directory => [qw/tools xs/],
+        file      => [qw|Makefile.PL gtk-demo/main.pl|],
+      },
     },
 
     $gtk2->get_makefile_vars,
diff --git a/NEWS b/NEWS
index 62fc5e7..1c2c334 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Gtk2 1.244
+=================================
+
+* Disable the correct potentially annoying test for GtkDnD.
+* Tell CPAN to some ignore POD fragments
+
 Overview of changes in Gtk2 1.243
 =================================
 
diff --git a/README b/README
index 0d9a1ab..481a7b3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gtk2 version 1.243
+Gtk2 version 1.244
 ==================
 
 Perl bindings to the 2.x series of the Gtk+ graphical user interface library.
diff --git a/lib/Gtk2.pm b/lib/Gtk2.pm
index a61d542..d526d19 100644
--- a/lib/Gtk2.pm
+++ b/lib/Gtk2.pm
@@ -73,7 +73,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.243';
+our $VERSION = '1.244';
 
 our @ISA = qw(DynaLoader Exporter);
 
diff --git a/t/GdkDisplay.t b/t/GdkDisplay.t
index e50f9c2..d290446 100644
--- a/t/GdkDisplay.t
+++ b/t/GdkDisplay.t
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 use Gtk2::TestHelper
-  tests => 24,
+  tests => 26,
   at_least_version => [2, 2, 0, "GdkDisplay is new in 2.2"];
 
 # $Id$
@@ -34,11 +34,11 @@ $display -> sync();
 
 isa_ok(($display -> list_devices())[0], "Gtk2::Gdk::Device");
 
-# $display -> put_event(Gtk2::Gdk::Event -> new("button-press"));
-# isa_ok($display -> peek_event(), "Gtk2::Gdk::Event");
-# isa_ok($display -> get_event(), "Gtk2::Gdk::Event");
+$display -> put_event(Gtk2::Gdk::Event -> new("button-press"));
+isa_ok($display -> peek_event(), "Gtk2::Gdk::Event");
+isa_ok($display -> get_event(), "Gtk2::Gdk::Event");
 
-# $display -> set_double_click_time(20);
+$display -> set_double_click_time(20);
 
 my ($screen, $x, $y, $mask) = $display -> get_pointer();
 isa_ok($screen, "Gtk2::Gdk::Screen");
@@ -53,7 +53,7 @@ SKIP: {
     unless Gtk2 -> CHECK_VERSION(2, 4, 0);
 
   $display -> flush();
-  # $display -> set_double_click_distance(5);
+  $display -> set_double_click_distance(5);
 
   ok(defined($display -> supports_cursor_color()));
   ok(defined($display -> supports_cursor_alpha()));
@@ -95,7 +95,7 @@ SKIP: {
   skip("new 2.8 stuff", 0)
     unless Gtk2 -> CHECK_VERSION(2, 8, 0);
 
-  # $display -> warp_pointer($screen, 100, 100);
+  $display -> warp_pointer($screen, 100, 100);
 }
 
 SKIP: {
diff --git a/t/GdkDnd.t b/t/GdkDnd.t
index c7a0c9b..24f67a4 100644
--- a/t/GdkDnd.t
+++ b/t/GdkDnd.t
@@ -55,7 +55,7 @@ SKIP: {
     unless defined $destination;
 
   # FIXME: what about the return value?
-  $context -> motion($destination, $protocol, 0, 0, [qw(copy)], [qw(copy move)], 0);
+  $context -> motion($destination, $protocol, 100, 100, [qw(copy)], [qw(copy move)], 0);
 
   ok($context -> actions() == [qw(copy move)]);
   ok($context -> suggested_action() == qw(copy));

-- 
Debian packaging of libgtk2-perl



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