Use "all" in debian/pgversions.
authorChristoph Berg <myon@debian.org>
Sun, 6 Jul 2014 16:03:35 +0000 (18:03 +0200)
committerChristoph Berg <myon@debian.org>
Sun, 6 Jul 2014 16:03:35 +0000 (18:03 +0200)
* Use "all" in debian/pgversions.
* B-D on pg-common 158 to build against 9.3 and 9.4.
* Use pg_buildext installcheck.
* Set team as maintainer.

debian/changelog
debian/compat
debian/control.in
debian/pgversions
debian/source/lintian-overrides [new file with mode: 0644]
debian/tests/installcheck

index 399ebd78a67cbaf1024c4c702195a638f197afdf..f3480b0be4e7249ecb391aee8affb7f59ce9d4ef 100644 (file)
@@ -1,6 +1,9 @@
 pgfincore (1.1.2-2) UNRELEASED; urgency=medium
 
-  * Make tests fail on regression failure
+  * Use "all" in debian/pgversions.
+  * B-D on pg-common 158 to build against 9.3 and 9.4.
+  * Use pg_buildext installcheck.
+  * Set team as maintainer.
 
  -- Christoph Berg <christoph.berg@credativ.de>  Tue, 10 Dec 2013 16:51:01 +0100
 
index 45a4fb75db864000d01701c0f7a51864bd4daabf..ec635144f60048986bc560c5576355344005e6e7 100644 (file)
@@ -1 +1 @@
-8
+9
index ecadf0fce80dabf44c213a3c5005d4b64457c9ba..fc1043151f5d616dab258f4da05e2cec3b7cba4b 100644 (file)
@@ -1,9 +1,9 @@
 Source: pgfincore
 Section: database
 Priority: extra
-Maintainer: CΓ©dric Villemain <cedric@villemain.org>
-Uploaders: Dimitri Fontaine <dim@tapoueh.org>, Christoph Berg <myon@debian.org>
-Build-Depends: debhelper (>= 8.9.0), postgresql-server-dev-all (>= 118)
+Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.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: 3.9.5
 Vcs-Git: git://git.postgresql.org/git/pgfincore.git
 Vcs-browser: http://git.postgresql.org/gitweb/?p=pgfincore.git
index 4d7ebef3f39bcc7cd30d27c31e18e9b415035b49..0702cb5bfbb0169457c00f947f4e5601f8cd77e7 100644 (file)
@@ -1,6 +1 @@
-8.3
-8.4
-9.0
-9.1
-9.2
-9.3
+all
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644 (file)
index 0000000..ee28571
--- /dev/null
@@ -0,0 +1,2 @@
+pgfincore source: changelog-should-mention-nmu
+pgfincore source: source-nmu-has-incorrect-version-number
index d5396e5d959e5f7dc85c95943c11545ae992b0f8..11844df542e02afdd1503b6ee3bd0a138bb8f8d4 100755 (executable)
@@ -2,13 +2,4 @@
 
 set -e
 
-for v in $(pg_buildext supported-versions); do
-       if ! pg_virtualenv -v $v \
-               make installcheck PG_CONFIG=/usr/lib/postgresql/$v/bin/pg_config; then
-               if [ -r regression.diffs ]; then
-                       echo "**** regression.diffs ****"
-                       cat regression.diffs
-               fi
-               exit 1
-       fi
-done
+pg_buildext installcheck