Package: ruby-nora Version: 1:0.0.20041021-5 Tags: patch Followup-For: Bug #672504
Hi again! And now actually remember to send the patch... Best, Per -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-4-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From 6cd7aa6ce443533aa43e9fc35777952a0b1d4497 Mon Sep 17 00:00:00 2001 From: Per Andersson <avtob...@gmail.com> Date: Thu, 21 Jun 2012 00:27:37 +0200 Subject: [PATCH] NMU fixing FTBFS (Closes: #672504) * Build depend on ruby1.8. * Correct usage of XS-Ruby-Versions (1.8 -> ruby1.8). * Depend on ruby1.8 (instead of ruby | ruby-interpreter) since this version is required. --- debian/changelog | 11 +++++++++++ debian/control | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8a20687..2ff06ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +ruby-nora (1:0.0.20041021-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS (Closes: #672504) + - Build depend on ruby1.8. + - Correct usage of XS-Ruby-Versions (1.8 -> ruby1.8) + - Depend on ruby1.8 (instead of ruby | ruby-interpreter) since this + version is required + + -- Per Andersson <avtob...@gmail.com> Sun, 24 Jun 2012 00:23:14 +0200 + ruby-nora (1:0.0.20041021-5) unstable; urgency=low * Rename package to ruby-nora diff --git a/debian/control b/debian/control index e997cb8..4d49cf6 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: extra Uploaders: Taku YASUI <t...@debian.org> Maintainer: Tatsuki Sugiura <s...@nemui.org> DM-Upload-Allowed: yes -Build-Depends: debhelper (>> 8.0.0), ruby1.8-dev +Build-Depends: debhelper (>> 8.0.0), ruby1.8, ruby1.8-dev Standards-Version: 3.9.3 -XS-Ruby-Versions: 1.8 +XS-Ruby-Versions: ruby1.8 Package: ruby-nora Provides: libnora-ruby, libnora-ruby1.8 @@ -14,7 +14,7 @@ Breaks: libnora-ruby (<< 1:0.0.20041021-5~), libnora-ruby1.8 (<< 1:0.0.20041021- Replaces: libnora-ruby (<< 1:0.0.20041021-5~), libnora-ruby1.8 (<< 1:0.0.20041021-5~) Architecture: any XB-Ruby-Versions: ${ruby:Versions} -Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpriter +Depends: ${misc:Depends}, ${shlibs:Depends}, ruby1.8 Suggests: ruby-fcgi, libapache-mod-ruby, drb Description: Web Application Library for ruby Features: -- 1.7.7.3