summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2016-05-09 15:53:40 +0200
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-07-25 14:39:49 +0900
commit4e6ed4e6291c9a63b6db2d9c783bb3a2099fb044 (patch)
tree40ac90d616805e7d9bb9aeff57c32ba5f95ff8f7
parentd31daef58f9725ac72634ce97f2dc4abd2461418 (diff)
downloadlthor-release-20160808.tar.gz
lthor-release-20160808.tar.bz2
lthor-release-20160808.zip
Update package build configurationrelease-20160808
Based on initial work by Seung-Woo Kim <sw0312.kim@samsung.com>. Change-Id: I8eaa2e5d726aff359de221d1bce203439bcacd05 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rw-r--r--debian/copyright6
-rw-r--r--packaging/lthor.spec3
4 files changed, 14 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index a70be4e..9f1a3f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lthor (2.0) unstable; urgency=low
+
+ * Upgraded to v2.0
+ * Use libusb instead of cdc-acm kernel driver
+
+ -- Krzysztof Opasiak <k.opasiak@samsung.com> Wed, 13 Jul 2016 11:54:20 +0200
+
lthor (1.5) unstable; urgency=low
* Upgraded to v1.5
diff --git a/debian/control b/debian/control
index afa9274..a97c5f9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: lthor
Section: net
Priority: extra
Maintainer: Ed Bartosh <eduard.bartosh@intel.com>
-Build-Depends: debhelper (>= 5), pkg-config, cmake, libarchive-dev
+Build-Depends: debhelper (>= 5), pkg-config, cmake, libarchive-dev, libusb-1.0-0-dev (>= 1.0.17)
Standards-Version: 3.9.4
Package: lthor
diff --git a/debian/copyright b/debian/copyright
index 9e1db49..70a938f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,10 @@
This package was debianized by Ed Bartosh <eduard.bartosh@intel.com>
-on Mon, 12 Nov 2012 19:08:56 +0200
+on Mon, 12 Nov 2012 19:08:56 +0200. Updated by Krzysztof Opasiak
+<k.opasiak@samsung.com> on Wed, 13 July 2016 11:54:20 +0200.
Copyright:
Copyright (C) 2012 Intel Inc
-
+ Copyright (C) 2016 Samsung Electronics
License:
Licensed under the Apache License, Version 2.0 (the "License");
@@ -17,5 +18,6 @@ License:
Packaging:
Copyright (C) 2012 Intel Inc by Ed Bartosh <eduard.bartosh@intel.com>
+ Copyright (C) 2016 Samsung Electronics by Krzysztof Opasiak <k.opasiak@samsung.com>
released under GPLv2
diff --git a/packaging/lthor.spec b/packaging/lthor.spec
index 8a995fd..8bc0188 100644
--- a/packaging/lthor.spec
+++ b/packaging/lthor.spec
@@ -3,13 +3,14 @@
#
Name: lthor
Summary: Flashing tool for Tizen lunchbox
-Version: 1.5
+Version: 2.0
Release: 1
Group: Development/Tools/Other
License: Apache
URL: http://download.tizen.org/tools/latest-release/
Source0: %{name}_%{version}.tar.gz
+BuildRequires: libusb-devel
BuildRequires: libarchive-devel
BuildRequires: cmake
BuildRequires: pkg-config