diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 27a0119..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -expedite (0.6.0+svnYYYYMMDD-1) unstable; urgency=low - - * a SVN release. - - -- quaker Sat, 27 Dec 2008 14:48:46 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 1e8b314..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/debian/control b/debian/control deleted file mode 100644 index f2e18ea..0000000 --- a/debian/control +++ /dev/null @@ -1,14 +0,0 @@ -Source: expedite -Section: x11 -Priority: optional -Maintainer: quaker -Build-Depends: cdbs, debhelper (>= 6), libevas-dev, pkg-config, libtool, libxext-dev -Standards-Version: 3.8.1 -Homepage: http://www.enlightenment.org - -Package: expedite -Architecture: any -Depends: ${shlibs:Depends}, libevas-svn-01, 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 deleted file mode 100644 index 3ca1156..0000000 --- a/debian/copyright +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100755 index 6acb8ff..0000000 --- a/debian/rules +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk - -DEB_CONFIGURE_SCRIPT := ./autogen.sh -DEB_MAKE_CLEAN_TARGET := distclean -DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath - -clean:: - [ ! -f Makefile ] || make distclean