From: Christoph Berg Date: Sun, 6 Jul 2014 16:03:35 +0000 (+0200) Subject: Use "all" in debian/pgversions. X-Git-Tag: debian/1.1.2-2~1 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpguslink%28?a=commitdiff_plain;h=2b2f6ca02f1674c6dc0074597e0a80c34e62e7ff;p=pgfincore.git Use "all" in debian/pgversions. * 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. --- diff --git a/debian/changelog b/debian/changelog index 399ebd7..f3480b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 10 Dec 2013 16:51:01 +0100 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control.in b/debian/control.in index ecadf0f..fc10431 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,9 +1,9 @@ Source: pgfincore Section: database Priority: extra -Maintainer: Cédric Villemain -Uploaders: Dimitri Fontaine , Christoph Berg -Build-Depends: debhelper (>= 8.9.0), postgresql-server-dev-all (>= 118) +Maintainer: Debian PostgreSQL Maintainers +Uploaders: Cédric Villemain , Dimitri Fontaine , Christoph Berg +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 diff --git a/debian/pgversions b/debian/pgversions index 4d7ebef..0702cb5 100644 --- a/debian/pgversions +++ b/debian/pgversions @@ -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 index 0000000..ee28571 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,2 @@ +pgfincore source: changelog-should-mention-nmu +pgfincore source: source-nmu-has-incorrect-version-number diff --git a/debian/tests/installcheck b/debian/tests/installcheck index d5396e5..11844df 100755 --- a/debian/tests/installcheck +++ b/debian/tests/installcheck @@ -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