[Pkg-corba-commits] r119 - in /trunk/omnievents/debian: changelog rules

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Sun Jan 13 10:54:25 UTC 2008


Author: tgg
Date: Sun Jan 13 10:54:25 2008
New Revision: 119

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=119
Log:
fix #459168

Modified:
    trunk/omnievents/debian/changelog
    trunk/omnievents/debian/rules

Modified: trunk/omnievents/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/changelog?rev=119&op=diff
==============================================================================
--- trunk/omnievents/debian/changelog (original)
+++ trunk/omnievents/debian/changelog Sun Jan 13 10:54:25 2008
@@ -9,14 +9,16 @@
   * Fix typos on package names in Conflicts: and Replaces: fields.
   * Replace ${Source-Version} with ${binary:Version}.
   * Remove ${shlibs:Depends} and ${misc:Depends} from libomnievents-dev
-    dependencies.
+    dependencies. Add libomnieventsc2a dependency.
   * Build-depend on omniorb4 >= 4.1.1.
   * Rework descriptions.
   * Remove useless libomniEvents.so.2.6 symlink.
   * Fix FTBFS with g++-4.3. Thanks to Martin Michlmayr for reporting this and
     providing a patch. Closes: #417459.
+  * Remove bashism from debian/rules. Closes: #459168. Thanks to Lucas
+    Nussbaum for reporting this, and to W. Martin Borgert for providing a fix.
 
- -- Thomas Girard <thomas.g.girard at free.fr>  Thu, 29 Nov 2007 22:37:46 +0000
+ -- Thomas Girard <thomas.g.girard at free.fr>  Sun, 13 Jan 2008 12:39:25 +0000
 
 omnievents (2.6.2.pre2-1.2) unstable; urgency=low
 

Modified: trunk/omnievents/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/rules?rev=119&op=diff
==============================================================================
--- trunk/omnievents/debian/rules (original)
+++ trunk/omnievents/debian/rules Sun Jan 13 10:54:25 2008
@@ -33,5 +33,6 @@
 	    ln -sf libomniEvents.so.2.6.2 libomniEvents.so.2
 
 binary-post-install/libomnievents-dev::
-	rm -f $(CURDIR)/debian/libomnievents-dev/usr/include/*.{h,hh}
+	rm -f $(CURDIR)/debian/libomnievents-dev/usr/include/*.h
+	rm -f $(CURDIR)/debian/libomnievents-dev/usr/include/*.hh
 	chmod 644 $(CURDIR)/debian/libomnievents-dev/usr/lib/pkgconfig/*.pc




More information about the Pkg-corba-commits mailing list