Skip to content

Commit

Permalink
More deb fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Dec 28, 2021
1 parent 325cb8e commit 7143152
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: pg-tm-aux
Section: database
Priority: optional
Maintainer: Andrey Borodin (Yandex.Cloud) <x4mmm@yandex-team.ru>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 195~), git, postgresql-server-dev-12
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 195~), git
Standards-Version: 1.1-0
Homepage: https://github.com/x4m/pg_tm_aux

Expand Down
4 changes: 2 additions & 2 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Source: pg_tm_aux
Section: database
Priority: optional
Maintainer: Andrey Borodin (Yandex.Cloud) <x4mmm@yandex-team.ru>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 195~), git, postgresql-server-dev-12
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 195~), git
Standards-Version: 1.1-0
Homepage: https://github.com/munakoiso/pg_tm_aux
Homepage: https://github.com/x4m/pg_tm_aux

Package: postgresql-PGVERSION-pg-tm-aux
Architecture: any
Expand Down
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/usr/bin/make -f

override_dh_auto_build:
+pg_buildext build build-%v

override_dh_auto_test:
# nothing to do here, see debian/tests/* instead

override_dh_auto_install:
+export PG_SUPPORTED_VERSIONS=installed && pg_buildext loop pg-tm-aux-12
+export PG_SUPPORTED_VERSIONS=installed && pg_buildext loop pg-tm-aux-%v

override_dh_auto_clean:
+pg_buildext clean build-%v
Expand Down

0 comments on commit 7143152

Please sign in to comment.