[felix-bundlerepository] 02/03: Add versioned constraint to dependencies on libosgi-* packages
Miguel Landaeta
nomadium at moszumanska.debian.org
Thu Feb 19 14:09:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository felix-bundlerepository.
commit af5d5d5797c0d4f8e914d55b3ecb8d75f2053f8e
Author: Miguel Landaeta <nomadium at debian.org>
Date: Thu Feb 19 00:22:08 2015 -0300
Add versioned constraint to dependencies on libosgi-* packages
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8e5ff4a..651d859 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ felix-bundlerepository (2.0.2-1) UNRELEASED; urgency=medium
[ Miguel Landaeta ]
* Remove specific versions from package descriptions.
+ * Add versioned constraint for B-D on libosgi-core-java.
-- Miguel Landaeta <nomadium at debian.org> Wed, 18 Feb 2015 23:29:19 -0300
diff --git a/debian/control b/debian/control
index b5f6b80..677cc05 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends:
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libmaven-source-plugin-java,
- libosgi-compendium-java,
- libosgi-core-java,
+ libosgi-compendium-java (>= 5.0.0~),
+ libosgi-core-java (>= 5.0.0~),
maven-debian-helper (>= 1.4)
Standards-Version: 3.9.6
Homepage: http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-bundlerepository.git
More information about the pkg-java-commits
mailing list