lib/cany/dpkg/creator.rb in cany-0.0.1 vs lib/cany/dpkg/creator.rb in cany-0.0.2
- old
+ new
@@ -70,10 +70,11 @@
def create_source_control
require 'bundler'
lock_path = File.join(spec.base_dir, 'Gemfile.lock')
extra_libs = {
- pg: ['libpq-dev', 'libpq5']
+ pg: ['libpq-dev', 'libpq5'],
+ ethon: ['libcurl3 | libcurl3-gnutls | libcurl3-nss', 'libcurl3 | libcurl3-gnutls | libcurl3-nss']
}
src_deps = ['debhelper (>= 7.0.50~)', ruby_deb, ruby_deb + '-dev']
bin_deps = ['${shlibs:Depends}', '${misc:Depends}', ruby_deb]
if File.exists? lock_path
lock = Bundler::LockfileParser.new File.read lock_path