* Use dh --with pgxs.
* R³: no.
* DH 13.
* debian/tests: Use 'make' instead of postgresql-server-dev-all.
+pgfincore (1.2.2-2) unstable; urgency=medium
+
+ * Upload for PostgreSQL 13.
+ * Use dh --with pgxs.
+ * R³: no.
+ * DH 13.
+ * debian/tests: Use 'make' instead of postgresql-server-dev-all.
+
+ -- Christoph Berg <myon@debian.org> Mon, 19 Oct 2020 12:39:15 +0200
+
pgfincore (1.2.2-1) unstable; urgency=medium
* Upload for PostgreSQL 12.
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Cédric Villemain <cedric@villemain.org>, Dimitri Fontaine <dim@tapoueh.org>, Christoph Berg <myon@debian.org>
-Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~)
-Standards-Version: 4.4.0
+Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
Vcs-Git: git://git.postgresql.org/git/pgfincore.git
Vcs-Browser: http://git.postgresql.org/gitweb/?p=pgfincore.git
Homepage: http://villemain.org/projects/pgfincore
#!/usr/bin/make -f
-include /usr/share/postgresql-common/pgxs_debian_control.mk
-
-override_dh_auto_build:
- +pg_buildext build build-%v
-
-override_dh_auto_test:
- # nothing to do here, see debian/tests/* instead
-
-override_dh_auto_install:
- +pg_buildext install build-%v postgresql-%v-pgfincore
-
override_dh_installdocs:
dh_installdocs --all README.*
-override_dh_auto_clean:
- +pg_buildext clean build-%v
- rm -rf results # clean up behind debian/tests/installcheck
-
%:
- dh $@
+ dh $@ --with pgxs
+++ /dev/null
-pgfincore source: changelog-should-mention-nmu
-pgfincore source: source-nmu-has-incorrect-version-number
-Depends: @, postgresql-server-dev-all
+Depends: @, make
Tests: installcheck
Restrictions: allow-stderr