[DRE-commits] r1858 - in tools/ruby-pkg-tools/trunk: 1/class debian

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Mon Aug 27 22:33:38 UTC 2007


Author: terceiro-guest
Date: 2007-08-27 22:33:38 +0000 (Mon, 27 Aug 2007)
New Revision: 1858

Modified:
   tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
   tools/ruby-pkg-tools/trunk/debian/changelog
   tools/ruby-pkg-tools/trunk/debian/control
Log:
building with the right --siterubyverarch setting (starting version 0.13)



Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2007-08-27 21:40:59 UTC (rev 1857)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2007-08-27 22:33:38 UTC (rev 1858)
@@ -35,7 +35,7 @@
 include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
 
 DEB_RUBY_SETUP_CMD = setup.rb
-DEB_RUBY_CONFIG_ARGS = --siteruby=$(DEB_RUBY_LIBDIR) --siterubyver=$(DEB_RUBY_LIBDIR)/$(cdbs_ruby_ver)
+DEB_RUBY_CONFIG_ARGS = --siteruby=$(DEB_RUBY_LIBDIR) --siterubyver=$(DEB_RUBY_LIBDIR)/$(cdbs_ruby_ver) --siterubyverarch=$(DEB_RUBY_ARCHDIR)
 DEB_RUBY_CLEAN_TARGET = distclean
 
 

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2007-08-27 21:40:59 UTC (rev 1857)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2007-08-27 22:33:38 UTC (rev 1858)
@@ -1,8 +1,11 @@
-ruby-pkg-tools (0.13) UNRELEASED; urgency=low
+ruby-pkg-tools (0.13) unstable; urgency=low
 
-  * NOT RELEASED YET
+  [ Antonio Terceiro ]
+  * 1/class/ruby-setup-rb.mk: adding --siterubyverarch so setup.rb-packaged
+    libs puts compiled C extensions in the right place.
+  * debian/control: new maintainer name and address for myself
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed, 04 Jul 2007 23:05:53 +0200
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Mon, 27 Aug 2007 19:28:16 -0300
 
 ruby-pkg-tools (0.12) unstable; urgency=low
 

Modified: tools/ruby-pkg-tools/trunk/debian/control
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/control	2007-08-27 21:40:59 UTC (rev 1857)
+++ tools/ruby-pkg-tools/trunk/debian/control	2007-08-27 22:33:38 UTC (rev 1858)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>, Maxim Komar <komar at ukr.net>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>, Maxim Komar <komar at ukr.net>
 Build-Depends: cdbs, debhelper (>= 4.1)
 Standards-Version: 3.7.2
 




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