[DRE-commits] [taskwarrior-web] 01/01: Fix path to taskwarrior lib in task-web.

Ben Armstrong synrg at alioth.debian.org
Sun Aug 18 20:00:27 UTC 2013


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

synrg pushed a commit to branch master
in repository taskwarrior-web.

commit ef35c8b9bc7dd6958987e2232c59ed2a61b77dab
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun Aug 18 16:46:35 2013 -0300

    Fix path to taskwarrior lib in task-web.
---
 debian/patches/fix_path_to_taskwarrior_lib.patch |   23 ++++++++++++++++++++++
 debian/patches/series                            |    1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/fix_path_to_taskwarrior_lib.patch b/debian/patches/fix_path_to_taskwarrior_lib.patch
new file mode 100644
index 0000000..4f8f8f6
--- /dev/null
+++ b/debian/patches/fix_path_to_taskwarrior_lib.patch
@@ -0,0 +1,23 @@
+Description: Fix path to Taskwarrior library
+ Taskwarrior library already in $LOAD_PATH, and is not relative to the
+ location of the binary. Just require 'taskwarrior' to fix.
+ .
+ taskwarrior-web (1.1.11-1) UNRELEASED; urgency=low
+ .
+   * Initial release (Closes: #719315)
+Author: Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
+Bug-Debian: http://bugs.debian.org/719315
+Forwarded: no
+Last-Update: 2013-08-13
+
+--- taskwarrior-web-1.1.11.orig/bin/task-web
++++ taskwarrior-web-1.1.11/bin/task-web
+@@ -3,7 +3,7 @@
+ #  Created on 2009-2-27.
+ #  Copyright (c) 2009. All rights reserved.
+ 
+-require File.expand_path(File.dirname(__FILE__) + "/../lib/taskwarrior-web")
++require 'taskwarrior-web'
+ require 'vegas'
+ 
+ Vegas::Runner.new(TaskwarriorWeb::App, 'taskwarrior-web')
diff --git a/debian/patches/series b/debian/patches/series
index 1f33d96..b08d6f1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove_missing_spec_deps.patch
 disable_rubygems.patch
+fix_path_to_taskwarrior_lib.patch

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



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