diff -u parrot-0.4.6/debian/changelog parrot-0.4.6/debian/changelog --- parrot-0.4.6/debian/changelog +++ parrot-0.4.6/debian/changelog @@ -1,3 +1,9 @@ +parrot (0.4.6-1ubuntu1) feisty; urgency=low + + * Depend on libicu36 and libicu36-dev + + -- Vassilis Pandis Wed, 31 Jan 2007 15:35:09 +0000 + parrot (0.4.6-1) unstable; urgency=low * New upstream release. diff -u parrot-0.4.6/debian/control parrot-0.4.6/debian/control --- parrot-0.4.6/debian/control +++ parrot-0.4.6/debian/control @@ -2,7 +2,7 @@ Section: interpreters Priority: optional Maintainer: Florian Ragwitz -Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgmp3-dev, libgdbm-dev, python, libicu34-dev, libreadline-dev +Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgmp3-dev, libgdbm-dev, python, libicu36-dev, libreadline-dev Standards-Version: 3.7.2 Package: parrot @@ -33,7 +33,7 @@ Package: libparrot-dev Architecture: any Section: libdevel -Depends: libparrot0.4.6 (= ${Source-Version}), parrot, libicu34-dev +Depends: libparrot0.4.6 (= ${Source-Version}), parrot, libicu36-dev Description: virtual machine to execute bytecode for interpreted languages Parrot is a virtual machine designed to execute bytecode for interpreted languages efficiently. Parrot will be the target for the Perl 6 compiler.