Your message dated Thu, 5 Oct 2006 10:34:14 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#390757: fixed in ruby-pkg-tools 0.11.1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: ruby-pkg-tools Version: 0.11 Severity: important Tags: patch Hi, The default DEB_RUBY_ARCHDIR variable puts /ruby behind Config::CONFIG["archdir"], which is wrong. Patch attached to fix this Sjoerd -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-686 Locale: LANG=C, LC_CTYPE=nl_NL (charmap=ISO-8859-1) Versions of packages ruby-pkg-tools depends on: ii rdoc 1.8.2-1 Generate documentation from ruby s ii ruby 1.8.2-1 An interpreter of object-oriented Versions of packages ruby-pkg-tools recommends: ii devscripts 2.9.21 Scripts to make the life of a Debi ii libwww-perl 5.805-1 WWW client/server library for Perl ii svn-buildpackage 0.6.14 helper programs to maintain Debian -- no debconf informationIndex: 1/class/ruby-common.mk =================================================================== --- 1/class/ruby-common.mk (revision 868) +++ 1/class/ruby-common.mk (working copy) @@ -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))
--- End Message ---
--- Begin Message ---Source: ruby-pkg-tools Source-Version: 0.11.1 We believe that the bug you reported is fixed in the latest version of ruby-pkg-tools, which is due to be installed in the Debian FTP archive: ruby-pkg-tools_0.11.1.dsc to pool/main/r/ruby-pkg-tools/ruby-pkg-tools_0.11.1.dsc ruby-pkg-tools_0.11.1.tar.gz to pool/main/r/ruby-pkg-tools/ruby-pkg-tools_0.11.1.tar.gz ruby-pkg-tools_0.11.1_all.deb to pool/main/r/ruby-pkg-tools/ruby-pkg-tools_0.11.1_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Paul van Tilburg <[EMAIL PROTECTED]> (supplier of updated ruby-pkg-tools package) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 4 Oct 2006 21:50:36 +0200 Source: ruby-pkg-tools Binary: ruby-pkg-tools Architecture: source all Version: 0.11.1 Distribution: unstable Urgency: low Maintainer: Paul van Tilburg <[EMAIL PROTECTED]> Changed-By: Paul van Tilburg <[EMAIL PROTECTED]> Description: ruby-pkg-tools - Tools for building Debian Ruby packages Changes: ruby-pkg-tools (0.11.1) unstable; urgency=low . * 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. Files: 70182ccc239ae1f96269dcccf14dc7f1 1155 devel optional ruby-pkg-tools_0.11.1.dsc 82c187c96db83bad2f67bb09c416d6df 12968 devel optional ruby-pkg-tools_0.11.1.tar.gz 2a21a308742ad9532aec95ab0181062e 15448 devel optional ruby-pkg-tools_0.11.1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFJBvFJBBhylAGQYERAmXYAJ0awvGfsy3IyIO993Y1LNTYx0kD2gCdG5km dovifBjx1N3k8VtzDAGGQ9o= =sBRg -----END PGP SIGNATURE-----
--- End Message ---

