Skip to content

Commit

Permalink
Support pgdg
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Dec 29, 2021
1 parent f81d18a commit 676ab3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ override_dh_auto_test:
# nothing to do here, see debian/tests/* instead

override_dh_auto_install:
+export PG_SUPPORTED_VERSIONS=10+ && pg_buildext loop pg-tm-aux-%v
+export PG_SUPPORTED_VERSIONS=pgdg && pg_buildext loop pg-tm-aux-%v

override_dh_auto_clean:
+pg_buildext clean build-%v
Expand Down

0 comments on commit 676ab3d

Please sign in to comment.