[DRE-commits] [SCM] ruby-gir-ffi.git branch, master, updated. debian/0.3.1-1-1-g009285c

Paul van Tilburg paulvt at debian.org
Fri Jun 29 20:19:58 UTC 2012


The following commit has been merged in the master branch:
commit 009285c9c8988fe3e7a5ebd4bcfdab84d2ba150c
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri Jun 29 22:17:32 2012 +0200

    Bumped the gem2deb build-dep; fixed tests and added ncessary build-depends

diff --git a/debian/changelog b/debian/changelog
index 57786d5..9e3a8e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+ruby-gir-ffi (0.3.1-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debian/control:
+    - Bumped the build-dependency on gem2deb to >= 0.3.0~.
+    - Added build-depends on libtool, autoconf, automake, gir1.2-gtk-3.0
+      for the tests.
+  * debian/ruby-tests.rake: run the tests except for the integration
+    tests which need $DISPLAY (closes: #673432).
+
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 29 Jun 2012 21:57:25 +0200
+
 ruby-gir-ffi (0.3.1-1) unstable; urgency=low
 
   * Imported Upstream version 0.3.1
diff --git a/debian/control b/debian/control
index cb07ff0..ac14472 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Antono Vasiljev <self at antono.info>,
 	TANIGUCHI Takaki <takaki at debian.org>,
         Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), ruby | ruby-interpreter, rake, ruby-rr, ruby-minitest, ruby-indentation, ruby-ffi, libgirepository1.0-dev, libgirepository-1.0-1 (>= 0.10), gir1.2-gtk-2.0, libgtk2.0-dev, gobject-introspection, gem2deb (>= 0.2.6~)
+Build-Depends: debhelper (>= 7.0.50~), ruby | ruby-interpreter, rake, ruby-rr, ruby-minitest, ruby-indentation, ruby-ffi, libgirepository1.0-dev, libgirepository-1.0-1 (>= 0.10), gir1.2-gtk-2.0, libgtk2.0-dev, gobject-introspection, gem2deb (>= 0.3.0~), libtool, autoconf, automake, gir1.2-gtk-3.0
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-gir-ffi.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-gir-ffi.git;a=summary
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 9c3f5a1..e25f242 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -5,4 +5,5 @@ tasks_dir = File.expand_path(File.dirname(__FILE__))
 rakefiles = Dir.glob(File.join("tasks", '*.rake')).sort
 import(*rakefiles)
 
-task :default => 'test'
+task :default => ['test:gobjectintrospection',
+  'test:unit', 'test:run', 'test:glib', 'test:gobject', 'test:gtk']

-- 
ruby-gir-ffi.git



More information about the Pkg-ruby-extras-commits mailing list