From: Krzysztof Opasiak Date: Mon, 9 May 2016 13:53:40 +0000 (+0200) Subject: Update package build configuration X-Git-Tag: submit/trunk/20190927.044709~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e6ed4e6291c9a63b6db2d9c783bb3a2099fb044;p=tools%2Flthor.git Update package build configuration Based on initial work by Seung-Woo Kim . Change-Id: I8eaa2e5d726aff359de221d1bce203439bcacd05 Signed-off-by: Krzysztof Opasiak --- 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 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 -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 -on Mon, 12 Nov 2012 19:08:56 +0200 +on Mon, 12 Nov 2012 19:08:56 +0200. Updated by Krzysztof Opasiak + 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 + Copyright (C) 2016 Samsung Electronics by Krzysztof Opasiak 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