diff -u openswan-2.6.22+dfsg/debian/changelog openswan-2.6.22+dfsg/debian/changelog --- openswan-2.6.22+dfsg/debian/changelog +++ openswan-2.6.22+dfsg/debian/changelog @@ -1,3 +1,9 @@ +openswan (1:2.6.22+dfsg-1ubuntu1) karmic; urgency=low + + * Build with -fno-strict-aliasing against gcc 4.4 fix ftbfs LP: #436540 + + -- Bhavani Shankar Sat, 26 Sep 2009 05:33:44 +0530 + openswan (1:2.6.22+dfsg-1) unstable; urgency=HIGH Urgency high because of security release. diff -u openswan-2.6.22+dfsg/debian/control openswan-2.6.22+dfsg/debian/control --- openswan-2.6.22+dfsg/debian/control +++ openswan-2.6.22+dfsg/debian/control @@ -1,7 +1,8 @@ Source: openswan Section: net Priority: optional -Maintainer: Rene Mayrhofer +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Rene Mayrhofer Standards-Version: 3.8.0 Build-Depends: debhelper (>= 4.1.16), libgmp3-dev, libssl-dev (>= 0.9.8), htmldoc, man2html, libcurl4-openssl-dev | libcurl3-dev | libcurl2-dev, libopensc2-dev | libopensc1-dev | libopensc0-dev, libldap2-dev, libpam0g-dev, libkrb5-dev, bison, flex, dpatch, bzip2, po-debconf, xmlto diff -u openswan-2.6.22+dfsg/debian/rules openswan-2.6.22+dfsg/debian/rules --- openswan-2.6.22+dfsg/debian/rules +++ openswan-2.6.22+dfsg/debian/rules @@ -6,6 +6,8 @@ #export DH_VERBOSE=1 export DH_OPTIONS +export CXXFLAGS = -fno-strict-aliasing +export CFLAGS = -fno-strict-aliasing ifeq (,$(wildcard /usr/bin/po2debconf)) PO2DEBCONF := no