[DRE-commits] [SCM] ruby-gir-ffi.git branch, master, updated. upstream/0.2.3-2-g9b8842b

Antono Vasiljev self at antono.info
Thu Jan 12 14:40:52 UTC 2012


The following commit has been merged in the master branch:
commit 9b8842b64ea815bc1475d927d275855eaab6ee01
Author: Antono Vasiljev <self at antono.info>
Date:   Thu Jan 12 17:40:20 2012 +0300

    Debian packaging for ruby-gir-ffi

diff --git a/debian/changelog b/debian/changelog
index 7665055..96be063 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-gir-ffi (0.2.3-1) UNRELEASED; urgency=low
+ruby-gir-ffi (0.2.2-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #nnnn)
 
- -- Antono Vasiljev <antono at libero>  Thu, 12 Jan 2012 17:29:57 +0300
+ -- Antono Vasiljev <self at antono.info>  Sat, 24 Dec 2011 04:25:28 +0300
diff --git a/debian/control b/debian/control
index dd64512..5d5b014 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,18 @@ Source: ruby-gir-ffi
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Antono Vasiljev <self at antono.info>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~)
+Build-Depends: debhelper (>= 7.0.50~), ruby1.9.1, gem2deb (>= 0.2.6~)
 Standards-Version: 3.9.2
-#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
+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
 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: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# ffi (~> 1.0.8), indentation (~> 0.0.6), minitest (>= 2.0.2, development), rr (~> 1.0.2, development), rake (~> 0.9.2, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, gobject-introspection, ruby-ffi
 Description: FFI-based GObject binding using the GObject Introspection Repository
- <insert long description, indented with spaces>
+ Ruby bindings for GObject based libraries using the GObject Introspection Repository.
diff --git a/debian/copyright b/debian/copyright
index 3059f2a..92211a6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,11 @@
-FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: gir-ffi
-Source: FIXME (URL where source can be downloaded)
+Upstream-Contact: Matijs van Zuijlen <matijs at matijs.net>
+Source: https://github.com/mvz/ruby-gir-ffi/downloads
 
 Files: *
 Copyright: Copyright 1998 John Doe <jdoe at example.com>
-License: GPL-2+
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
- .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
- .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
-
+License: LGPL-2.1+
 Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
+Copyright: Copyright 2011 Antono Vasiljev <self at antono.info>
+License: LGPL-2.1+
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index 79a70e9..d6a92e4 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,6 +1,7 @@
 --- 
 - test/arg_helper_test.rb
 - test/builder_test.rb
+- test/class_base_test.rb
 - test/ffi-glib/array_test.rb
 - test/ffi-glib/byte_array_test.rb
 - test/ffi-glib/glib_overrides_test.rb
@@ -8,7 +9,6 @@
 - test/ffi-glib/list_test.rb
 - test/ffi-glib/ptr_array_test.rb
 - test/ffi-glib/s_list_test.rb
-- test/ffi-glib/strv_test.rb
 - test/ffi-gobject/g_object_overrides_test.rb
 - test/ffi-gobject/gobject_test.rb
 - test/ffi-gobject/object_test.rb
@@ -19,16 +19,15 @@
 - test/ffi-gobject_introspection/i_object_info_test.rb
 - test/ffi-gobject_introspection/i_repository_test.rb
 - test/ffi-gobject_introspection/lib_test.rb
+- test/function_definition_builder_test.rb
 - test/gir_ffi_test_helper.rb
 - test/girffi_test.rb
 - test/gtk_overrides_test.rb
-- test/integration/derived_classes_test.rb
 - test/integration/generated_gimarshallingtests_test.rb
 - test/integration/generated_gio_test.rb
 - test/integration/generated_gobject_test.rb
 - test/integration/generated_gtk_test.rb
 - test/integration/generated_regress_test.rb
-- test/integration/method_lookup_test.rb
 - test/integration/pretty_print_test.rb
 - test/interface_type_builder_test.rb
 - test/lib/Makefile.am
@@ -43,17 +42,12 @@
 - test/unit/builder_test.rb
 - test/unit/callback_builder_test.rb
 - test/unit/callback_helper_test.rb
-- test/unit/class_base_test.rb
 - test/unit/constant_builder_test.rb
 - test/unit/enum_builder_test.rb
 - test/unit/function_builder_test.rb
-- test/unit/hash_table_element_type_provider_test.rb
-- test/unit/i_field_info_test.rb
-- test/unit/i_type_info_test.rb
 - test/unit/in_out_pointer_test.rb
 - test/unit/in_pointer_test.rb
 - test/unit/interface_builder_test.rb
-- test/unit/list_element_type_provider_test.rb
 - test/unit/module_builder_test.rb
 - test/unit/object_type_builder_test.rb
 - test/unit/struct_builder_test.rb
diff --git a/debian/rules b/debian/rules
index a5e7dc8..b2eab18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 #
 # Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
+export DH_RUBY_IGNORE_TESTS=all
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:

-- 
ruby-gir-ffi.git



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