[Pkg-e-commits] [SCM] Enlightenment DR17 graphical layout and animation library branch, new-svn-snapshot, updated. debian/0.9.9.050+svn20081206-1-1198-g01b2b46
Albin Tonnerre
albin.tonnerre at gmail.com
Sun Nov 22 17:29:37 UTC 2009
The following commit has been merged in the new-svn-snapshot branch:
commit dbd3e2e7ab8b21c885c6e3f65ea8244e929ef8ee
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Thu Nov 12 14:21:16 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 0c4f085..ae924ca 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ 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.062),
- libecore-dev (>= 0.9.9.062), libembryo-dev, libeina-dev (>= 0.0.2.062), doxygen
+ libecore-dev (>= 0.9.9.062), libembryo-dev, libeina-dev (>= 0.0.2.062)
+Build-Depends-Indep: doxygen
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/pkg-e/libs/edje.git
Vcs-Browser: http://git.debian.org/?p=pkg-e/libs/edje.git
diff --git a/debian/rules b/debian/rules
index 7ad8fee..6180694 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,8 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
-build/libedje-doc::
- $(MAKE) doc
-
install/libedje-doc::
+ $(MAKE) doc
cp -R $(DEB_SRCDIR)/doc/html debian/libedje-doc/usr/share/doc/libedje-doc/
#DEB_INSTALL_MANPAGES_libedje-doc := $(DEB_SRCDIR)/doc/man/man3/*.3
--
Enlightenment DR17 graphical layout and animation library
More information about the Pkg-e-commits
mailing list