diff --git a/debian/changelog b/debian/changelog index 95e3140..1416203 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pguri (1.20151224-3) bullseye; urgency=medium + + * Fix architecture from all to any + + -- jordi fita mas Wed, 25 Jan 2023 00:07:13 +0000 + pguri (1.20151224-2) bullseye; urgency=medium * Add pkg-config dependency diff --git a/debian/control b/debian/control index abe30e6..548c21a 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Homepage: https://github.com/petere/pguri Rules-Requires-Root: no Package: postgresql-13-pguri -Architecture: all +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, diff --git a/debian/control.in b/debian/control.in index 4ef7383..991584e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -13,7 +13,7 @@ Homepage: https://github.com/petere/pguri Rules-Requires-Root: no Package: postgresql-PGVERSION-pguri -Architecture: all +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends},