no more debian dir in our svn - debian now handles this tehmselves.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Nov 2010 05:50:48 +0000 (05:50 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Nov 2010 05:50:48 +0000 (05:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@54296 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/rules [deleted file]

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index 27a0119..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-expedite (0.6.0+svnYYYYMMDD-1) unstable; urgency=low
-
-  * a SVN release.
-
- -- quaker <quaker66@gmail.com>  Sat, 27 Dec 2008 14:48:46 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 1e8b314..0000000
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index f2e18ea..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: expedite
-Section: x11
-Priority: optional
-Maintainer: quaker <quaker66@gmail.com>
-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 (file)
index 3ca1156..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-This package was debianized by quaker <quaker66@gmail.com> on
-Sat, 27 Dec 2008 14:48:46 +0100.
-
-Author(s): 
- The Rasterman (Carsten Haitzler) <raster@rasterman.com>
- Tim Horton <hortont424@gmail.com>
-
-License:
- See the COPYING file
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index 6acb8ff..0000000
+++ /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