[Pkg-e-commits] [SCM] Enlightenment DR17 file chunk reading/writing library branch, master, updated. 5f6d9f167d1d19a37b2240fcd0edd8961984e0b7
Albin Tonnerre
albin.tonnerre at gmail.com
Wed Mar 19 22:10:10 UTC 2008
The following commit has been merged in the master branch:
commit 5f6d9f167d1d19a37b2240fcd0edd8961984e0b7
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Wed Mar 19 23:10:52 2008 +0100
fix missing deps for static linking
diff --git a/debian/changelog b/debian/changelog
index 2738897..dbbf95d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+eet (0.9.10.042-2) UNRELEASED; urgency=low
+
+ * libeet-dev depends on libjpeg62-dev for static linking
+
+ -- Albin Tonnerre <albin.tonnerre at gmail.com> Wed, 19 Mar 2008 23:09:45 +0100
+
eet (0.9.10.042-1) experimental; urgency=low
* Initial release (Closes: #461950)
diff --git a/debian/control b/debian/control
index 9e99254..e30a707 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}), pkg-config
+Depends: libeet0 (= ${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
--
Enlightenment DR17 file chunk reading/writing library
More information about the Pkg-e-commits
mailing list