tag 480803 + patch thanks On Mon, May 12, 2008 at 09:07:23AM +0200, Mike Hommey wrote: > Package: classpath > Severity: wishlist > User: [EMAIL PROTECTED] > Usertags: xulrunner-transition > > With the upcoming xulrunner transition, libxul-dev is going to disappear. > > I already sent instructions on what you should be doing in > http://lists.debian.org/debian-release/2008/05/msg00009.html > > This bug report is mostly to help follow the transition going. > > FYI, I will start NMUing plugins and components next week, and will break > the remaining packages by uploading xulrunner 1.9 in unstable on May 25. > > Though help will be appreciated, I'll also prepare updated packages for > these during this week and next.
Here is the patch to implement the change. Please upload a new package with the patch applied ASAP. Without action from your part within the next week, I'll upload a NMU. Thanks, Mike
diff -u classpath-0.97.1/debian/control classpath-0.97.1/debian/control --- classpath-0.97.1/debian/control +++ classpath-0.97.1/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Michael Koch <[EMAIL PROTECTED]>, Arnaud Vandyck <[EMAIL PROTECTED]>, John Leuner <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), ecj, zip, libgtk2.0-dev, libgconf2-dev, libart-2.0-dev, libx11-dev, libice-dev, libxt-dev, libxtst-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libcairo2-dev, dpatch, libqt4-dev (>= 4.1.0), dssi-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], ladspa-sdk, libjack0.100.0-dev, libxul-dev, libmagic-dev, gcj +Build-Depends: debhelper (>= 4.0.0), ecj, zip, libgtk2.0-dev, libgconf2-dev, libart-2.0-dev, libx11-dev, libice-dev, libxt-dev, libxtst-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libcairo2-dev, dpatch, libqt4-dev (>= 4.1.0), dssi-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], ladspa-sdk, libjack0.100.0-dev, iceape-dev (>= 1.1.9-5), libmagic-dev, gcj Build-Depends-Indep: gjdoc (>= 0.7.9) Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/classpath

