From 71431527a052e888d30fbdee31775680cecfc140 Mon Sep 17 00:00:00 2001 From: reshke Date: Tue, 28 Dec 2021 18:09:47 +0500 Subject: [PATCH] More deb fixes --- debian/control | 2 +- debian/control.in | 4 ++-- debian/rules | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index d103eea..62ef490 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pg-tm-aux Section: database Priority: optional Maintainer: Andrey Borodin (Yandex.Cloud) -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 diff --git a/debian/control.in b/debian/control.in index af150fc..9e652dd 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,9 +2,9 @@ Source: pg_tm_aux Section: database Priority: optional Maintainer: Andrey Borodin (Yandex.Cloud) -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 diff --git a/debian/rules b/debian/rules index cdd8b10..a25cc19 100755 --- a/debian/rules +++ b/debian/rules @@ -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