fix Debian packaging.
authorkaethorn <kaethorn>
Tue, 6 May 2008 07:25:15 +0000 (07:25 +0000)
committerkaethorn <kaethorn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 May 2008 07:25:15 +0000 (07:25 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@34474 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

debian/control

index 2943954..4f30d41 100644 (file)
@@ -10,8 +10,6 @@ Package: libeet-dev
 Section: libdevel
 Architecture: any
 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
@@ -39,7 +37,6 @@ Description: libeet1 API documentation
 Package: libeet1
 Architecture: any
 Depends: ${shlibs:Depends}
-Provides: libeet
 Description: Enlightenment DR17 file chunk reading/writing library
  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