[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 6d23ade1e29ecd137dea760188f7c713790aae32
Benjamin Drung
bdrung-guest at alioth.debian.org
Fri Feb 26 14:08:45 UTC 2010
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 6d23ade1e29ecd137dea760188f7c713790aae32 (commit)
via 95af5b96f822ff4319f2327813b2d19949e354c2 (commit)
from 020511dd591c67653c8d7b77d03fa9473e61cf1d (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 6d23ade1e29ecd137dea760188f7c713790aae32
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Fri Feb 26 00:30:32 2010 +0100
Refresh create-source-tarballs script.
commit 95af5b96f822ff4319f2327813b2d19949e354c2
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Fri Feb 26 00:10:56 2010 +0100
Drop dependency on libservlet2.4-java, libmx4j-java, and libxerces2-java.
-----------------------------------------------------------------------
Summary of changes:
debian/control | 4 ----
debian/extra/create-source-tarballs | 2 +-
2 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index dca797e..475b408 100644
--- a/debian/control
+++ b/debian/control
@@ -31,11 +31,8 @@ Build-Depends: ant (>= 1.7.1),
libjetty-java (>= 6.1.22),
libjsch-java (>= 0.1.37-3),
liblucene2-java (>= 2.9.1+ds1-5),
- libmx4j-java (>= 3.0.2-8),
libpango1.0-dev,
- libservlet2.4-java (>= 5.0.30-10),
libservlet2.5-java (>= 6.0.20-8),
- libxerces2-java,
libxt-dev,
libxtst-dev,
lsb-release,
@@ -123,7 +120,6 @@ Depends: default-jre | java5-runtime | java6-runtime,
libjetty-java (>= 6.1.22),
libjsch-java (>= 0.1.37-3),
liblucene2-java (>= 2.9.1+ds1-5),
- libservlet2.4-java (>= 5.0.30-10),
libservlet2.5-java (>= 6.0.20-8),
sat4j (>= 2.1.0),
xulrunner-1.9.1,
diff --git a/debian/extra/create-source-tarballs b/debian/extra/create-source-tarballs
index 0ec652e..3585851 100755
--- a/debian/extra/create-source-tarballs
+++ b/debian/extra/create-source-tarballs
@@ -7,7 +7,7 @@ VERSION=$(dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | sed 's/-[^
git co upstream
if test ! -f ../eclipse_${VERSION}.orig.tar.gz; then
- tar -c * --exclude-vcs --exclude=eclipse --transform="s@^@eclipse-build/@" | gzip -cn9 > ../eclipse_${VERSION}.orig.tar.gz
+ tar -c . --exclude-vcs --exclude ./eclipse --transform="s@^. at eclipse-build@" | gzip -cn9 > ../eclipse_${VERSION}.orig.tar.gz
fi
if test ! -f ../eclipse_${VERSION}.orig-eclipse.tar.bz2; then
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list