Added debian/rules files with a new permissions set(755).
authorquaker <quaker@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 9 Jan 2009 16:33:51 +0000 (16:33 +0000)
committerquaker <quaker@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 9 Jan 2009 16:33:51 +0000 (16:33 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@38519 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

debian/rules [new file with mode: 0755]

diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..813b463
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_MAKE_CLEAN_TARGET := clean
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
+
+clean::
+       ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)