From: Prameet Keshore Sinha Date: Wed, 24 Mar 2010 10:05:46 +0000 (+0530) Subject: Modified makefile to copy pc files in /usr/lib/pkgconfig/ and modified control files... X-Git-Tag: submit/master/20120920.151126~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a24ffd3cf68fe175b32ea1bec2b565f0498da2a;p=framework%2Fuifw%2Fharfbuzz.git Modified makefile to copy pc files in /usr/lib/pkgconfig/ and modified control files to remove dependency --- diff --git a/harfbuzz-0.1/Makefile b/harfbuzz-0.1/Makefile index 956abc8..f835984 100755 --- a/harfbuzz-0.1/Makefile +++ b/harfbuzz-0.1/Makefile @@ -28,6 +28,11 @@ install: mv $(TARGET) debian/tmp/usr/lib mkdir -p debian/tmp/usr/include/harfbuzz cp include/* debian/tmp/usr/include/harfbuzz + mkdir -p debian/tmp/usr/lib/pkgconfig/ + cp harfbuzz.pc debian/tmp/usr/lib/pkgconfig/ clean: rm -rf *.o *.so + rm -rf debian/libharfbuzz-dev/ + rm -rf debian/libharfbuzz/ + rm -rf debian/tmp/ diff --git a/harfbuzz-0.1/debian/changelog b/harfbuzz-0.1/debian/changelog index c3c326a..6fe6ef1 100755 --- a/harfbuzz-0.1/debian/changelog +++ b/harfbuzz-0.1/debian/changelog @@ -2,4 +2,4 @@ libharfbuzz (0.1) unstable; urgency=low * Initial Release. - -- prameet Fri, 05 Mar 2010 10:49:10 +0530 + -- prameet Fri, 05 Mar 2010 10:49:10 +0530 diff --git a/harfbuzz-0.1/debian/control b/harfbuzz-0.1/debian/control index 4c064a1..8fac55f 100755 --- a/harfbuzz-0.1/debian/control +++ b/harfbuzz-0.1/debian/control @@ -1,18 +1,19 @@ Source: libharfbuzz Section: libs Priority: optional -Maintainer: prameet -Build-Depends: debhelper (>= 5),libfreetype6-dev,autotools-dev, libelm-dev, libslp-utilx-dev, libslp-applog-dev, libui-indicator-dev, libslp-appfwk-dev, libisf-dev,libslp-setting-dev,libslp-util-dev +Maintainer: prameet , Janani K +Build-Depends: debhelper (>= 5),libfreetype6-dev, pkg-config Standards-Version: 3.7.2 Package: libharfbuzz -Architecture: any -Depends: -Description: Hindi reshaping library +Architecture: armel +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Hindi Reshaping Library -Package: libharfbuzz-dbg + +Package: libharfbuzz-dev +Architecture: armel Section: debug -Architecture: any -Depends: +Depends: ${misc:Depends}, libharfbuzz (= ${binary:Version}) Description: Hindi reshaping library (unstripped) diff --git a/harfbuzz-0.1/debian/copyright b/harfbuzz-0.1/debian/copyright index 8690bd6..634932c 100755 --- a/harfbuzz-0.1/debian/copyright +++ b/harfbuzz-0.1/debian/copyright @@ -1,4 +1,4 @@ -This is harfbuzz library ,maintained by prameet +This is harfbuzz library ,maintained by prameet on Fri, 05 Mar 2010 10:49:10 +0530. The original source can always be found at: