Change Debian package name from libeet0 to libeet1.
authorkaethorn <kaethorn>
Tue, 6 May 2008 02:08:18 +0000 (02:08 +0000)
committerkaethorn <kaethorn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 May 2008 02:08:18 +0000 (02:08 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@34468 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

debian/control
debian/libeet1.install [moved from debian/libeet0.install with 100% similarity]

index 1a4527a..2943954 100644 (file)
@@ -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