[Pkg-e-commits] [SCM] Enlightenment DR17 advanced canvas library branch, new-svn-snapshot, updated. debian/0.9.9.050+svn20081206-1-2385-ged2604d

Albin Tonnerre albin.tonnerre at gmail.com
Sun Nov 22 12:04:38 UTC 2009


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

    Remove DEB_DH_STRIP_ARGS, cdbs figures this out

diff --git a/debian/rules b/debian/rules
index 53933f4..ef0c7d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,15 +6,6 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 CFLAGS += -fvisibility=hidden
 
-build/libevas-doc::
-	$(MAKE) doc
-
-install/libevas-doc::
-	cp -R $(DEB_SRCDIR)/doc/html debian/libevas-doc/usr/share/doc/libevas-doc/
-
-#DEB_INSTALL_MANPAGES_libevas-doc := $(DEB_SRCDIR)/doc/man/man3/*.3
-DEB_DH_STRIP_ARGS := --dbg-package=libevas-dbg
-
 ifeq (hppa,$(DEB_HOST_ARCH))
 	arch_flags += --disable-pthreads
 else
@@ -25,6 +16,14 @@ ifeq (linux,$(DEB_HOST_ARCH_OS))
 	arch_flags += --enable-fb
 endif
 
+build/libevas-doc::
+	$(MAKE) doc
+
+install/libevas-doc::
+	cp -R $(DEB_SRCDIR)/doc/html debian/libevas-doc/usr/share/doc/libevas-doc/
+
+#DEB_INSTALL_MANPAGES_libevas-doc := $(DEB_SRCDIR)/doc/man/man3/*.3
+
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-strict \
 	--enable-fontconfig \
 	--enable-software-x11 \

-- 
Enlightenment DR17 advanced canvas library



More information about the Pkg-e-commits mailing list