debian/0000775000000000000000000000000012224462757007203 5ustar debian/changelog0000664000000000000000000000452712224462757011065 0ustar ruby-gir-ffi (0.6.7-1) unstable; urgency=low * Imported Upstream version 0.6.7 -- TANIGUCHI Takaki Mon, 07 Oct 2013 16:42:28 +0900 ruby-gir-ffi (0.6.6-1) unstable; urgency=low * Imported Upstream version 0.6.6 -- TANIGUCHI Takaki Mon, 19 Aug 2013 14:44:35 +0900 ruby-gir-ffi (0.6.3-1) unstable; urgency=low [ Paul van Tilburg ] * Bumped the gem2deb build-dep; fixed tests and added ncessary build-depends * Prepare for upload to unstable [ TANIGUCHI Takaki ] * Imported Upstream version 0.6.3 -- TANIGUCHI Takaki Fri, 21 Jun 2013 14:10:19 +0900 ruby-gir-ffi (0.5.2-1) unstable; urgency=low * Imported Upstream version 0.5.2 -- TANIGUCHI Takaki Mon, 06 May 2013 11:28:23 +0900 ruby-gir-ffi (0.3.1-2) unstable; 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 Fri, 29 Jun 2012 22:20:12 +0200 ruby-gir-ffi (0.3.1-1) unstable; urgency=low * Imported Upstream version 0.3.1 -- TANIGUCHI Takaki Fri, 18 May 2012 19:44:00 +0900 ruby-gir-ffi (0.3.0-1) unstable; urgency=low * Imported Upstream version 0.3.0 -- TANIGUCHI Takaki Wed, 09 May 2012 12:53:37 +0900 ruby-gir-ffi (0.2.3-2) unstable; urgency=low [ Antono Vasiljev ] * debian/control: add myself to the uploaders. * debian/ruby-gir-ffi.docs: enable the installation of README.rdoc. * debian/ruby-gir-ffi.examples: enable installation of examples. [ Paul van Tilburg ] * debian/ruby-tests.rake: rake tasks for test suite. * debian/ruby-test-files.yaml: dropped (ruby-tests.rake used instead) * Recommends gir files needed to run examples. * Build dependencies for test suite. [ TANIGUCHI Takaki ] * Bump Standards Version to 3.9.3. * debian/copyright: Add more datails to licesne: section. -- TANIGUCHI Takaki Tue, 20 Mar 2012 12:44:26 +0900 ruby-gir-ffi (0.2.3-1) unstable; urgency=low * Initial release (Closes: #646558) -- Antono Vasiljev Sat, 24 Dec 2011 04:25:28 +0300 debian/compat0000664000000000000000000000000212224462757010401 0ustar 7 debian/control0000664000000000000000000000275512224462757010617 0ustar Source: ruby-gir-ffi Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Antono Vasiljev , TANIGUCHI Takaki , Paul van Tilburg 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.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-gir-ffi.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-gir-ffi.git;a=summary Homepage: http://www.github.com/mvz/ruby-gir-ffi XS-Ruby-Versions: all Package: ruby-gir-ffi Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-indentation, ruby-ffi, libgirepository-1.0-1, libglib2.0-dev Suggests: gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-webkit-1.0 Description: FFI-based GObject binding using the GObject Introspection Repository GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. . This package contains the dynamic Ruby binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Ruby. debian/copyright0000664000000000000000000000135012224462757011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gir-ffi Upstream-Contact: Matijs van Zuijlen Source: https://github.com/mvz/ruby-gir-ffi/downloads Files: * Copyright: 2009-2011 Matijs van Zuijlen License: LGPL-2.1+ Files: debian/* Copyright: Copyright 2011 Antono Vasiljev License: LGPL-2.1+ License: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. . On Debian systems, full text of the LGPL-2.1 license can be found in `/usr/share/common-licenses/LGPL-2.1' debian/ruby-gir-ffi.docs0000664000000000000000000000001212224462757012350 0ustar README.md debian/ruby-gir-ffi.examples0000664000000000000000000000001312224462757013237 0ustar examples/* debian/ruby-tests.rake0000664000000000000000000000047212224462757012173 0ustar require 'rake/clean' # Load the other rake files in the tasks folder tasks_dir = File.expand_path(File.dirname(__FILE__)) rakefiles = Dir.glob(File.join("tasks", '*.rake')).sort import(*rakefiles) task :default => ['test:gobjectintrospection', 'test:unit', 'test:run', 'test:glib', 'test:gobject', 'test:gtk'] debian/rules0000775000000000000000000000070012224462757010260 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/source/0000775000000000000000000000000012224462757010503 5ustar debian/source/format0000664000000000000000000000001412224462757011711 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000014312224462757010232 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/gir_ffi .*/gir_ffi-(.*).tar.gz