We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd65140 commit 17a72d8Copy full SHA for 17a72d8
spec/fpm/package/deb_spec.rb
@@ -400,7 +400,7 @@ def dpkg_field(field)
400
subject.attributes[:deb_user] = "root"
401
subject.attributes[:deb_group] = "root"
402
subject.category = "comm"
403
- subject.dependencies << "lsb-base"
+ subject.dependencies << "debconf"
404
405
subject.instance_variable_set(:@staging_path, staging_path)
406
0 commit comments