[Pkg-e-commits] [SCM] Enlightenment DR17 graphical layout and animation library branch, master, updated. debian/0.9.9.050+svn20081206-1-1093-g0f4d7fb
Albin Tonnerre
albin.tonnerre at gmail.com
Fri Feb 6 15:02:40 UTC 2009
The following commit has been merged in the master branch:
commit 0f4d7fb784938fbac431c87290e585389878fc00
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Tue Feb 3 23:49:13 2009 +0100
New SVN snapshot
diff --git a/debian/changelog b/debian/changelog
index 0e97904..1ef4e4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+edje (0.9.9.050+svn20090204-1) experimental; urgency=low
+
+ * New SVN snapshot
+ - tighten requirements on libeina-dev
+ - Bump shlibs due to functions added to the API
+ - Add --enable-doc to configure to get the doc built
+ * Make libedje-bin depend on a recent libembryo-bin
+ - Fixes a bug when using edje_cc while E is running, as it calls embryo_cc,
+ which uses environment variables set by E where it shouldn't
+ * Use a proper short description for libedje-dbg
+
+ -- Albin Tonnerre <albin.tonnerre at gmail.com> Wed, 04 Feb 2009 00:48:09 +0100
+
edje (0.9.9.050+svn20081206-2) experimental; urgency=low
* Remove version name from -dev packages name
diff --git a/debian/control b/debian/control
index 2e73ad4..802613f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Pkg-e Team <pkg-e-devel at lists.alioth.debian.org>
Uploaders: Albin Tonnerre <albin.tonnerre at gmail.com>,
Xavier Oswald <x.oswald at free.fr>, Jan Lübbe <jluebbe at debian.org>
Build-Depends: debhelper (>= 6), cdbs, quilt, libeet-dev, libevas-dev (>= 0.9.9.050+svn20081206),
- libecore-dev (>= 0.9.9.050+svn20081201), libembryo-dev, libeina-dev, doxygen
+ libecore-dev (>= 0.9.9.050+svn20081201), libembryo-dev, libeina-dev (>= 0.0.1~svn20080128), doxygen
Standards-Version: 3.8.0
Vcs-Git: git://git.debian.org/pkg-e/libs/edje.git
Vcs-Browser: http://git.debian.org/?p=pkg-e/libs/edje.git
@@ -14,7 +14,7 @@ Homepage: http://enlightenment.org
Package: libedje-bin
Architecture: any
Section: devel
-Depends: ${misc:Depends}, ${shlibs:Depends}, libembryo-bin, libevas-0.9.9.050a-engines
+Depends: ${misc:Depends}, ${shlibs:Depends}, libembryo-bin (>= 0.9.9.050+svn20090204), libevas-0.9.9.050a-engines
Description: Various binaries for use with libedje
Edje is a graphical layout and animation library for animated resizable,
compressed and scalable themes. It is the theming engine behind
@@ -50,7 +50,7 @@ Package: libedje-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libedje-0.9.9.050a (= ${binary:Version}), libeet-dev, libembryo-dev,
- libevas-dev (>= 0.9.9.050+svn20081206), libecore-dev (>= 0.9.9.050+svn20081201), libeina-dev, pkg-config
+ libevas-dev (>= 0.9.9.050+svn20081206), libecore-dev (>= 0.9.9.050+svn20081201), libeina-dev (>= 0.0.1~svn20090128), pkg-config
Description: libedje headers and static libraries
Edje is a graphical layout and animation library for animated resizable,
compressed and scalable themes. It is the theming engine behind
@@ -63,7 +63,7 @@ Architecture: any
Section: libdevel
Priority: extra
Depends: ${misc:Depends}, libedje-0.9.9.050a (= ${binary:Version})
-Description: Graphical layout and animation library
+Description: Debugging symbols for libedje
Edje is a graphical layout and animation library for animated resizable,
compressed and scalable themes. It is the theming engine behind
Enlightenment DR 0.17.
diff --git a/debian/libedje-0.9.9.050a.shlibs b/debian/libedje-0.9.9.050a.shlibs
new file mode 100644
index 0000000..eb7aa0a
--- /dev/null
+++ b/debian/libedje-0.9.9.050a.shlibs
@@ -0,0 +1 @@
+libedje 0.9.9.050a libedje-0.9.9.050a (>= 0.9.9.050+svn20090204)
diff --git a/debian/rules b/debian/rules
index 15cb6c3..65653eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ install/libedje-doc::
#DEB_INSTALL_MANPAGES_libedje-doc := $(DEB_SRCDIR)/doc/man/man3/*.3
DEB_DH_STRIP_ARGS := --dbg-package=libedje-dbg
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --enable-doc
refresh-patches:
@dh_testdir
--
Enlightenment DR17 graphical layout and animation library
More information about the Pkg-e-commits
mailing list