[libcitygml] 01/02: Fix version in Breaks/Replaces for experimental revisions.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jul 25 11:47:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libcitygml.
commit 3d6ffc00e0fcb65b07802e30c7b36703d8adaac3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jul 25 13:23:16 2015 +0200
Fix version in Breaks/Replaces for experimental revisions.
---
debian/changelog | 6 ++++++
debian/control | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ce4faa3..eecd40f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libcitygml (1.4.3-1~exp2) UNRELEASED; urgency=medium
+
+ * Fix version in Breaks/Replaces for experimental revisions.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 25 Jul 2015 13:22:48 +0200
+
libcitygml (1.4.3-1~exp1) experimental; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 1bcbf5d..72b9006 100644
--- a/debian/control
+++ b/debian/control
@@ -44,8 +44,8 @@ Section: libdevel
Depends: libcitygml1 (= ${binary:Version}),
${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
-Breaks: libcitygml0-dev (<< 1.4.3-1)
-Replaces: libcitygml0-dev (<< 1.4.3-1)
+Breaks: libcitygml0-dev (<< 1.4.3-1~)
+Replaces: libcitygml0-dev (<< 1.4.3-1~)
Description: Static and header files of libcitygml
libcitygml is a small and easy to use open source C++ library for parsing
CityGML files in such a way that data can be easily exploited by 3D
@@ -66,8 +66,8 @@ Section: utils
Depends: libcitygml1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
-Breaks: libcitygml0-bin (<< 1.4.3-1)
-Replaces: libcitygml0-bin (<< 1.4.3-1)
+Breaks: libcitygml0-bin (<< 1.4.3-1~)
+Replaces: libcitygml0-bin (<< 1.4.3-1~)
Description: Utils of libcitygml - citygmltest
libcitygml is a small and easy to use open source C++ library for parsing
CityGML files in such a way that data can be easily exploited by 3D
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libcitygml.git
More information about the Pkg-grass-devel
mailing list