[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, master, updated. a749c82321df0d939d51a65a0c83bcc22368ea8f

Niels Thykier nthykier-guest at alioth.debian.org
Sun Jun 20 09:28:46 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.".

The branch, master has been updated
       via  a749c82321df0d939d51a65a0c83bcc22368ea8f (commit)
      from  c08a40d2d1eb944f71ec6500630bcca3a7880794 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a749c82321df0d939d51a65a0c83bcc22368ea8f
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Jun 20 11:28:43 2010 +0200

    Added and applied a patch.

-----------------------------------------------------------------------

Summary of changes:
 debian/patches/no-stropts.h.patch                  |   12 ++++++++++++
 debian/patches/series                              |    1 +
 .../features/org.eclipse.cdt.master/feature.xml    |    4 ----
 .../org.eclipse.cdt.core.linux/library/openpty.c   |    1 -
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/patches/no-stropts.h.patch b/debian/patches/no-stropts.h.patch
new file mode 100644
index 0000000..0c313fc
--- /dev/null
+++ b/debian/patches/no-stropts.h.patch
@@ -0,0 +1,12 @@
+diff --git a/results/plugins/org.eclipse.cdt.core.linux/library/openpty.c b/results/plugins/org.eclipse.cdt.core.linux/library/openpty.c
+index 3a86072..9747c7f 100644
+--- a/results/plugins/org.eclipse.cdt.core.linux/library/openpty.c
++++ b/results/plugins/org.eclipse.cdt.core.linux/library/openpty.c
+@@ -20,7 +20,6 @@
+ #include <grp.h>
+ 
+ #include <stdlib.h>
+-#include <stropts.h>
+ 
+ /**
+  * This is taken from R. W. Stevens book.
diff --git a/debian/patches/series b/debian/patches/series
index 6fb3642..7333cc6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 Fedora-no-cvs2.patch
 Fedora-disable-mylyn.patch
+no-stropts.h.patch
diff --git a/results/features/org.eclipse.cdt.master/feature.xml b/results/features/org.eclipse.cdt.master/feature.xml
index 255b085..b3b20c3 100644
--- a/results/features/org.eclipse.cdt.master/feature.xml
+++ b/results/features/org.eclipse.cdt.master/feature.xml
@@ -74,10 +74,6 @@
          version="0.0.0"/>
 
    <includes
-         id="org.eclipse.cdt.mylyn"
-         version="0.0.0"/>
-
-   <includes
          id="org.eclipse.cdt.gnu.dsf"
          version="0.0.0"/>
 
diff --git a/results/plugins/org.eclipse.cdt.core.linux/library/openpty.c b/results/plugins/org.eclipse.cdt.core.linux/library/openpty.c
index 3a86072..9747c7f 100644
--- a/results/plugins/org.eclipse.cdt.core.linux/library/openpty.c
+++ b/results/plugins/org.eclipse.cdt.core.linux/library/openpty.c
@@ -20,7 +20,6 @@
 #include <grp.h>
 
 #include <stdlib.h>
-#include <stropts.h>
 
 /**
  * This is taken from R. W. Stevens book.


hooks/post-receive
-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.



More information about the pkg-java-commits mailing list