From: Jinkun Jang Date: Sat, 15 Jun 2013 14:03:38 +0000 (+0900) Subject: modify pkg-confg to pkgconfig X-Git-Tag: 2.2.1_release~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da1bd0bb13684a819b4ab10666d16d6d904ddf43;p=tools%2Flthor.git modify pkg-confg to pkgconfig --- diff --git a/debian/control b/debian/control index 62b24ec..3e8b8c1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lthor Section: net Priority: extra Maintainer: Ed Bartosh -Build-Depends: debhelper (>= 5), libc6-dev, pkg-config, cmake, libarchive-dev +Build-Depends: debhelper (>= 5), libc6-dev, pkgconfig, cmake, libarchive-dev Standards-Version: 0.0.1 Package: lthor diff --git a/packaging/lthor.dsc b/packaging/lthor.dsc index e4e4e6e..ae69a62 100644 --- a/packaging/lthor.dsc +++ b/packaging/lthor.dsc @@ -5,6 +5,6 @@ Architecture: any Version: 1.0 Maintainer: Ed Bartosh Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 7), pkg-config, cmake, libarchive-dev +Build-Depends: debhelper (>= 7), pkgconfig, cmake, libarchive-dev Files: 58f2bac971d05de313cd5d9ca3e60c9b 9259 lthor_1.0.tar.gz diff --git a/packaging/lthor.spec b/packaging/lthor.spec index ff239a9..6e27770 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -12,7 +12,7 @@ Source0: %{name}_%{version}.tar.gz BuildRequires: libarchive-devel BuildRequires: cmake -BuildRequires: pkg-config +BuildRequires: pkgconfig Requires: udev