[DRE-commits] [SCM] webgen0.4.git branch, master, updated. debian/0.4.7-6-3-g170a81d

Vincent Fourmond fourmond at debian.org
Sat Jun 23 23:05:54 UTC 2012


The following commit has been merged in the master branch:
commit a91c150a9bb56eb1a9c4182b5a4b5bd5e167b235
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Sun Jun 24 00:44:20 2012 +0200

    Force building with ruby1.8

diff --git a/debian/changelog b/debian/changelog
index 30530a2..6a35456 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+webgen0.4 (0.4.7-7) unstable; urgency=low
+
+  * Conforms to standards 3.9.3
+  * Force building/using with ruby1.8, there are subtle things that escape
+    me with 1.9.1 (closes: #676208)
+  * Force building with recent gem2deb
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 24 Jun 2012 00:44:02 +0200
+
 webgen0.4 (0.4.7-6) unstable; urgency=low
 
   * Convert to gem2deb
diff --git a/debian/control b/debian/control
index 31ec20a..06a38b4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,17 @@ Maintainer: Arnaud Cornet <acornet at debian.org>
 Uploaders: Vincent Fourmond <fourmond at debian.org>, 
            Paul van Tilburg <paulvt at debian.org>, 
            Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), ruby, gem2deb, 
+Build-Depends: debhelper (>= 7.0.50~), ruby1.8, gem2deb (>= 0.3.0~), 
                ruby-cmdparse, ruby-bluecloth, ruby-redcloth, 
                ruby-builder, ruby-rmagick, ruby-maruku, graphviz
 Build-Conflicts: libxml2-utils, webgen (<< 0.4)
-Standards-Version: 3.9.2
-XS-Ruby-Versions: all
+Standards-Version: 3.9.3
+XS-Ruby-Versions: ruby1.8
 Homepage: http://webgen.rubyforge.org/
 
 Package: webgen0.4
 Architecture: all
-Depends: ruby, ruby-cmdparse, rdoc, ${misc:Depends}
+Depends: ruby1.8, ruby-cmdparse, rdoc, ${misc:Depends}
 XB-Ruby-Versions: ${ruby:Versions}
 Recommends: ruby-redcloth, ruby-rmagick, libexif-ruby, ruby-bluecloth, 
             ruby-builder, webgen0.4-doc

-- 
webgen0.4.git



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