[Pkg-e-commits] [SCM] Enlightenment DR17 file chunk reading/writing library branch, master, updated. 78647cef1aaa606ce72f2d043a273456e7897d6b
Albin Tonnerre
albin.tonnerre at gmail.com
Mon Apr 21 09:24:49 UTC 2008
The following commit has been merged in the master branch:
commit 78647cef1aaa606ce72f2d043a273456e7897d6b
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Mon Apr 21 11:24:54 2008 +0200
New upstream release, upload to unstable
diff --git a/debian/changelog b/debian/changelog
index f8f6683..1944cec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-eet (1.0.0-1) UNRELEASED; urgency=low
+eet (1.0.0-1) unstable; urgency=low
* New upstream release
* libeet-dev depends on libjpeg62-dev for static linking
+ * Upload to unstable
- -- Jan Lübbe <jluebbe at debian.org> Mon, 21 Apr 2008 11:02:37 +0200
+ -- Albin Tonnerre <albin.tonnerre at gmail.com> Mon, 21 Apr 2008 11:13:28 +0200
eet (0.9.10.042-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index e30a707..eed263c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://www.enlightenment.org
Package: libeet-dev
Section: libdevel
Architecture: any
-Depends: libeet0 (= ${binary:Version}), libjpeg62-dev, pkg-config
+Depends: libeet1 (= ${binary:Version}), libjpeg62-dev, pkg-config
Recommends: libeet-doc
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
@@ -28,7 +28,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
@@ -38,7 +38,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}
Description: Enlightenment DR17 file chunk reading/writing library
@@ -67,7 +67,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
--
Enlightenment DR17 file chunk reading/writing library
More information about the Pkg-e-commits
mailing list