[Pkg-ruby-extras-maintainers] r876 - in tools/ruby-pkg-tools/trunk:
1/class debian
Paul van Tilburg
paulvt at costa.debian.org
Wed Oct 4 20:36:11 UTC 2006
Author: paulvt
Date: 2006-10-04 20:36:09 +0000 (Wed, 04 Oct 2006)
New Revision: 876
Modified:
tools/ruby-pkg-tools/trunk/1/class/ruby-common.mk
tools/ruby-pkg-tools/trunk/debian/changelog
Log:
* Bugfix release.
* Applied patch for ruby-common.mk to fix the path where extensions were
installed. Patch courtesy of Sjoerd Simons (closes #390757).
* Performed (temporary) dirty hack in pkg-ruby-get-sources to make it
parse the DEHS output of uscan again.
Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-common.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-common.mk 2006-10-04 19:52:11 UTC (rev 875)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-common.mk 2006-10-04 20:36:09 UTC (rev 876)
@@ -46,7 +46,7 @@
DEB_RUBY_VERSIONS = 1.8 1.9
DEB_RUBY_DEFAULT_VERSION = 1.8
DEB_RUBY_LIBDIR=$(strip $(shell ruby -rrbconfig -e 'puts Config::CONFIG["libdir"]')/ruby)
-DEB_RUBY_ARCHDIR=$(strip $(shell ruby -rrbconfig -e 'puts Config::CONFIG["archdir"]'))/ruby
+DEB_RUBY_ARCHDIR=$(strip $(shell ruby -rrbconfig -e 'puts Config::CONFIG["archdir"]'))
# Separate lib packages from the rest
LIB_PACKAGE_FILTER = %-ruby $(patsubst %,\%-ruby%,$(DEB_RUBY_VERSIONS))
Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog 2006-10-04 19:52:11 UTC (rev 875)
+++ tools/ruby-pkg-tools/trunk/debian/changelog 2006-10-04 20:36:09 UTC (rev 876)
@@ -1,8 +1,12 @@
-ruby-pkg-tools (0.12) UNRELEASED; urgency=low
+ruby-pkg-tools (0.11.1) unstable; urgency=low
- * NOT RELEASED YET
+ * Bugfix release.
+ * Applied patch for ruby-common.mk to fix the path where extensions were
+ installed. Patch courtesy of Sjoerd Simons (closes #390757).
+ * Performed (temporary) dirty hack in pkg-ruby-get-sources to make it
+ parse the DEHS output of uscan again.
- -- Paul van Tilburg <paulvt at debian.org> Thu, 14 Sep 2006 22:19:17 +0200
+ -- Paul van Tilburg <paulvt at debian.org> Wed, 4 Oct 2006 21:50:36 +0200
ruby-pkg-tools (0.11) unstable; urgency=low
More information about the pkg-ruby-extras-maintainers
mailing list