From 268bcb50916c160ef9e91883ce4c66b7bfe1a68b Mon Sep 17 00:00:00 2001 Message-Id: <268bcb50916c160ef9e91883ce4c66b7bfe1a68b.1446817569.git.hahn@univention.de> From: Philipp Hahn Date: Fri, 6 Nov 2015 14:44:24 +0100 Subject: [PATCH] Bug #39595: Fix postgresql-9.1 installation Organization: Univention GmbH, Bremen, Germany Prefer PostgreSQL-8.4 for old system upgrading. New systems will not have postgresql-8.4 and this will use the next package univention-postgresql-9.1. --- .../ucs-4.1-0/services/univention-postgresql/debian/changelog | 6 ++++++ .../ucs-4.1-0/services/univention-postgresql/debian/control | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/branches/ucs-4.1/ucs-4.1-0/services/univention-postgresql/debian/changelog b/branches/ucs-4.1/ucs-4.1-0/services/univention-postgresql/debian/changelog index 8937849..6844c8e 100644 --- a/branches/ucs-4.1/ucs-4.1-0/services/univention-postgresql/debian/changelog +++ b/branches/ucs-4.1/ucs-4.1-0/services/univention-postgresql/debian/changelog @@ -1,3 +1,9 @@ +univention-postgresql (8.0.0-7) unstable; urgency=low + + * Bug #39595: Fix postgresql-9.1 installation + + -- Philipp Hahn Fri, 06 Nov 2015 14:41:09 +0100 + univention-postgresql (8.0.0-6) unstable; urgency=medium * Update for UCS 4.1 (Bug #39595) diff --git a/branches/ucs-4.1/ucs-4.1-0/services/univention-postgresql/debian/control b/branches/ucs-4.1/ucs-4.1-0/services/univention-postgresql/debian/control index b5fa3fd..84167a2 100644 --- a/branches/ucs-4.1/ucs-4.1-0/services/univention-postgresql/debian/control +++ b/branches/ucs-4.1/ucs-4.1-0/services/univention-postgresql/debian/control @@ -11,9 +11,9 @@ Package: univention-postgresql Architecture: all Pre-Depends: ${misc:Pre-Depends}, Depends: ${misc:Depends}, - univention-postgresql-9.1 | univention-postgresql-8.4, + univention-postgresql-8.4 | univention-postgresql-9.1, shell-univention-lib (>= 3.0.4-1), - univention-config-registry + univention-config, Description: UCS - PostgreSQL configuration This meta-package depends on the package with the configuration for the specific postgresql-*.* package. @@ -28,7 +28,7 @@ Architecture: all Pre-Depends: postgresql-9.1 Depends: ${misc:Depends}, shell-univention-lib (>= 3.0.4-1), - univention-config-registry + univention-config, Breaks: univention-postgresql (< 8), Replaces: univention-postgresql (< 8), Description: UCS - PostgreSQL 9.1 configuration @@ -45,7 +45,7 @@ Architecture: all Pre-Depends: postgresql-8.4 Depends: ${misc:Depends}, shell-univention-lib (>= 3.0.4-1), - univention-config-registry + univention-config, Breaks: univention-postgresql (< 8), Replaces: univention-postgresql (< 8), Description: UCS - PostgreSQL 8.4 configuration -- 2.1.4