[postgis] 01/01: Fix an installation issue due to common files in liblwgeom-2.1.2 and 2.1.3.

Markus Wanner markus_wanner-guest at moszumanska.debian.org
Thu May 22 21:09:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit f6205d9918204d354e67750c2a56cd8022a5b8bd
Author: Markus Wanner <markus at bluegap.ch>
Date:   Thu May 22 23:07:24 2014 +0200

    Fix an installation issue due to common files in liblwgeom-2.1.2 and 2.1.3.
    
    * Add a Breaks: liblwgeom-2.1.2 due to the attempted quick security fix
      in 2.1.3+dfsg-2, which shipped liblwgeom-2.1.3.so in a package named
      liblwgeom-2.1.2.
---
 debian/changelog  | 3 +++
 debian/control    | 1 +
 debian/control.in | 1 +
 3 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2ee718f..a197fa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ postgis (2.1.3+dfsg-3) UNRELEASED; urgency=low
 
   * In patch use-debian-maven: Also drop the version requirement for the
     maven-javadoc-plugin.
+  * Add a Breaks: liblwgeom-2.1.2 due to the attempted quick security fix
+    in 2.1.3+dfsg-2, which shipped liblwgeom-2.1.3.so in a package named
+    liblwgeom-2.1.2.
 
  -- Markus Wanner <markus at bluegap.ch>  Thu, 22 May 2014 17:59:05 +0200
 
diff --git a/debian/control b/debian/control
index 4e8ae08..52ca37d 100644
--- a/debian/control
+++ b/debian/control
@@ -90,6 +90,7 @@ Package: liblwgeom-2.1.3
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: liblwgeom-2.1.2 (= 2.1.3+dfsg-1)
 Description: PostGIS "Lightweight Geometry" library
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
diff --git a/debian/control.in b/debian/control.in
index 2486b80..644c638 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -90,6 +90,7 @@ Package: liblwgeom-2.1.3
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: liblwgeom-2.1.2 (= 2.1.3+dfsg-1)
 Description: PostGIS "Lightweight Geometry" library
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list