[DRE-commits] [SCM] ruby-merb-core.git branch, master, updated. upstream/1.1.3-14-gf9f2d4d

Tollef Fog Heen tfheen at debian.org
Thu May 10 08:38:00 UTC 2012


The following commit has been merged in the master branch:
commit 78f5c067b31eab6cbfa97eb93ccfc51a67caa759
Author: Tollef Fog Heen <tfheen at debian.org>
Date:   Wed May 9 16:52:40 2012 +0200

    Add README.source, move to +dfsg version

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..70faf52
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+
+The upstream source has also been modified to remove gems from the 
+specs, as the distributability is not confirmed for the gems. As
+a result, the spec tests for Merb will not work straight from the source
+tarball. These gems do not affect the outcome of the built package. 
+The entire spec and spec10 directories are removed due to the amount of 
+vendored gems.
+
+ -- Tollef Fog Heen <tfheen at debian.org>, Wed,  9 May 2012 16:47:59 +0200
diff --git a/debian/changelog b/debian/changelog
index 328e223..3152be0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-merb-core (1.1.3-1) UNRELEASED; urgency=low
+ruby-merb-core (1.1.3+dfsg-1) UNRELEASED; urgency=low
 
   * Update to new-style packaging, split merb-core into its own source
     package.
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index eac5ce6..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")

-- 
ruby-merb-core.git



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