[DRE-commits] [ruby-activeldap] 03/06: [evol] NUR

Marc Dequènes duck at moszumanska.debian.org
Sun Aug 17 23:26:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

duck pushed a commit to branch master
in repository ruby-activeldap.

commit e7d5d7176bbeab7fa88cfddff3d02a4e1cac7f53
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Mon Aug 18 00:26:21 2014 +0200

    [evol] NUR
---
 debian/changelog                                            |  7 +++++++
 debian/patches/buildsys_tests_no_rubygems_and_bundler.patch | 12 ++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74df94a..c1d5a3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-activeldap (4.0.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * Refreshed patches.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Mon, 18 Aug 2014 00:25:59 +0200
+
 ruby-activeldap (4.0.2-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/buildsys_tests_no_rubygems_and_bundler.patch b/debian/patches/buildsys_tests_no_rubygems_and_bundler.patch
index 72ccfd8..48567ed 100644
--- a/debian/patches/buildsys_tests_no_rubygems_and_bundler.patch
+++ b/debian/patches/buildsys_tests_no_rubygems_and_bundler.patch
@@ -1,10 +1,10 @@
 Index: ruby-activeldap/test/run-test.rb
 ===================================================================
---- ruby-activeldap.orig/test/run-test.rb	2013-12-02 19:54:59.576411193 +0100
-+++ ruby-activeldap/test/run-test.rb	2013-12-02 20:03:18.987301997 +0100
-@@ -10,11 +10,7 @@
- $LOAD_PATH.unshift(File.join(top_dir, "lib"))
- $LOAD_PATH.unshift(File.join(top_dir, "test"))
+--- ruby-activeldap.orig/test/run-test.rb
++++ ruby-activeldap/test/run-test.rb
+@@ -11,11 +11,7 @@ test_dir = File.join(top_dir, "test")
+ $LOAD_PATH.unshift(lib_dir)
+ $LOAD_PATH.unshift(test_dir)
  
 -require "rubygems"
 -require "bundler/setup"
@@ -13,4 +13,4 @@ Index: ruby-activeldap/test/run-test.rb
 -require "test/unit/notify"
  Test::Unit::Priority.enable
  
- succeeded = true
+ Dir.glob(File.join(test_dir, "**", "test_*.rb")) do |test_file|

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activeldap.git



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