r12027 - in /desktop/unstable/ekiga/debian: changelog control control.in patches/00list patches/lib64.dpatch
kilian at users.alioth.debian.org
kilian at users.alioth.debian.org
Sat Jul 21 10:31:51 UTC 2007
Author: kilian
Date: Sat Jul 21 10:31:51 2007
New Revision: 12027
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12027
Log:
* Make sure we don't use lib64 on all Debian arches (Closes: #408407)
* Suggest proxy packages (Closes: #412402)
Release ekiga (2.0.9-2).
Added:
desktop/unstable/ekiga/debian/patches/lib64.dpatch (with props)
Modified:
desktop/unstable/ekiga/debian/changelog
desktop/unstable/ekiga/debian/control
desktop/unstable/ekiga/debian/control.in
desktop/unstable/ekiga/debian/patches/00list
Modified: desktop/unstable/ekiga/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/changelog?rev=12027&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/changelog (original)
+++ desktop/unstable/ekiga/debian/changelog Sat Jul 21 10:31:51 2007
@@ -1,7 +1,8 @@
-ekiga (2.0.9-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+ekiga (2.0.9-2) unstable; urgency=low
+
* Don't build gnomemeeting package for binNMUs.
+ * Make sure we don't use lib64 on all Debian arches (Closes: #408407)
+ * Suggest proxy packages (Closes: #412402)
-- Kilian Krause <kilian at debian.org> Sat, 21 Jul 2007 11:48:46 +0200
Modified: desktop/unstable/ekiga/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/control?rev=12027&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/control (original)
+++ desktop/unstable/ekiga/debian/control Sat Jul 21 10:31:51 2007
@@ -10,6 +10,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, evolution-data-server
Recommends: yelp
+Suggests: siproxd, gnugk, mediaproxy, ser, openser, rtpproxy, asterisk, yate, callweaver
Description: H.323 and SIP compatible VOIP client
H.323 and SIP compatible videoconferencing and VOIP/IP-Telephony application
that allows you to make audio and video calls to remote users with H.323
Modified: desktop/unstable/ekiga/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/control.in?rev=12027&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/control.in (original)
+++ desktop/unstable/ekiga/debian/control.in Sat Jul 21 10:31:51 2007
@@ -10,6 +10,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, evolution-data-server
Recommends: yelp
+Suggests: siproxd, gnugk, mediaproxy, ser, openser, rtpproxy, asterisk, yate, callweaver
Description: H.323 and SIP compatible VOIP client
H.323 and SIP compatible videoconferencing and VOIP/IP-Telephony application
that allows you to make audio and video calls to remote users with H.323
Modified: desktop/unstable/ekiga/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/patches/00list?rev=12027&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/patches/00list (original)
+++ desktop/unstable/ekiga/debian/patches/00list Sat Jul 21 10:31:51 2007
@@ -1,2 +1,3 @@
#10_relibtoolize
#recvers
+lib64
Added: desktop/unstable/ekiga/debian/patches/lib64.dpatch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/patches/lib64.dpatch?rev=12027&op=file
==============================================================================
--- desktop/unstable/ekiga/debian/patches/lib64.dpatch (added)
+++ desktop/unstable/ekiga/debian/patches/lib64.dpatch Sat Jul 21 10:31:51 2007
@@ -1,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## lib64.dpatch by <kilian at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix #40840 - don't use lib64 on any arch.
+
+ at DPATCH@
+diff -urNad ekiga-2.0.9~/configure ekiga-2.0.9/configure
+--- ekiga-2.0.9~/configure 2007-04-12 10:27:20.000000000 +0200
++++ ekiga-2.0.9/configure 2007-07-21 12:19:53.000000000 +0200
+@@ -22039,7 +22039,4 @@
+ esac
+
+ case $host_cpu:$ekiga_cv_cc_64bit_output in
+-powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
+-libname="lib64"
+-;;
+ *:*)
+diff -urNad ekiga-2.0.9~/configure.in ekiga-2.0.9/configure.in
+--- ekiga-2.0.9~/configure.in 2007-04-12 10:26:46.000000000 +0200
++++ ekiga-2.0.9/configure.in 2007-07-21 12:19:41.000000000 +0200
+@@ -212,7 +212,7 @@
+ esac
+
+ case $host_cpu:$ekiga_cv_cc_64bit_output in
+-powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
+-libname="lib64"
+-;;
+ *:*)
Propchange: desktop/unstable/ekiga/debian/patches/lib64.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the pkg-gnome-commits
mailing list