Hi Daniel, thanks for the hint. I should have tested in the same clean chroot I noticed the bug in before posting the patch. :) So here is the correct one.
Daniel Schepler wrote: > I just noticed that your NMU patch for jed posted to this bug is incomplete > -- > you also need to fix the binary dependencies of jed-common, or jed will still > be uninstallable. Kind regards T. -- Thomas Viehmann, http://thomas.viehmann.net/
diff -urN jed-0.99.16-5/debian/changelog jed-0.99.16/debian/changelog --- jed-0.99.16-5/debian/changelog 2005-10-28 10:05:25.000000000 +0200 +++ jed-0.99.16/debian/changelog 2005-10-28 14:02:08.000000000 +0200 @@ -1,3 +1,10 @@ +jed (0.99.16-5.1) unstable; urgency=low + + * NMU fixing build-dependency on libslang1-dev and + dependency of jed-common. Closes: #324982. + + -- Thomas Viehmann <[EMAIL PROTECTED]> Fri, 28 Oct 2005 10:05:52 +0200 + jed (0.99.16-5) unstable; urgency=low +++ Changes by Rafael Laboissiere diff -urN jed-0.99.16-5/debian/control jed-0.99.16/debian/control --- jed-0.99.16-5/debian/control 2005-10-28 10:05:25.000000000 +0200 +++ jed-0.99.16/debian/control 2005-10-28 14:00:18.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian JED Group <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -Build-Depends: debhelper (>= 4), hevea, libgpmg1-dev (>= 1.17.8-18) [!hurd-i386], perl (>= 5.004.05-1.1), perl-base (>= 5.004.05-1.1), slang1-dev (>= 1.3.11), xlibs-dev (>= 4.0.1-10), libfreetype6-dev (>= 2.0.1-1), libxft-dev, dpatch +Build-Depends: debhelper (>= 4), hevea, libgpmg1-dev (>= 1.17.8-18) [!hurd-i386], perl (>= 5.004.05-1.1), perl-base (>= 5.004.05-1.1), libslang1-dev, xlibs-dev (>= 4.0.1-10), libfreetype6-dev (>= 2.0.1-1), libxft-dev, dpatch Package: jed Architecture: any @@ -47,7 +47,7 @@ Package: jed-common Architecture: all -Depends: slang1 (>= 1.3.11) +Depends: libslang1 Replaces: jedslc, jedsl, jedsl-src, jed (<< 0.99.10-2) Conflicts: jedslc, jedsl, jedsl-src, jed (<< 0.99.10-2) Recommends: jed

