[DRE-commits] [SCM] ruby-sqlite3.git branch, master, updated. upstream/1.3.5-11-gc4cf574

Dmitry Borodaenko angdraug at debian.org
Sat Apr 21 12:54:43 UTC 2012


The following commit has been merged in the master branch:
commit c4cf5744ae70d45ba24a6ee8c2fb3846ee6f9e19
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Sat Apr 21 15:13:37 2012 +0300

    new upstream version 1.3.6

diff --git a/debian/changelog b/debian/changelog
index a5890ca..ecb6ead 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-sqlite3 (1.3.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Standards-Version upgraded to 3.9.3.
+  * Avoid requiring test/helper.rb twice to prevent the included monkey patch
+    of Test::Unit::TestCase from breaking unit tests.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Sat, 21 Apr 2012 15:13:02 +0300
+
 ruby-sqlite3 (1.3.5-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index d7e5d1e..1e5acf2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Dmitry Borodaenko <angdraug at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~), libsqlite3-dev, ruby-hoe, ruby-redcloth
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-sqlite3.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-sqlite3.git;a=summary
 Homepage: http://github.com/luislavena/sqlite3-ruby
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index fb39545..a1554bf 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,2 @@
 $: << 'test'
-Dir['test/**/*.rb'].each { |f| require f }
+Dir['test/**/test_*.rb'].each { |f| require f }

-- 
ruby-sqlite3.git



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