diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f3b3c3c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +expedite (0.6.0-1) unstable; urgency=low + + * a SVN release. + + -- quaker Sat, 27 Dec 2008 14:48:46 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..1e8b314 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..94c0505 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: expedite +Section: x11 +Priority: optional +Maintainer: quaker +Build-Depends: cdbs, debhelper (>= 6), libevas-dev +Standards-Version: 3.7.3 +Homepage: http://www.enlightenment.org + +Package: expedite +Architecture: any +Depends: ${shlibs:Depends}, libevas0, libevas-engines, libevas-engines-extras +Description: Benchmarking suite for Evas + This is meant to be a detailed and comprehensive benchmark suite for Evas. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3ca1156 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,10 @@ +This package was debianized by quaker on +Sat, 27 Dec 2008 14:48:46 +0100. + +Author(s): + The Rasterman (Carsten Haitzler) + Tim Horton + +License: + See the COPYING file + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..813b463 --- /dev/null +++ b/debian/rules @@ -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)