This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit caf9c8aa55578497732f6f50dae3cd24345205c3 Author: Matthias Klose <[email protected]> Date: Sat Aug 25 20:12:38 2007 +0200 Imported Debian patch 3.3.0+0728-2 --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 939ac00..fc62559 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ecj (3.3.0+0728-2) unstable; urgency=low + + * Tighten build-dependency on libgcj-bc. + + -- Matthias Klose <[email protected]> Sat, 25 Aug 2007 20:12:38 +0200 + ecj (3.3.0+0728-1) unstable; urgency=medium * New upstream version, taken from the R3_3_maintenance tag. diff --git a/debian/control b/debian/control index b693d0e..e14a1af 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ 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 (>= 5), gcj-4.2 (>= 4.2.1-3) [!alpha !m68k], gcj-4.1 (>= 4.1.2) [alpha m68k], - libgcj-bc (>= 4.2.1) [!alpha !m68k], libgcj-bc (>= 4.1.2) [alpha m68k], + libgcj-bc (>= 4.2.1-2) [!alpha !m68k], libgcj-bc (>= 4.1.2) [alpha m68k], fastjar, ant, zip, dpkg (>= 1.13.19), python, time Build-Conflicts: ecj-bootstrap-gcj (<< 3.2.2) Standards-Version: 3.7.2 diff --git a/debian/rules b/debian/rules index 292a7ab..e691cdb 100755 --- a/debian/rules +++ b/debian/rules @@ -179,10 +179,10 @@ endif debian/ecj-gcj/usr/share/man/man1/ecj-gcj.1.gz binary-predeb/ecj1:: - sed -i 's/libgcj[1-9][^,]*//;s/,,/,/' debian/ecj1.substvars +# sed -i 's/libgcj[1-9][^,]*//;s/,,/,/' debian/ecj1.substvars binary-predeb/ecj-gcj:: - sed -i 's/libgcj[1-9][^,]*//;s/,,/,/' debian/ecj-gcj.substvars +# sed -i 's/libgcj[1-9][^,]*//;s/,,/,/' debian/ecj-gcj.substvars clean:: rm -rf build -- 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

