From b626c46cbe4b3e4a547b0c011d8ae69a82b86f9e Mon Sep 17 00:00:00 2001 From: Allison Randal Date: Sat, 27 Nov 2010 18:11:12 -0800 Subject: [PATCH] Updated generated Debian package file for 2.9.1 release. --- ports/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/debian/control b/ports/debian/control index abf162c7f5..c03a7cf554 100644 --- a/ports/debian/control +++ b/ports/debian/control @@ -26,7 +26,7 @@ Description: A minimal install of the Parrot VM to get up and running in the average use case, and is sufficient to run most language implementations. -Package: libparrot2.6.0 +Package: libparrot2.9.1 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -37,7 +37,7 @@ Description: Parrot shared library Package: libparrot-dev Architecture: any Section: libdevel -Depends: ${misc:Depends}, libparrot2.6.0 (= ${binary:Version}), parrot +Depends: ${misc:Depends}, libparrot2.9.1 (= ${binary:Version}), parrot Description: Parrot shared library development files This package contains header files and a static library, needed to develop applications which embed Parrot.