[Pkg-voip-commits] r1666 - in gnugk/trunk/debian: . patches
Kilian Krause
kilian at costa.debian.org
Mon May 1 20:34:36 UTC 2006
Author: kilian
Date: 2006-05-01 20:34:35 +0000 (Mon, 01 May 2006)
New Revision: 1666
Removed:
gnugk/trunk/debian/patches/07_exceptions.dpatch
Modified:
gnugk/trunk/debian/changelog
gnugk/trunk/debian/patches/00list
Log:
remove old cruft to force exception-enabled compilation
Modified: gnugk/trunk/debian/changelog
===================================================================
--- gnugk/trunk/debian/changelog 2006-05-01 20:33:13 UTC (rev 1665)
+++ gnugk/trunk/debian/changelog 2006-05-01 20:34:35 UTC (rev 1666)
@@ -5,8 +5,9 @@
* Update manpage to be gnugk.1 from upstream rather than our own gnugk.8.
Moved addpasswd.8 to addpasswd.1 to adjust placement for upcoming upstream
manpage which hopefully will also ship with next release.
+ * Remove forced exceptions as none of the libs does build with exceptions anyway.
- -- Kilian Krause <kilian at debian.org> Mon, 1 May 2006 22:31:28 +0200
+ -- Kilian Krause <kilian at debian.org> Mon, 1 May 2006 22:34:10 +0200
gnugk (2:2.2.3-2-2) unstable; urgency=low
Modified: gnugk/trunk/debian/patches/00list
===================================================================
--- gnugk/trunk/debian/patches/00list 2006-05-01 20:33:13 UTC (rev 1665)
+++ gnugk/trunk/debian/patches/00list 2006-05-01 20:34:35 UTC (rev 1666)
@@ -1,5 +1,4 @@
01_manual.dpatch
05_makefile.dpatch
-07_exceptions.dpatch
getMsgDestination
02_gcc4.1
Deleted: gnugk/trunk/debian/patches/07_exceptions.dpatch
===================================================================
--- gnugk/trunk/debian/patches/07_exceptions.dpatch 2006-05-01 20:33:13 UTC (rev 1665)
+++ gnugk/trunk/debian/patches/07_exceptions.dpatch 2006-05-01 20:34:35 UTC (rev 1666)
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 07_execptions.dpatch by Jose Carlos Garcia Sogo <jsogo at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad gnugk-2.2.0/Makefile.in /tmp/dpep.OTeXub/gnugk-2.2.0/Makefile.in
---- gnugk-2.2.0/Makefile.in 2004-08-06 15:44:10.000000000 +0200
-+++ /tmp/dpep.OTeXub/gnugk-2.2.0/Makefile.in 2004-12-19 22:36:58.000000000 +0100
-@@ -101,6 +101,10 @@
- temp_STDCCFLAGS := $(subst -fdata-sections,,$(STDCCFLAGS))
- STDCCFLAGS = $(temp_STDCCFLAGS)
-
-+temp_STDCCFLAGS := $(subst -fno-exceptions,,$(STDCCFLAGS))
-+STDCCFLAGS = $(temp_STDCCFLAGS)
-+STDCCFLAGS += -fexceptions
-+
- # GK version infomation
- STDCCFLAGS += -DMAJOR_VERSION=@GNUGK_MAJOR_VERSION@ -DMINOR_VERSION=@GNUGK_MINOR_VERSION@ -DBUILD_NUMBER=@GNUGK_BUILD_NUMBER@
-
More information about the Pkg-voip-commits
mailing list