Backed out changeset 0cbb8e9cf515 because it breaks deb packaging.
This commit is contained in:
8
Rakefile
8
Rakefile
@@ -1,3 +1,5 @@
|
|||||||
|
require 'rake_utils/debian'
|
||||||
|
include RakeUtils::DSL
|
||||||
|
|
||||||
DEBUG = ENV.has_key?('DEBUG') &&
|
DEBUG = ENV.has_key?('DEBUG') &&
|
||||||
%w|yes y ok 1 true t|.include?(ENV['DEBUG'])
|
%w|yes y ok 1 true t|.include?(ENV['DEBUG'])
|
||||||
@@ -83,10 +85,8 @@ task :clean do
|
|||||||
sh "rm -rf *~ build"
|
sh "rm -rf *~ build"
|
||||||
end
|
end
|
||||||
|
|
||||||
namespace :pkg do
|
namespace :pkg do
|
||||||
task :deb do |t|
|
deb do |t|
|
||||||
require 'rake_utils/debian'
|
|
||||||
|
|
||||||
t.code_files = ALL_SOURCES + ["Rakefile"]
|
t.code_files = ALL_SOURCES + ["Rakefile"]
|
||||||
t.pkg_name = "flexnbd"
|
t.pkg_name = "flexnbd"
|
||||||
t.generate_changelog!
|
t.generate_changelog!
|
||||||
|
Reference in New Issue
Block a user