prepare debian rules files for new chmod permissions.
authorquaker <quaker@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 9 Jan 2009 16:31:51 +0000 (16:31 +0000)
committerquaker <quaker@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 9 Jan 2009 16:31:51 +0000 (16:31 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@38518 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

debian/rules [deleted file]

diff --git a/debian/rules b/debian/rules
deleted file mode 100644 (file)
index f871221..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-DEB_DH_STRIP_ARGS := --dbg-package=libembryo-dbg
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
-DEB_MAKE_CLEAN_TARGET := clean
-DEB_SOURCE_VERSION := $(shell grep AC_INIT $(DEB_SRCDIR)/configure.ac|sed -e 's/AC_INIT(\[embryo\],\ \[\(.*\)\],\ \[.*@.*\])/\1/g')
-CFLAGS += -fvisibility=hidden
-
-build/libembryo-doc::
-       cd $(DEB_SRCDIR)/doc && make doc
-
-install/libembryo-doc::
-       tar jxf embryo-*-doc.tar.bz2 -C $(DEB_SRCDIR)
-       cp -R $(DEB_SRCDIR)/embryo-$(DEB_SOURCE_VERSION)-doc/doc/html debian/libembryo-doc/usr/share/doc/libembryo-doc/
-       rm -rf $(DEB_SRCDIR)/embryo-$(DEB_SOURCE_VERSION)-doc/
-
-clean::
-       ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)