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:58 +0000 (05:50 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Nov 2010 05:50:58 +0000 (05:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ethumb@54297 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 15dae93..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-ethumb (0.1-1) unstable; urgency=low
-
-  * a SVN release.
-
- -- quaker <quaker66@gmail.com> Sat, 10 Apr 2009 10:50: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 ac84f1b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: ethumb
-Section: x11
-Priority: optional
-Maintainer: quaker <quaker66@gmail.com>
-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/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index 065c959..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-This package was debianized by quaker <quaker66@gmail.com> on
-Sat, 10 Apr 2009 10:50:46 +0100.
-
-Author(s): 
- Rafael Antognolli <antognolli@profusion.mobi>
-
-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