PG-7 add ubuntu22 support
parent
34fe8ec4b1
commit
f09643f592
|
@ -11,6 +11,9 @@ export USE_PGXS=1
|
|||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zgzip
|
||||
|
||||
override_dh_auto_build:
|
||||
+pg_buildext clean . build-%v
|
||||
+pg_buildext build . build-%v
|
||||
|
|
Loading…
Reference in New Issue