Skip to content

Commit 6fb0482

Browse files
author
qount25
committed
Fix: timescaledb #build_steps method with custom steps for debian
1 parent 8eb2766 commit 6fb0482

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/timescale/timescaledb.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ def configure_steps
4747
end
4848
end
4949

50+
def build_steps
51+
case Pgpm::OS.in_scope.class.name
52+
when "debian", "ubuntu"
53+
["dh_auto_build"]
54+
else
55+
super
56+
end
57+
end
58+
5059
def install_steps
5160
case Pgpm::OS.in_scope.class.name
5261
when "rocky+epel-9", "redhat", "fedora"

0 commit comments

Comments
 (0)