1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
ruby-ffi (1.0.11debian-5) unstable; urgency=low
* debian/patches/0001-Fix-call-to-variadic-functions.patch: fixes calls to
variadic functions with floating point arguments, which currently only
breaks on armhf (Closes: #656809), but would also break on other
architectures with similar ABI for variadic functions.
-- Antonio Terceiro <terceiro@debian.org> Sat, 04 Aug 2012 16:42:56 -0300
ruby-ffi (1.0.11debian-4) unstable; urgency=low
* Bump standards version
* Bump build dependency on gem2deb to >= 0.3.0~
* debian/ruby-tests-rb: re-enable tests
* debian/patches/disable-rake-compiler.patch: disable rake-compiler
requirement in Rakefile, not needed.
* debian/rules: generate gemspec with rake before dh_auto_install (added
rake as build dependency)
-- Antonio Terceiro <terceiro@debian.org> Sat, 30 Jun 2012 10:47:57 -0300
ruby-ffi (1.0.11debian-3.1) unstable; urgency=low
* Non maintainer upload.
* Remove unknown GCC command line option. Closes: #672050.
-- Matthias Klose <doko@debian.org> Mon, 21 May 2012 01:11:56 +0000
ruby-ffi (1.0.11debian-3) unstable; urgency=low
* debian/patches/fix-test-on-sparc: fixes crash while running test suite on
sparc (Closes: #642266). Thanks to Jurij Smakov for the patch.
* Ignore test results on ia64 for now. See #642267.
-- Antonio Terceiro <terceiro@debian.org> Sun, 22 Jan 2012 19:19:47 -0200
ruby-ffi (1.0.11debian-2) unstable; urgency=low
* debian/patches/0001-Add-types.conf-files-for-missing-Debian-architecture.patch:
This patch adds types.conf files to 7 missing Debian architectures. This
should make the package build fine in most architectures.
-- Antonio Terceiro <terceiro@debian.org> Sun, 25 Dec 2011 22:24:47 -0200
ruby-ffi (1.0.11debian-1) unstable; urgency=low
* New upstream release.
+ Should now build fine on ia64 (Closes: #642267).
+ Include fix platform detection that was pushed upstream (Closes: #643788)
* debian/control: make transitional packages Priority: extra
-- Antonio Terceiro <terceiro@debian.org> Wed, 30 Nov 2011 22:54:33 -0200
ruby-ffi (1.0.9+git20110920debian-1) unstable; urgency=low
* Upstream git snapshot
+ Adds portability patches submit by us (Closes: #641775, #642161)
* Removing all Debian-specific patches. Upstream source should be portable
enough already.
-- Antonio Terceiro <terceiro@debian.org> Tue, 20 Sep 2011 12:06:58 -0700
ruby-ffi (1.0.9debian-2) unstable; urgency=low
[ Nobuhiro Iwamatsu ]
* Remove non-portable -m{32,64} compilation flag
(debian/patches/0002-Remove-non-portable-m-32-64-compilation-flag.patch)
(Closes: #641775)
-- Antonio Terceiro <terceiro@debian.org> Fri, 16 Sep 2011 10:37:31 -0700
ruby-ffi (1.0.9debian-1) unstable; urgency=low
* New upstream release
- Apparently will build on all architectures, so I am changing
the Architecture: field to 'any'
* Migrate to new Ruby packaging practices
- rename package
- use gem2deb
- added transitional packages
-- Antonio Terceiro <terceiro@debian.org> Wed, 14 Sep 2011 10:43:14 -0700
libffi-ruby (0.6.3debian-2) unstable; urgency=low
* Team upload.
* debian/post-install.rb: Fix problem with RUBY_VERSION on 1.9.2
(Closes: #593038)
* Bump Standards-Version to 3.9.1 (no changes).
-- Laurent Arnoud <laurent@spkdev.net> Thu, 23 Sep 2010 21:54:10 +0200
libffi-ruby (0.6.3debian-1) unstable; urgency=low
* New upstream release
* Set debian/control Architecture: amd64 i386 powerpc sparc
until upstream supports more architectures (Closes: #575311)
-- Micah Anderson <micah@debian.org> Tue, 13 Apr 2010 12:58:06 -0400
libffi-ruby (0.6.2debian-5) unstable; urgency=low
* Fix ruby1.9.1 Build-Depends (Closes: #574532)
* Fix libffi-ruby binary dependency to be libffi-ruby1.8
* Add Dependency on ruby1.8 for libffi-ruby1.8
-- Micah Anderson <micah@debian.org> Thu, 18 Mar 2010 23:51:04 -0400
libffi-ruby (0.6.2debian-4) unstable; urgency=low
* Upstream confirmation of 1.9.1 support, so adding that back
-- Micah Anderson <micah@debian.org> Tue, 09 Mar 2010 13:08:48 -0500
libffi-ruby (0.6.2debian-3) unstable; urgency=low
* Fix ruby path in types.conf generation
-- Micah Anderson <micah@debian.org> Sat, 06 Mar 2010 12:04:55 -0500
libffi-ruby (0.6.2debian-2) unstable; urgency=low
* Generate missing types.conf during the package build
* Seems to only support ruby 1.9 for now, so switch away from 1.9.1
-- Micah Anderson <micah@debian.org> Fri, 05 Mar 2010 01:01:30 -0500
libffi-ruby (0.6.2debian-1) unstable; urgency=low
* Repack upstream source to remove embedded libffi
* Initial release (Closes: #572597)
-- Micah Anderson <micah@debian.org> Thu, 04 Mar 2010 15:45:17 -0500
|