[epr-api] 05/09: Fixed the dependency string of the -dev package
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Fri Mar 28 21:20:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository epr-api.
commit 9c75798016ca13917a613a7c72a2bf501025d923
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sat Mar 22 19:49:01 2014 +0000
Fixed the dependency string of the -dev package
---
debian/changelog | 7 ++++---
debian/control | 5 ++++-
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6f9945e..4706934 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-epr-api (2.3~dev20140322-1) UNRELEASED; urgency=low
+epr-api (2.3~dev20140322-1) unstable; urgency=low
* New upstream snapshot
* Standard version bumped to 3.9.5 (no changes)
@@ -8,7 +8,8 @@ epr-api (2.3~dev20140322-1) UNRELEASED; urgency=low
* Now the -dev package also provides a static version of the library
* debian/control
- the -dev package is now architecture any
- - the -dev package now Depends from libepr-api2 (= ${binary:Version})
+ - the -dev package now Depends from libepr-api2 (<< ${source:Version}.)
+ (Closes: #742332)
- fixed formatting of the package descripton
- use canonical URL for VCS fields
- added build dependency from cmake
@@ -21,7 +22,7 @@ epr-api (2.3~dev20140322-1) UNRELEASED; urgency=low
- updated dates in copyright statements
* Added symbol file
- -- Antonio Valentino <antonio.valentino at tiscali.it> Tue, 13 Aug 2013 15:20:14 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 22 Mar 2014 20:13:06 +0000
epr-api (2.2-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 9720f53..83264c4 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,10 @@ Description: ENVISAT Product Reader API for C
Package: libepr-api-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libc6-dev, libepr-api2 (= ${binary:Version})
+Depends: ${misc:Depends},
+ libc6-dev,
+ libepr-api2 (>= ${source:Version}),
+ libepr-api2 (<< ${source:Version}.)
Provides: libepr-api2-dev
Replaces: libepr-api2-dev
Conflicts: libepr-api2-dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/epr-api.git
More information about the Pkg-grass-devel
mailing list