[Pkg-corba-commits] r29 - in /trunk/omniorb4/debian: changelog rules

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Thu Oct 18 11:00:42 UTC 2007


Author: tgg
Date: Thu Oct 18 11:00:42 2007
New Revision: 29

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=29
Log:
remove all internal headers except orbOptions.h, used by omnievents

Modified:
    trunk/omniorb4/debian/changelog
    trunk/omniorb4/debian/rules

Modified: trunk/omniorb4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb4/debian/changelog?rev=29&op=diff
==============================================================================
--- trunk/omniorb4/debian/changelog (original)
+++ trunk/omniorb4/debian/changelog Thu Oct 18 11:00:42 2007
@@ -20,6 +20,8 @@
 
   [ Thomas Girard ]
   * Give --build and --host flags to configure script.
+  * Drop internal headers, except orbOptions.h which is used by
+    omnievents.
   * Add -dbg packages based on Floris' work (Closes: #42953).
 
  -- Thomas Girard <thomas.g.girard at free.fr>  Thu, 18 Oct 2007 10:19:23 +0200

Modified: trunk/omniorb4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb4/debian/rules?rev=29&op=diff
==============================================================================
--- trunk/omniorb4/debian/rules (original)
+++ trunk/omniorb4/debian/rules Thu Oct 18 11:00:42 2007
@@ -49,6 +49,9 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) -C build install DESTDIR=$(CURDIR)/debian/tmp
+	# Drop internal headers, we don't need to distribute them
+	# except orbOptions.h which is used by omnievents
+	find $(CURDIR)/debian/tmp/usr/include/omniORB4/internal -type f ! -name orbOptions.h | xargs -r rm
 	-find debian/tmp -name "*.pyc" -exec rm {} \;
 	dh_install --sourcedir=debian/tmp
 	mkdir debian/libomniorb4-1/etc/




More information about the Pkg-corba-commits mailing list