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 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
|
ruby-ffi (1.9.6debian-2) unstable; urgency=medium
[ Breno Leitao ]
* debian/patches/ppc64el.patch: add support for the ppc64el architecture
(Closes: #759550, #765092)
-- Antonio Terceiro <terceiro@debian.org> Mon, 13 Oct 2014 18:25:02 -0300
ruby-ffi (1.9.6debian-1) unstable; urgency=medium
* New upstream release
* debian/patches/disable-rake-compiler.patch: refresh
* debian/repack.sh: remove object files included in upstream source
* debian/ruby-tests.rb: removed step to compile the test library since the
upstream test suite will now do that for us
* debian/rules: properly clean artifacts of the test library build
-- Antonio Terceiro <terceiro@debian.org> Sat, 11 Oct 2014 19:52:12 -0300
ruby-ffi (1.9.3debian-3) unstable; urgency=medium
* debian/tests/control: also run test suite with
gem2deb-test-runner --autopkgtest
- needed to add './' to spec file glob in debian/ruby-tests.rb
* Add patch by Anurag Gupta <anurag@linux.vnet.ibm.com> from Ubuntu that
fixes call to functions with float/double variadic arguments. This should
fix ruby-ffi on ppc64el, _and_ be harmless for other architectures.
(debian/patches/fix-for-variadic-float-double-values.diff)
-- Antonio Terceiro <terceiro@debian.org> Wed, 03 Sep 2014 14:09:51 -0300
ruby-ffi (1.9.3debian-2) unstable; urgency=medium
* Add configuration file for mips64el (Closes: #756594)
* Add configuration file for arm64
-- Antonio Terceiro <terceiro@debian.org> Tue, 19 Aug 2014 10:27:56 -0300
ruby-ffi (1.9.3debian-1) unstable; urgency=medium
* New upstream release
* Add instructions for porters in debian/README.porting
* add a simple smoke test to debian/tests
* debian/control: add `XS-Testsuite: autopkgtest`
-- Antonio Terceiro <terceiro@debian.org> Wed, 08 Jan 2014 09:47:44 -0300
ruby-ffi (1.9.0debian-1) unstable; urgency=low
* New upstream version
* debian/control:
+ Remove Breaks/Replaces/Provides wrt transitional packages
+ bump Standards-Version to 3.9.4; no changes needed
* debian/patches/disable-rake-compiler.patch: refreshed
* debian/rules: drop temporary fix for #679782. Proper fix is included in
this upstream version.
-- Antonio Terceiro <terceiro@debian.org> Fri, 17 May 2013 21:43:43 -0300
ruby-ffi (1.8.1debian-1) unstable; urgency=low
[ Antonio Terceiro ]
* New upstream release (Closes: #708512)
* Drop transitional packages libffi-ruby, libffi-ruby1.8 and
libffi-ruby1.9.1
* README.rdoc renamed to README.md
* update debian/watch to point to gemwatch
* debian/patches/disable-rake-compiler.patch: refreshed
* pathes applied upstream and dropped:
- debian/patches/0001-Add-types.conf-files-for-missing-Debian-architecture
- debian/patches/0001-Fix-call-to-variadic-functions.patch
- debian/patches/fix-test-on-sparc
* debian/patches/ftbfs-gcc-4.7.diff: made obsolete by upstream change; not
neeed anymore.
* debian/rules: symlink i486-gnu to i386-gnu while the rename is not done
upstream; see https://github.com/ffi/ffi/pull/269. This fixes a FTBFS on
hurd-i386 (Closes: #679782)
[ Cédric Boutillier ]
* debian/control: remove obsolete DM-Upload-Allowed flag
* use canonical URI in Vcs-* fields
* debian/copyright: use DEP5 copyright-format/1.0 official URL for Format
field
-- Antonio Terceiro <terceiro@debian.org> Fri, 17 May 2013 00:22:41 -0300
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
|