[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.6.2-exp-1-37-g893b82b
Niels Thykier
nthykier at alioth.debian.org
Fri Aug 5 15:03:35 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".
The branch, master has been updated
via 893b82b64c903270bcadab7528685e3e9e1146f1 (commit)
from a0e4dd838020f90fc20885e16ec1423b33f2644f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 893b82b64c903270bcadab7528685e3e9e1146f1
Author: Niels Thykier <niels at thykier.net>
Date: Fri Aug 5 17:03:01 2011 +0200
Fixed the version constrains for sat4j
-----------------------------------------------------------------------
Summary of changes:
debian/control | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 3d50a25..aa85719 100644
--- a/debian/control
+++ b/debian/control
@@ -42,8 +42,8 @@ Build-Depends: ant (>= 1.8.2),
maven-repo-helper,
pkg-config,
rsync,
- sat4j (>= 2.2.3),
- sat4j (<< 2.2.4),
+ sat4j (>= 2.3.0),
+ sat4j (<< 2.4.0),
unzip,
zip
Standards-Version: 3.9.2
@@ -134,8 +134,8 @@ Depends: ant (>= 1.8.2),
liblucene2-java (>= 2.9.4+ds1),
liblucene2-java (<< 2.9.5),
libservlet2.5-java (>= 6.0.20-8),
- sat4j (>= 2.2.3),
- sat4j (<< 2.2.4),
+ sat4j (>= 2.3.0),
+ sat4j (<< 2.4.0),
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list