[protozero] 01/02: Fix Breaks/Replaces to use less then versions only.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Wed Sep 2 19:43:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository protozero.
commit 25b7883d6b707705419ada06643dd41be2c29376
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Sep 2 21:36:46 2015 +0200
Fix Breaks/Replaces to use less then versions only.
---
debian/changelog | 6 ++++++
debian/control | 6 ++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d9195d2..54ed354 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+protozero (1.1.0-5) UNRELEASED; urgency=medium
+
+ * Fix Breaks/Replaces to use less then versions only.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 02 Sep 2015 21:35:12 +0200
+
protozero (1.1.0-4) unstable; urgency=medium
* Ignore test failures only on problematic architectures.
diff --git a/debian/control b/debian/control
index dd1d02e..d78b626 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,8 @@ Package: libprotozero-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}
-Breaks: libosmium2-dev (>= 2.3.0-1~),
- libosmium2-dev (<< 2.4.1-2~)
-Replaces: libosmium2-dev (>= 2.3.0-1~),
- libosmium2-dev (<< 2.4.1-2~)
+Breaks: libosmium2-dev (<< 2.4.1-2~)
+Replaces: libosmium2-dev (<< 2.4.1-2~)
Suggests: protozero-doc
Description: Minimalistic protocol buffer decoder and encoder in C++
protozero is a minimalistic protocol buffer decoder and encoder in C++.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/protozero.git
More information about the Pkg-grass-devel
mailing list