Skip to content

Commit 3b0b56b

Browse files
authored
Miscellaneous stuff (#1)
1 parent 89645f1 commit 3b0b56b

26 files changed

+21
-29
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ regression.diffs
6060

6161
*.bc
6262
.vscode
63+
debian/control

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Data_ext = sql/spqrhash--1.0.sql sql/spqrhash--unpackaged--1.0.sql
2828

2929
# Work around PGXS deficiencies - switch variables based on
3030
# whether extensions are supported.
31-
PgMajor = $(if $(MAJORVERSION),$(MAJORVERSION),8.3)
31+
PgMajor = $(if $(MAJORVERSION),$(MAJORVERSION),15)
3232
PgHaveExt = $(if $(filter 8.% 9.0,$(PgMajor)),noext,ext)
3333
DATA = $(Data_$(PgHaveExt))
3434
REGRESS = $(Regress_$(PgHaveExt))

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pg-hash (1.0) unstable; urgency=medium
1+
spqrhash (1.0) stable; urgency=medium
22

33
* Initial release
44

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7
1+
10

debian/control

Lines changed: 0 additions & 8 deletions
This file was deleted.

debian/control.in

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
Source: pg-hash
1+
Source: spqrhash
22
Section: database
33
Priority: extra
44
Maintainer: Yury Frolov <ein-krebs@yandex-team.ru>
5-
Build-Depends: debhelper (>= 7.0.50~), python-docutils, postgresql-server-dev-all
6-
Standards-Version: 3.9.1
5+
Build-Depends: debhelper (>= 13~), python3-docutils, postgresql-server-dev-all (>=281~)
6+
Standards-Version: 4.7.2
7+
Homepage: https://github.com/pg-sharding/spqrhash
78

8-
Package: postgresql-spqrhash-PGVERSION
9+
Package: postgresql-PGVERSION-spqrhash
910
Architecture: any
10-
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-PGVERSION
11+
Depends: ${shlibs:Depends}, ${misc:Depends}, ${postgresql:Depends}
1112
Description: SPQR hash functions for PostgreSQL
1213

debian/pgversions

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
12
12
13
23
14
34
15
45
16
5-
17
6+
17
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/lib/postgresql/12/lib/spqrhash.so

debian/postgresql-13-spqrhash.docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
spqrhash.html

0 commit comments

Comments
 (0)