diff --git a/legacy/ethumb/debian/changelog b/legacy/ethumb/debian/changelog deleted file mode 100644 index 15dae93111..0000000000 --- a/legacy/ethumb/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -ethumb (0.1-1) unstable; urgency=low - - * a SVN release. - - -- quaker Sat, 10 Apr 2009 10:50:46 +0100 diff --git a/legacy/ethumb/debian/compat b/legacy/ethumb/debian/compat deleted file mode 100644 index 1e8b314962..0000000000 --- a/legacy/ethumb/debian/compat +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/legacy/ethumb/debian/control b/legacy/ethumb/debian/control deleted file mode 100644 index ac84f1bdc6..0000000000 --- a/legacy/ethumb/debian/control +++ /dev/null @@ -1,14 +0,0 @@ -Source: ethumb -Section: x11 -Priority: optional -Maintainer: quaker -Build-Depends: cdbs, debhelper (>= 6), libevas-dev, libedje-dev, libeina-dev, libecore-dev, pkg-config, libtool -Standards-Version: 3.8.1 -Homepage: http://www.enlightenment.org - -Package: ethumb -Architecture: any -Depends: ${shlibs:Depends} -Description: Enlightenment thumbnailing library - Thumbnailing library meant to replace epsilon. - diff --git a/legacy/ethumb/debian/copyright b/legacy/ethumb/debian/copyright deleted file mode 100644 index 065c959286..0000000000 --- a/legacy/ethumb/debian/copyright +++ /dev/null @@ -1,9 +0,0 @@ -This package was debianized by quaker on -Sat, 10 Apr 2009 10:50:46 +0100. - -Author(s): - Rafael Antognolli - -License: - See the COPYING file - diff --git a/legacy/ethumb/debian/rules b/legacy/ethumb/debian/rules deleted file mode 100755 index 6acb8ffa6f..0000000000 --- a/legacy/ethumb/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