This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository osgi-compendium.
commit a3fa73b4019fa249c6bf96a163f46724219a6e5c Author: Miguel Landaeta <[email protected]> Date: Tue Feb 17 21:01:29 2015 -0300 Add versioned constraint to dependencies on libosgi-core-java --- debian/changelog | 7 +++++-- debian/control | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c460dfa..390ac3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -osgi-compendium (5.0.0-1) experimental; urgency=medium +osgi-compendium (5.0.0-1) UNRELEASED; urgency=medium * Team upload. @@ -22,7 +22,10 @@ osgi-compendium (5.0.0-1) experimental; urgency=medium * Update debian/pom.xml for version 5.0.0. * Delete override for jh_manifest. It is obsolete. - -- Markus Koschany <[email protected]> Mon, 09 Feb 2015 15:40:18 +0100 + [ Miguel Landaeta ] + * Add versioned constraint to dependencies on libosgi-core-java. + + -- Markus Koschany <[email protected]> Tue, 17 Feb 2015 23:32:37 +0100 osgi-compendium (4.3.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index a1eb1b4..4f8c21f 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: default-jdk, javahelper, libgeronimo-jpa-2.0-spec-java, - libosgi-core-java, + libosgi-core-java (>= 5.0.0~), libosgi-foundation-ee-java, libservlet2.5-java, maven-repo-helper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-compendium.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

