Package: minizip
Version: 1.1-6
Followup-For: Bug #793639

Hi Michael,

I tried to rebuild gdal with the new libkml from experimental, but the
missing version constraint prevents libminizip-dev & libkml-dev to be
installed.

The attached patch adds the version constraint to only
Conflicts/Replaces libkml-dev version preceding the fix.

Kind Regards,

Bas
--- ../minizip-1.1_debian.orig/control	2015-08-01 14:05:09.091512734 +0200
+++ debian/control	2015-08-01 14:06:00.904553476 +0200
@@ -47,9 +47,9 @@
  ${misc:Depends},
  libminizip1 (= ${binary:Version})
 Replaces:
- libkml-dev,
+ libkml-dev (<< 1.3.0r864+git20150723-0fa2f22-1~),
 Conflicts:
- libkml-dev,
+ libkml-dev (<< 1.3.0r864+git20150723-0fa2f22-1~),
 Description: compression library - minizip development files
  minizip is a minimalistic library that supports compressing, extracting,
  viewing, and manipulating zip files.
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to