Upload for PostgreSQL 13.
authorChristoph Berg <christoph.berg@credativ.de>
Mon, 19 Oct 2020 10:40:13 +0000 (12:40 +0200)
committerChristoph Berg <christoph.berg@credativ.de>
Mon, 19 Oct 2020 10:40:13 +0000 (12:40 +0200)
* Use dh --with pgxs.
* R³: no.
* DH 13.
* debian/tests: Use 'make' instead of postgresql-server-dev-all.

debian/changelog
debian/compat [deleted file]
debian/control.in
debian/rules
debian/source/lintian-overrides [deleted file]
debian/tests/control

index dd636fad30de87c6702a560e9e94a6212286bbc5..1330f49492a3a58bff71977604db62c3483b4e1f 100644 (file)
@@ -1,3 +1,13 @@
+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.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index ec63514..0000000
+++ /dev/null
@@ -1 +0,0 @@
-9
index 9ce58b8f48bd14536d8cfdb629029d9cf1c0f544..bf585d7b015d43ad351df5105f5c9f20b2b349ef 100644 (file)
@@ -3,8 +3,9 @@ Section: database
 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
index c41feb7dae0f05f5f79d6431f31c3e18cbccd392..4125bf790c3f1cb3cfd8d6a13333c37b21749c19 100755 (executable)
@@ -1,22 +1,7 @@
 #!/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
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644 (file)
index ee28571..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-pgfincore source: changelog-should-mention-nmu
-pgfincore source: source-nmu-has-incorrect-version-number
index b0dc4e81be665010f5d75ff2e0b62064b4d96ce7..8af9907673e3c69607b6ecab82be6543327fab4d 100644 (file)
@@ -1,3 +1,3 @@
-Depends: @, postgresql-server-dev-all
+Depends: @, make
 Tests: installcheck
 Restrictions: allow-stderr