Skip to content

Commit 07f181b

Browse files
Fix Lintian warnings about obsolete lsb-base package
1 parent 7723387 commit 07f181b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fpm/package/deb_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def dpkg_field(field)
400400
subject.attributes[:deb_user] = "root"
401401
subject.attributes[:deb_group] = "root"
402402
subject.category = "comm"
403-
subject.dependencies << "lsb-base"
403+
subject.dependencies << "debconf"
404404

405405
subject.instance_variable_set(:@staging_path, staging_path)
406406

0 commit comments

Comments
 (0)