This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit 7d68dac09046583b91c3126b381bcd6c2f08fba9 Author: Matthias Klose <[email protected]> Date: Sun Oct 8 01:40:00 2006 +0200 Import Debian changes 3.2.1-3 ecj-bootstrap (3.2.1-3) unstable; urgency=low * Add missing build dependency. --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 9 +++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 636a628..ac590b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ecj-bootstrap (3.2.1-3) unstable; urgency=low + + * Add missing build dependency. + + -- Matthias Klose <[email protected]> Sun, 8 Oct 2006 01:40:00 +0200 + ecj-bootstrap (3.2.1-2) unstable; urgency=low * Add 1.6 compatibility in package description. diff --git a/debian/control b/debian/control index ccc857e..b6a80d9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jerry Haltom <[email protected]>, Michael Koch <[email protected]>, Matthias Klose <[email protected]> -Build-Depends: cdbs (>= 0.4.26), debhelper (>= 4.1.0), gcj-4.1 (>= 4.1.1-13), fastjar, ant, zip, dpkg (>= 1.13.19), python +Build-Depends: cdbs (>= 0.4.26), debhelper (>= 4.1.0), gcj-4.1 (>= 4.1.1-13), fastjar, ant, zip, dpkg (>= 1.13.19), python, time Standards-Version: 3.7.2 Package: ecj-bootstrap diff --git a/debian/rules b/debian/rules index 8dd457a..b78f2ac 100755 --- a/debian/rules +++ b/debian/rules @@ -85,8 +85,9 @@ else mkdir -p build/dist cp -p build/bootstrap/ecj.jar build/dist/ecj.jar endif - cp build/dist/ecj.jar build/dist/ecj-standalone.jar - zip -d build/dist/ecj-standalone.jar \ + mkdir -p build/exe + cp build/dist/ecj.jar build/exe/ecj-standalone.jar + zip -d build/exe/ecj-standalone.jar \ 'org/eclipse/jdt/core/JDTCompilerAdapter*' touch build/stamp-bytecode @@ -112,7 +113,7 @@ ifeq ($(with_native),yes) time $(GCJ) \ -O2 -g -Wl,-O1 \ --main=org.eclipse.jdt.internal.compiler.batch.Main \ - -o build/dist/ecj-bootstrap-gcj build/dist/ecj-standalone.jar + -o build/exe/ecj-bootstrap-gcj build/exe/ecj-standalone.jar endif touch build/stamp-nativecode @@ -135,7 +136,7 @@ ifeq ($(with_native),yes) debian/tmp/usr/share/gcj/classmap.d/ mkdir -p debian/tmp/usr/bin - install -m 755 build/dist/ecj-bootstrap-gcj debian/tmp/usr/bin/ + install -m 755 build/exe/ecj-bootstrap-gcj debian/tmp/usr/bin/ endif mkdir -p debian/ecj-bootstrap-gcj/usr/share/man/man1 ln -sf ecj-bootstrap.1.gz \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

