[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, new-svn-snapshot, updated. 0.9.9.050+svn20081201-1-2556-ga37f108

Albin Tonnerre albin.tonnerre at gmail.com
Sun Nov 22 17:15:48 UTC 2009


The following commit has been merged in the new-svn-snapshot branch:
commit 78ccf8fcaf9be4cdd3acf2522ce628d5074a2c71
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Wed Nov 11 23:21:38 2009 +0100

    Prevent the doc from being built when not necessary, and move doxygen to B-D-I

diff --git a/debian/control b/debian/control
index 1f74ff6..1f24f3f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, libeina-dev (>= 0.0
  libeet-dev (>= 1.0.0), libevas-dev (>= 0.9.9.062), libgnutls-dev,
  libcurl4-gnutls-dev, libxcursor-dev, libxss-dev, libxrender-dev, libxinerama-dev,
  libxrandr-dev, libxext-dev, libxp-dev, libxcomposite-dev, libjpeg62-dev,
- libxdamage-dev, x11proto-xext-dev, libxtst-dev, doxygen
+ libxdamage-dev, x11proto-xext-dev, libxtst-dev
+Build-Depends-Indep: doxygen
 Standards-Version: 3.8.3
 Homepage: http://enlightenment.org
 Vcs-Git: git://git.debian.org/pkg-e/libs/ecore.git
diff --git a/debian/rules b/debian/rules
index d0164da..9226927 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,8 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
 CFLAGS += -fvisibility=hidden
 LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
-build/libecore-doc::
-	$(MAKE) doc
-
 install/libecore-doc::
+	$(MAKE) doc
 	mkdir -p debian/libecore-doc/usr/share/doc/libecore-doc/
 	cp -R $(DEB_SRCDIR)/doc/html debian/libecore-doc/usr/share/doc/libecore-doc/
 

-- 
Core abstraction layer for enlightenment DR 0.17



More information about the Pkg-e-commits mailing list