diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2013-04-25 16:27:00 +0300 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2013-04-25 17:33:11 +0300 |
commit | a955e64e9084c7139a3ee3ccbfc8faa76f1a0b19 (patch) | |
tree | 3907f2da20efdd8f7891428922528ec623747f35 | |
parent | d08c38ea461fcb36125e626fac1bf12d0fde6a9d (diff) | |
download | lthor-a955e64e9084c7139a3ee3ccbfc8faa76f1a0b19.tar.gz lthor-a955e64e9084c7139a3ee3ccbfc8faa76f1a0b19.tar.bz2 lthor-a955e64e9084c7139a3ee3ccbfc8faa76f1a0b19.zip |
Fixed deb packaging issues found by lintian
The following changes have been made:
- removed libc6-dev from the list of build dependencies as it is
build essential
- Used real Standard-Version
- Used misc:Depends macro
- Updated short description
- Added long description
- Updated package version
Change-Id: Ifa1a52d4e2f109255aa4d1ecb68dc166b57ffa42
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 13 |
2 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 4ab29a4..5c1dd4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lthor (1.3) unstable; urgency=low + + * Upgraded to v. 1.3 + + -- Ed Bartosh <eduard.bartosh@intel.com> Thu, 25 Apr 2013 16:38:49 +0300 + lthor (1.0) unstable; urgency=low * Initial upload diff --git a/debian/control b/debian/control index 62b24ec..afa9274 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,14 @@ Source: lthor Section: net Priority: extra Maintainer: Ed Bartosh <eduard.bartosh@intel.com> -Build-Depends: debhelper (>= 5), libc6-dev, pkg-config, cmake, libarchive-dev -Standards-Version: 0.0.1 +Build-Depends: debhelper (>= 5), pkg-config, cmake, libarchive-dev +Standards-Version: 3.9.4 Package: lthor Architecture: any -Depends: ${shlibs:Depends}, udev -Description: Flashing tool for Tizen lunchbox - +Depends: ${shlibs:Depends}, ${misc:Depends}, udev +Description: Phone flashing tool + Tool for downloading binaries from a Linux host PC to a target phone. + It uses a USB cable as a physical communication medium. + It is prerequisite that the boot-loader should support download protocol + which is compatible with 'lthor' |