added debian features
authorDongHee, Yang <donghee.yang@samsung.com>
Tue, 8 Feb 2011 02:06:48 +0000 (11:06 +0900)
committerDongHee, Yang <donghee.yang@samsung.com>
Tue, 8 Feb 2011 02:06:48 +0000 (11:06 +0900)
arm-kernel/zImage_arm [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/debhelper.log [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/arm-kernel/zImage_arm b/arm-kernel/zImage_arm
new file mode 100755 (executable)
index 0000000..d381744
Binary files /dev/null and b/arm-kernel/zImage_arm differ
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..01028cd
--- /dev/null
@@ -0,0 +1,71 @@
+samsung-sdk-simulator-kernel (1.0-15) slp2-sdk-ubuntu8; urgency=low
+
+  * applied security patches 
+
+ -- DongHee, Yang <donghee.yang@samsung.com>  Tue, 08 Feb 2011 10:50:48 +0900
+
+samsung-sdk-simulator-kernel (1.0-14) slp2-sdk-ubuntu8; urgency=low
+
+  * Add sensor device
+
+ -- Sunghyun Kwon <sh0701.kwon@samsung.com>  Wed, 27 Oct 2010 11:43:15 +0900
+
+samsung-sdk-simulator-kernel (1.0-12) slp2-sdk-ubuntu8; urgency=low
+
+  * Add the virtio module
+
+ -- Sunghyun Kwon <sh0701.kwon@samsung.com>  Thu, 30 Sep 2010 11:54:04 +0900
+
+samsung-sdk-simulator-kernel (1.0-11) hardy; urgency=low
+
+  * dummy
+
+ -- shkwon <shkwon@shkwon-desktop>  Thu, 30 Sep 2010 11:53:32 +0900
+
+samsung-sdk-simulator-kernel (1.0-10) hardy; urgency=low
+
+  * dummy
+
+ -- shkwon <shkwon@shkwon-desktop>  Thu, 30 Sep 2010 11:52:48 +0900
+
+samsung-sdk-simulator-kernel (1.0-9) slp2-sdk-ubuntu8; urgency=low
+
+  * Add image mount function in initramfs
+
+ -- Sunghyun Kwon <sh0701.kwon@samsung.com>  Thu, 16 Sep 2010 08:54:58 +0900
+
+samsung-sdk-simulator-kernel (1.0-8) slp2-sdk-ubuntu8; urgency=low
+
+  * Patch SOCK_CLOEXEC option
+
+ -- Sunghyun Kwon <sh0701.kwon@samsung.com>  Wed, 08 Sep 2010 14:46:31 +0900
+
+samsung-sdk-simulator-kernel (1.0-5) slp2-sdk-ubuntu8; urgency=low
+
+  * Modified vdpram and dpram
+
+ -- Sunghyun Kwon <sh0701.kwon@samsung.com>  Thu, 10 Jun 2010 21:44:30 +0900
+
+samsung-sdk-simulator-kernel (1.0-4) slp2-sdk-ubuntu8; urgency=low
+
+  * Add log device (android logger)
+
+ -- Sunghyun Kwon <sh0701.kwon@samsung.com>  Fri, 08 Jan 2010 15:21:53 +0900
+
+samsung-sdk-simulator-kernel (1.0-3) slp2-sdk-ubuntu8; urgency=low
+
+  * Version up
+
+ -- Sunghyun Kwon <sh0701.kwon@samsung.com>  Fri, 07 May 2010 08:56:57 +0900
+
+samsung-sdk-simulator-kernel (1.0-2) slp2-sdk-ubuntu8; urgency=low
+
+  * Add arm kernel image
+
+ -- Sunghyun Kwon <sh0701.kwon@samsung.com>  Tue, 30 Mar 2010 22:18:10 +0900
+
+samsung-sdk-simulator-kernel (1.0-1) slp2-sdk-ubuntu8; urgency=low
+
+  * Initial debianization
+
+ -- Mike McCormack <mj.mccormack@samsung.com>  Sat, 21 Nov 2009 10:53:28 +0900
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..ca9fae0
--- /dev/null
@@ -0,0 +1,13 @@
+Source: samsung-sdk-simulator-kernel
+Section: devel
+Priority: extra
+Maintainer: Mike McCormack <mj.mccormack@samsung.com>
+Build-Depends: bison, flex, autoconf, gcc, libglu1-mesa-dev, libsdl1.2-dev, libgtk2.0-dev, libsdl-image1.2-dev, libsdl-gfx1.2-dev, debhelper, libxml2-dev, libasound2-dev
+Vcs-Git: ssh://id@165.213.180.234:/git/xo-sdk/simulator
+
+Package: samsung-sdk-simulator-kernel
+Architecture: i386
+Depends: libglu1-mesa, libsdl1.2debian-alsa, libsdl-gfx1.2-4, libsdl-image1.2, libgtk2.0-0
+Description: Samsung SDK Simulator Kernel (initrd and bzImage)
+ QEMU based simulator kernel for Samsung LiMo based devices
+Pre-Depends: samsung-sdk-menu
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..954bd8e
--- /dev/null
@@ -0,0 +1,6 @@
+This package was debianized by Mike McCormack <mj.mccormack@samsung.com>
+Wed, 11 Nov 1998 21:02:14 +0100.
+
+Copyright:
+(c) 2009 Samsung Electronics, Inc.
+
diff --git a/debian/debhelper.log b/debian/debhelper.log
new file mode 100644 (file)
index 0000000..a36e258
--- /dev/null
@@ -0,0 +1,9 @@
+dh_installdirs
+dh_strip
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_shlibdeps
+dh_gencontrol
+dh_md5sums
+dh_builddeb
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..5e8b639
--- /dev/null
@@ -0,0 +1,43 @@
+#!/usr/bin/make -f
+
+package=samsung-sdk-simulator
+
+ARM_KERNEL = arm-kernel
+CC     = gcc
+
+export DH_VERBOSE=1
+
+build:
+       $(MAKE) bzImage
+#      cd $(CURDIR)/$(INITRD_SRCDIR) && $(MAKE)
+binary:
+
+clean:
+       dh_testdir
+       dh_clean
+       rm -rf debian/tmp debian/files* debian/substvars
+       rm -f build
+       $(MAKE) clean
+
+install: build
+       dh_clean
+       dh_installdirs
+       mkdir -p $(CURDIR)/debian/tmp/opt/samsung_sdk/simulator/data/kernel-img
+       cp -f $(CURDIR)/arch/x86/boot/bzImage $(CURDIR)/debian/tmp/opt/samsung_sdk/simulator/data/kernel-img/
+       cp -f $(CURDIR)/$(ARM_KERNEL)/* $(CURDIR)/debian/tmp/opt/samsung_sdk/simulator/data/kernel-img/
+
+binary-arch: install
+       dh_testdir -a
+       dh_testroot -a
+       dh_strip -a
+       dh_compress -a
+       dh_fixperms -a
+       dh_installdeb -a
+       dh_shlibdeps -a
+       dh_gencontrol -a
+       dh_md5sums -a
+       dh_builddeb -a
+
+binary: binary-indep binary-arch
+
+.PHONY: binary binary-arch binary-indep clean checkroot