[DRE-commits] r5109 - trunk/libffi-ruby/debian

Micah Anderson micah at alioth.debian.org
Tue Apr 13 17:18:36 UTC 2010


Author: micah
Date: 2010-04-13 17:18:33 +0000 (Tue, 13 Apr 2010)
New Revision: 5109

Modified:
   trunk/libffi-ruby/debian/changelog
   trunk/libffi-ruby/debian/control
Log:
set specific architectures in debian/control until upstream supports more

Modified: trunk/libffi-ruby/debian/changelog
===================================================================
--- trunk/libffi-ruby/debian/changelog	2010-04-13 06:20:09 UTC (rev 5108)
+++ trunk/libffi-ruby/debian/changelog	2010-04-13 17:18:33 UTC (rev 5109)
@@ -1,3 +1,11 @@
+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 at 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)

Modified: trunk/libffi-ruby/debian/control
===================================================================
--- trunk/libffi-ruby/debian/control	2010-04-13 06:20:09 UTC (rev 5108)
+++ trunk/libffi-ruby/debian/control	2010-04-13 17:18:33 UTC (rev 5109)
@@ -23,7 +23,7 @@
  (currently 1.8).
 
 Package: libffi-ruby1.8
-Architecture: any
+Architecture: amd64 i386 powerpc sparc
 Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
 Description: load dynamic libraries, bind functions from within ruby code
  Ruby-FFI is a ruby extension for programmatically loading dynamic
@@ -36,7 +36,7 @@
 
 
 Package: libffi-ruby1.9.1
-Architecture: any
+Architecture: amd64 i386 powerpc sparc
 Depends: ruby1.9.1, ${shlibs:Depends}, ${misc:Depends}
 Description: load dynamic libraries, bind functions from within ruby code
  Ruby-FFI is a ruby extension for programmatically loading dynamic




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