Update package build configuration 51/72751/5
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 9 May 2016 13:53:40 +0000 (15:53 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 19 Jul 2016 17:15:14 +0000 (19:15 +0200)
Based on initial work by Seung-Woo Kim <sw0312.kim@samsung.com>.

Change-Id: I8eaa2e5d726aff359de221d1bce203439bcacd05
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
debian/changelog
debian/control
debian/copyright
packaging/lthor.spec

index a70be4e3c80f7254be85391c3d9b3cb5484f2cb0..9f1a3f1bd38b210532a73db9fc20b3079f9c5168 100644 (file)
@@ -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
index afa92743824999f4b03a8e7bd04c97ac460deea7..a97c5f92716b47c9f29cf7d4729ebb1848d9301d 100644 (file)
@@ -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
index 9e1db4978ea1d4d4da9d7fd46e3dde83240fbce6..70a938fb1b1bbabd88c56fb7d96aa7e838a3b3c7 100644 (file)
@@ -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
 
index c5346d94ba2618681cec03a43b7fb450f8ac65e1..686f37bce9a89e0e32782933d9bec605b5a41143 100644 (file)
@@ -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:  pkgconfig