Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Repair 9.6 package (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregburek authored and petergeoghegan committed Sep 12, 2016
1 parent 55eae4b commit af8b090
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 21 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -2,9 +2,6 @@ language: cpp
sudo: required
dist: trusty
env:
global:
- PG_SUPPORTED_VERSIONS="9.1\n9.2\n9.3\n9.4\n9.5\n9.6"
secure: adkro9qIBnG0Iilmn4QmcgpyPbYlJnF/KpLDKKbFu3NRcZNgaAiHDMa4MzSyWexFeW6BExYBYfdbgPm2vmGvfptM51TrBR2TbrCRVOlq+l6Iv0nc/eXfbnz4HDMHmc1l26HWd0/FAJkYZlvBCY2NMjL5rIXm3aJZn1JurfNxsNh4uC5ge4hcIeWn3K5HfR39tqyO1A5Y2Qqw4A3R5h6em4GdR4ZEVffAJFDkejcdx0h5aON+NGXXuhtVRYHp2IOpcf3RO1bdCpZXrxM+NpQbN6NsDAS7xZt4oIMd0Q/hBUHyVxqhRQpvDftbO4hm5kWXxf6ffoUETR9ebUe4rUZ1EUiEOa23/KHBFUzxuG7wCg/k5X1J50o6+5Kydkeef+qRqR6qMmezlwXyXhh2k/0Jj0rN4LqkNU49y/9bXhat/oVTE2R0xLH3BbNjK9HCGKLXMs1GJAiywZDkGZXiyHaRh14tbgXTKiJkkSKX5wEauxbBOkWIiCiShWx85JSUUjT6jH6xi8UshEa3Uhxhv4aWuH0Apv+f0nABdNkDRX+WL/8DYWYr6t4iLjoKe9PfGs/NGx9L0YPq6fOY1cMmr/h1hGPeMvyncxg6Lj+BR8Wix7TU1QEdDIgw4cKAKenwvSSa/BvDmIGNX7V91OI0OLD4UNu0hloPv1YYR+kb9noQqT0=
matrix:
- DIST=precise
- DIST=trusty
Expand All @@ -13,8 +10,7 @@ before_install:
- sudo add-apt-repository -y "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main 9.6" && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
- sudo apt-get update
- sudo apt-get -y --force-yes install debhelper devscripts postgresql-server-dev-all postgresql-server-dev-9.6
- sudo rm -f /usr/share/postgresql-common/pgxs_debian_control.mk
- sudo cp -f pgxs_debian_control.mk /usr/share/postgresql-common/pgxs_debian_control.mk
- echo '9.4\n9.5\n9.6' > ~/.pg_supported_versions
before_script:
- make clean
script:
Expand Down
2 changes: 1 addition & 1 deletion debian/control
@@ -1,7 +1,7 @@
Source: amcheck
Priority: extra
Maintainer: Peter Geoghegan <pg@bowt.ie>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~)
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~), postgresql-server-dev-9.6
Standards-Version: 3.9.6
Section: database
Homepage: https://github.com/petergeoghegan/amcheck
Expand Down
2 changes: 1 addition & 1 deletion debian/tests/control
@@ -1,3 +1,3 @@
Depends: @, postgresql-server-dev-all, postgresql-contrib-9.4, postgresql-contrib-9.5, postgresql-contrib-9.6
Depends: @, postgresql-server-dev-9.4, postgresql-server-dev-9.5, postgresql-server-dev-9.6, postgresql-contrib-9.4, postgresql-contrib-9.5, postgresql-contrib-9.6
Tests: installcheck
Restrictions: allow-stderr
2 changes: 1 addition & 1 deletion debian/tests/control.in
@@ -1,3 +1,3 @@
Depends: @, postgresql-server-dev-all, postgresql-contrib-PGVERSION
Depends: @, postgresql-server-dev-PGVERSION, postgresql-contrib-PGVERSION
Tests: installcheck
Restrictions: allow-stderr
13 changes: 0 additions & 13 deletions pgxs_debian_control.mk

This file was deleted.

0 comments on commit af8b090

Please sign in to comment.