Skip to content
Snippets Groups Projects
Commit 50ba7b14 authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

Let module depend on PostgreSQL server package.

parent 0f8390b2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ postgresql-hll (2.10.2-1) UNRELEASED; urgency=medium
* New upstream version.
* Move package to the PostgreSQL team.
* Convert to pg_buildext. Closes: #876826.
* Let module depend on PostgreSQL server package.
* Update copyright file.
-- Christoph Berg <myon@debian.org> Fri, 06 Apr 2018 17:00:41 +0200
......
......@@ -11,7 +11,7 @@ Vcs-Git: https://salsa.debian.org/postgresql/postgresql-hll.git
Package: postgresql-10-hll
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-10
Description: HyperLogLog extension for PostgreSQL
This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a fixed-size, set-like structure used for
......
......@@ -11,7 +11,7 @@ Vcs-Git: https://salsa.debian.org/postgresql/postgresql-hll.git
Package: postgresql-PGVERSION-hll
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-PGVERSION
Description: HyperLogLog extension for PostgreSQL
This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a fixed-size, set-like structure used for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment