Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kRcbJ-0002C6-Eh for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 11 Oct 2020 14:45:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kRcbG-0007Sb-R5 for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 11 Oct 2020 14:45:26 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kRcbG-0007SU-KD for pgsql-pkg-debian@lists.postgresql.org; Sun, 11 Oct 2020 14:45:26 +0000 Received: from mail-vs1-xe41.google.com ([2607:f8b0:4864:20::e41]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kRcbD-00073N-Te for pgsql-pkg-debian@lists.postgresql.org; Sun, 11 Oct 2020 14:45:26 +0000 Received: by mail-vs1-xe41.google.com with SMTP id d19so3485429vso.10 for ; Sun, 11 Oct 2020 07:45:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Tm7lhFRikdupHt2C/tCn4p5pXX//USYoN2hW6KfZUwQ=; b=LlnhASLQYew6Z4pZEYhkIMt/u+I1K92JXibKTdApdprpaMzmRb1kJdgb1ex+G/S0ii XbCp8u1yiIvZmxb56i5E067X8pLTnmzFm2Uu8U97OXRtQaU4DU1MVZ3/eZGzBtjtJ/0K oWr5KDr35JdQEjlDVrNc15ws7LLvtEaW0/dVA16urK5Nb3T8QepucK4RGnBy/3wYfmgK 3p9q296apmQVSqBks3AF2UQxT0aPLvUF5nLlBotZvL5GcFnESv8d4IJcPxrjyXTyFCsn cbHKhIOkThcXn/R0sw2y6aURiwQE2AkqWKAsXyMkCSxL4tUWh7EAIE7+n6bBARWmKPWj CJ2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Tm7lhFRikdupHt2C/tCn4p5pXX//USYoN2hW6KfZUwQ=; b=U/w/Qf4w/0NBe+Lt+oQL7mNzV6QTAcfQ4nJ7j/2ZBjrLfQATJ8ydv1x7XsurKbFTJh R2TyleCKhpF1JZwEyKRThQWBned4I2yVvUTNFafcJYk61vG0qZHWx1ASZufAQE3IeIDb Ocox+NAZrGS1Xmi1j/edke4nFedf4FCRjtBb3Tuh++N+dC8oPxtRwehesPi+bB630uHC ADD5CnuCuCaUdjNx4bQWRJCI9n5Hh3WlTNFW8ndYtpGrl30whoPFxGLUJYWIrCy0aPNH cVRJhLbFMr28boetH7NPX2XxMmIb07sKnGMrdF/XE+kjC1L6QLIiCJFv2C9rELSQZ59X yd+g== X-Gm-Message-State: AOAM532OvCumzXKcW9Z7bcywVdXBAMrvSdhhC+LL+7RAEgoGOi0KL7WB rqd6tQJ/Qs/XeofzLBLxTfXeHTu8hmQ3TO2oMfoxoQPjpczKOA== X-Google-Smtp-Source: ABdhPJwHFEkqa56xVEzzFohUsVkjDV3SggeCdbZpqrhvedkvB13HjPE9SovbIIJ3aJZ4Y7xmfTvPP1fKKnOkxZheNfw= X-Received: by 2002:a67:cd03:: with SMTP id u3mr12628406vsl.3.1602427521434; Sun, 11 Oct 2020 07:45:21 -0700 (PDT) MIME-Version: 1.0 From: Arya F Date: Sun, 11 Oct 2020 10:45:10 -0400 Message-ID: Subject: Postgis package for Postgresql 13 To: pgsql-pkg-debian@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk I'm using Postgresql 13 on Debian 10. I installed it using the following repo deb http://apt.postgresql.org/pub/repos/apt buster-pgdg main However when doing "apt install postgis", it tries to install postgresql-12-postgis-3-scripts and postgresql-client-12 I am using Postgresql 13, Has the Postgis package been released in the repository yet? if yes, how can I tell it to install it for Postgresql 13 instead of 12?