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

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Tue Nov 13 22:28:34 UTC 2007


Author: tgg
Date: Tue Nov 13 22:28:33 2007
New Revision: 44

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=44
Log:
restore internal headers. They are needed, as noticed by Floris

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=44&op=diff
==============================================================================
--- trunk/omniorb4/debian/changelog (original)
+++ trunk/omniorb4/debian/changelog Tue Nov 13 22:28:33 2007
@@ -20,11 +20,9 @@
 
   [ 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
+ -- Thomas Girard <thomas.g.girard at free.fr>  Tue, 13 Nov 2007 23:51:28 +0000
 
 omniorb4 (4.0.6-2.3) unstable; urgency=low
 

Modified: trunk/omniorb4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb4/debian/rules?rev=44&op=diff
==============================================================================
--- trunk/omniorb4/debian/rules (original)
+++ trunk/omniorb4/debian/rules Tue Nov 13 22:28:33 2007
@@ -58,9 +58,6 @@
 	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
 	sed -i '1d' debian/omniidl4/usr/lib/python2.*/site-packages/omniidl/main.py




More information about the Pkg-corba-commits mailing list