From 73682462dafbf88b0e22f3bc690542bddab1434a Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 15 Jun 2023 12:19:08 +0200 Subject: [PATCH] =?UTF-8?q?debian:=20Update=20PostgreSQL=20version=20to=20?= =?UTF-8?q?15,=20used=20in=20Debian=C2=A012?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/control | 14 +++++++------- debian/rules | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 2ede999..ed8e44a 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,10 @@ Build-Depends: postgresql-all (>= 217~), sqitch, pgtap, - postgresql-13-pg-libphonenumber, - postgresql-13-pgtap, - postgresql-13-pguri, - postgresql-13-vat + postgresql-15-pg-libphonenumber, + postgresql-15-pgtap, + postgresql-15-pguri, + postgresql-15-vat Standards-Version: 4.6.0 XS-Go-Import-Path: dev.tandem.ws/tandem/numerus Vcs-Browser: https://dev.tandem.ws/tandem/numerus @@ -52,9 +52,9 @@ Package: numerus-sqitch Architecture: all Depends: ${misc:Depends}, - postgresql-13-pg-libphonenumber, - postgresql-13-pguri, - postgresql-13-vat, + postgresql-15-pg-libphonenumber, + postgresql-15-pguri, + postgresql-15-vat, sqitch Description: Simple invoicing and accounting web application A simple web application to keep invoice and accouting records, intended for diff --git a/debian/rules b/debian/rules index 2fc7d6e..caa8dd0 100755 --- a/debian/rules +++ b/debian/rules @@ -7,4 +7,4 @@ execute_before_dh_auto_build: make execute_after_dh_auto_test: - pg_virtualenv -v 13 make test-deploy + pg_virtualenv -v 15 make test-deploy