add old debian/ files
authorYoumin Ha <youmin.ha@samsung.com>
Tue, 18 May 2010 08:38:31 +0000 (17:38 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Tue, 18 May 2010 08:38:31 +0000 (17:38 +0900)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..e18ff38
--- /dev/null
@@ -0,0 +1,71 @@
+ethumb (0.1-12slp2) unstable; urgency=low
+
+  * change package version
+
+ -- Jaehwan Kim <jae.hwan.kim@samsung.com>  Thu, 25 Mar 2010 16:05:58 +0900
+
+ethumb (0.1-11) unstable; urgency=low
+
+  * EFL_update_revision_46864
+
+ -- Jaehwan Kim <jae.hwan.kim@samsung.com>  Wed, 10 Mar 2010 16:06:42 +0900
+
+ethumb (0.1-10) unstable; urgency=low
+
+  * EFL_update_revision_46864
+
+ -- Kim jae.hwan.kim@samsung.com <svn_EFL>  Wed, 10 Mar 2010 15:11:50 +0900
+
+ethumb (0.1-9) unstable; urgency=low
+
+  * repack
+
+ -- Jaehwan Kim <jae.hwan.kim@samsung.com>  Thu, 04 Feb 2010 20:38:08 +0900
+
+ethumb (0.1-8) unstable; urgency=low
+
+  * EFL_update_revision_45828
+
+ -- Jaehwan Kim <jae.hwan.kim@samsung.com>  Wed, 03 Feb 2010 16:39:27 +0900
+
+ethumb (0.1-7) unstable; urgency=low
+
+  * EFL_update_revision_45322
+
+ -- Jihoon Kim <jihoon48.kim@samsung.com>  Tue, 19 Jan 2010 20:44:53 +0900
+
+ethumb (0.1-6) unstable; urgency=low
+
+  * reupload EFL i686
+
+ -- Jaehwan Kim <jae.hwan.kim@samsung.com>  Tue, 12 Jan 2010 17:36:13 +0900
+
+ethumb (0.1-5) unstable; urgency=low
+
+  * reupload EFL
+
+ -- Jaehwan Kim <jae.hwan.kim@samsung.com>  Mon, 11 Jan 2010 22:17:48 +0900
+
+ethumb (0.1-4) unstable; urgency=low
+
+  * update EFL revision 45026
+
+ -- Jaehwan Kim <jae.hwan.kim@samsung.com>  Mon, 11 Jan 2010 13:28:12 +0900
+
+ethumb (0.1-3) unstable; urgency=low
+
+  * update EFL
+
+ -- Jaehwan Kim <jae.hwan.kim@samsung.com>  Tue, 29 Dec 2009 14:27:09 +0900
+
+ethumb (0.1-2) unstable; urgency=low
+
+  * svn stable version
+
+ -- Sangho Park <sangho.g.park@sangho.g.park>  Thu, 19 Nov 2009 20:02:53 +0900
+
+ethumb (0.1-1) unstable; urgency=low
+
+   * a SVN release.
+
+ -- Sangho Park <sangho.g.park@sangho.g.park>  Fri, 13 Nov 2009 09:27:21 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..994decc
--- /dev/null
@@ -0,0 +1,15 @@
+Source: ethumb
+Section: x11
+Priority: optional
+Maintainer: Jaehwan Kim <jae.hwan.kim@samsung.com>, Jihoon Kim <jihoon48.kim@samsung.com>
+Original-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
new file mode 100644 (file)
index 0000000..065c959
--- /dev/null
@@ -0,0 +1,9 @@
+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
new file mode 100755 (executable)
index 0000000..ab63ee8
--- /dev/null
@@ -0,0 +1,11 @@
+#!/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 :=
+
+clean::
+       [ ! -f Makefile ] || make distclean