File tree 6 files changed +23
-24
lines changed
6 files changed +23
-24
lines changed Original file line number Diff line number Diff line change
1
+ postgresql-unit (7.3-1) unstable; urgency=medium
2
+
3
+ * Upload for PostgreSQL 13.
4
+ * Use dh --with pgxs.
5
+ * R³: no.
6
+ * DH 13.
7
+ * debian/tests: Use 'make' instead of postgresql-server-dev-all.
8
+
9
+ -- Christoph Berg <myon@debian.org> Mon, 19 Oct 2020 21:48:27 +0200
10
+
1
11
postgresql-unit (7.2-2) unstable; urgency=medium
2
12
3
13
* Upload for PostgreSQL 12.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,17 +4,18 @@ Priority: optional
4
4
Maintainer: Christoph Berg <myon@debian.org>
5
5
Build-Depends:
6
6
bison (>> 2:3),
7
- debhelper (>> 9 ),
7
+ debhelper-compat (= 13 ),
8
8
flex,
9
- postgresql-server-dev-all (>= 153~),
10
- Standards-Version: 4.2.0
9
+ postgresql-all (>= 217~),
10
+ Standards-Version: 4.5.0
11
+ Rules-Requires-Root: no
11
12
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
12
13
Vcs-Browser: https://github.com/df7cb/postgresql-unit
13
14
Homepage: https://github.com/df7cb/postgresql-unit
14
15
15
- Package: postgresql-12 -unit
16
+ Package: postgresql-13 -unit
16
17
Architecture: any
17
- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12
18
+ Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13
18
19
Description: SI Units for PostgreSQL
19
20
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
20
21
base units can be combined to named and unnamed derived units using operators
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ Priority: optional
4
4
Maintainer: Christoph Berg <myon@debian.org>
5
5
Build-Depends:
6
6
bison (>> 2:3),
7
- debhelper (>> 9 ),
7
+ debhelper-compat (= 13 ),
8
8
flex,
9
- postgresql-server-dev-all (>= 153~),
10
- Standards-Version: 4.2.0
9
+ postgresql-all (>= 217~),
10
+ Standards-Version: 4.5.0
11
+ Rules-Requires-Root: no
11
12
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
12
13
Vcs-Browser: https://github.com/df7cb/postgresql-unit
13
14
Homepage: https://github.com/df7cb/postgresql-unit
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/make -f
2
2
3
- include /usr/share/postgresql-common/pgxs_debian_control.mk
4
-
5
- override_dh_auto_build :
6
- +pg_buildext build build-%v
7
-
8
- override_dh_auto_test :
9
- # nothing to do here, see debian/tests/* instead
10
-
11
- override_dh_auto_install :
12
- +pg_buildext install build-%v postgresql-%v-unit
3
+ export LANG =C.UTF-8
13
4
14
5
override_dh_installdocs :
15
6
dh_installdocs --all README.*
16
7
17
- override_dh_auto_clean :
18
- +pg_buildext clean build-%v
19
-
20
8
% :
21
- dh $@
9
+ dh $@ --with pgxs
Original file line number Diff line number Diff line change 1
- Depends: @, postgresql-server-dev-all
1
+ Depends: @, make
2
2
Tests: installcheck
3
3
Restrictions: allow-stderr
You can’t perform that action at this time.
0 commit comments