r17423 - in /desktop/experimental/ekiga/debian: control control.in rules

dedu-guest at users.alioth.debian.org dedu-guest at users.alioth.debian.org
Sun Nov 9 17:28:39 UTC 2008


Author: dedu-guest
Date: Sun Nov  9 17:28:39 2008
New Revision: 17423

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17423
Log:
Sync control.in with control.

Modified:
    desktop/experimental/ekiga/debian/control
    desktop/experimental/ekiga/debian/control.in
    desktop/experimental/ekiga/debian/rules

Modified: desktop/experimental/ekiga/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/ekiga/debian/control?rev=17423&op=diff
==============================================================================
--- desktop/experimental/ekiga/debian/control (original)
+++ desktop/experimental/ekiga/debian/control Sun Nov  9 17:28:39 2008
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Kilian Krause <kilian at debian.org>
-Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>
+Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
 Build-Depends: debhelper (>= 5),
 			   libsasl2-dev,
                gettext,

Modified: desktop/experimental/ekiga/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/ekiga/debian/control.in?rev=17423&op=diff
==============================================================================
--- desktop/experimental/ekiga/debian/control.in (original)
+++ desktop/experimental/ekiga/debian/control.in Sun Nov  9 17:28:39 2008
@@ -2,16 +2,17 @@
 Section: gnome
 Priority: optional
 Maintainer: Kilian Krause <kilian at debian.org>
-Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, @GNOME_TEAM@
+Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>, @GNOME_TEAM@
 Build-Depends: debhelper (>= 5),
+			   libsasl2-dev,
                gettext,
                libgnome2-dev,
                libldap2-dev,
-               libpt-dev (>= 1.10.10~),
-               libopal-dev (>= 2.2.11~),
+               libpt2.4.2-dev,
+               libopal3.4.2-dev,
                libgconf2-dev,
                libgnomeui-dev,
-               libsdl1.2-dev,
+			   libxv-dev,
                dpatch,
                autotools-dev,
                gnome-pkg-tools,
@@ -20,19 +21,28 @@
                libxml-parser-perl,
                evolution-data-server-dev,
                gnome-doc-utils,
-               libavahi-client-dev (>= 0.6.0),
-               libavahi-glib-dev (>= 0.6.0),
+               libavahi-client-dev,
+               libavahi-glib-dev,
+			   libsigc++-2.0-dev,
+			   libgtk2.0-dev (>= 2.12),
+			   libdbus-glib-1-dev,
+               gnome-common,
+			   libnotify-dev,
                libebook1.2-dev,
-               gnome-common,
-               automake1.9,
+               automake,
                autoconf
 Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/ekiga
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/ekiga/
+Homepage: http://www.ekiga.org
 
 Package: ekiga
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         evolution-data-server
+         evolution-data-server,
+		 libpt2.4.2-plugins-alsa | libpt2.4.2-plugins-oss,
+		 libpt2.4.2-plugins-v4l2 | libpt2.4.2-plugins-v4l | libpt2.4.2-plugins-avc | libpt2.4.2-plugins-dc
 Recommends: yelp
 Suggests: siproxd,
           gnugk,
@@ -48,13 +58,15 @@
  that allows you to make audio and video calls to remote users with H.323
  hardware or software (such as Microsoft Netmeeting) as well as SIP endpoints.
  .
- It supports all modern videoconferencing features, such as registering
- to an LDAP directory, gatekeeper support, making multi-user conference
- calls using an external MCU, using modern Quicknet telephony cards,
- and making PC-To-Phone calls.
+ It supports all modern videoconferencing features, such as contact roster,
+ presence status, high-quality audio and video codecs, various video
+ resolutions, registering to an LDAP directory, gatekeeper support,
+ making multi-user conference calls using an external MCU, using modern
+ Quicknet telephony cards, and making PC-To-Phone calls.
 
 Package: ekiga-dbg
 Priority: extra
+Section: devel
 Architecture: any
 Depends: ekiga (= ${binary:Version})
 Suggests: libc6-dbg
@@ -62,11 +74,6 @@
  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
  hardware or software (such as Microsoft Netmeeting) as well as SIP endpoints.
- .
- It supports all modern videoconferencing features, such as registering
- to an LDAP directory, gatekeeper support, making multi-user conference
- calls using an external MCU, using modern Quicknet telephony cards,
- and making PC-To-Phone calls.
  .
  This package contains the debugging symbols for Ekiga.
 

Modified: desktop/experimental/ekiga/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/ekiga/debian/rules?rev=17423&op=diff
==============================================================================
--- desktop/experimental/ekiga/debian/rules (original)
+++ desktop/experimental/ekiga/debian/rules Sun Nov  9 17:28:39 2008
@@ -16,8 +16,9 @@
   confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
 
+DISABLE_UPDATE_UPLOADERS := 1
 include /usr/share/dpatch/dpatch.make
-#include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 #URL := http://www.ekiga.net/misc/ekiga-$(UPVERSION).tar.gz




More information about the pkg-gnome-commits mailing list