From: kaethorn Date: Tue, 6 May 2008 02:08:18 +0000 (+0000) Subject: Change Debian package name from libeet0 to libeet1. X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~673 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ff776fae1606ff3077e2f61161d903106d709b6;p=profile%2Fivi%2Feet.git Change Debian package name from libeet0 to libeet1. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@34468 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/debian/control b/debian/control index 1a4527a..2943954 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Homepage: http://www.enlightenment.org Package: libeet-dev Section: libdevel Architecture: any -Depends: libeet0 (= ${Source-Version}), zlib1g-dev, libjpeg-dev -Provides: libeet0-dev -Conflicts: libeet0-dev +Depends: libeet1 (= ${Source-Version}), zlib1g-dev, libjpeg-dev +Provides: libeet1-dev +Conflicts: libeet1-dev Description: Enlightenment DR17 file chunk reading/writing library development files Eet is a tiny library designed to write an arbitary set of chunks of data to a file and optionally compress each chunk (very much like a zip file) and allow @@ -26,7 +26,7 @@ Package: libeet-doc Section: doc Architecture: all Enhances: libeet-dev -Description: libeet0 API documentation +Description: libeet1 API documentation Eet is a tiny library designed to write an arbitary set of chunks of data to a file and optionally compress each chunk (very much like a zip file) and allow fast random-access reading of the file later on. It does not do zip as zip @@ -36,7 +36,7 @@ Description: libeet0 API documentation This package contains documentation (html and manpages) for development with libeet. -Package: libeet0 +Package: libeet1 Architecture: any Depends: ${shlibs:Depends} Provides: libeet @@ -66,7 +66,7 @@ Package: libeet-dbg Architecture: any Section: libdevel Priority: extra -Depends: libeet0 (= ${binary:Version}) +Depends: libeet1 (= ${binary:Version}) Description: Enlightenment DR17 file chunk reading/writing library - debug symbols Eet is a tiny library designed to write an arbitary set of chunks of data to a file and optionally compress each chunk (very much like a zip file) and allow diff --git a/debian/libeet0.install b/debian/libeet1.install similarity index 100% rename from debian/libeet0.install rename to debian/libeet1.install