Remove headers and pc files in debian binary package
authorSanjeev <as2902.b@samsung.com>
Wed, 6 Oct 2010 00:41:56 +0000 (09:41 +0900)
committerSanjeev <as2902.b@samsung.com>
Wed, 6 Oct 2010 00:41:56 +0000 (09:41 +0900)
debian/rules

index 74e04db..8ccb76c 100755 (executable)
@@ -19,6 +19,8 @@ install: build
        dh_clean
        dh_installdirs
        $(MAKE) prefix=$(CURDIR)/debian/tmp/usr install
+       rm -fr $(CURDIR)/debian/tmp/usr/include
+       rm -fr $(CURDIR)/debian/tmp/usr/lib/pkgconfig
 
 binary-arch: install
        dh_testdir -a