r36838 - in /desktop/experimental/ekiga/debian: changelog control control.in

kilian at users.alioth.debian.org kilian at users.alioth.debian.org
Sat Mar 2 12:07:22 UTC 2013


Author: kilian
Date: Sat Mar  2 12:07:22 2013
New Revision: 36838

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36838
Log:
Fix debhelper build-depends (upgrade to >=9) due to compat level

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

Modified: desktop/experimental/ekiga/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/ekiga/debian/changelog?rev=36838&op=diff
==============================================================================
--- desktop/experimental/ekiga/debian/changelog [utf-8] (original)
+++ desktop/experimental/ekiga/debian/changelog [utf-8] Sat Mar  2 12:07:22 2013
@@ -6,8 +6,9 @@
   
   [ Kilian Krause ]
   * Add missing ${shlibs:Depends} to ekiga-plugin-evolution
-
- -- Kilian Krause <kilian at debian.org>  Sat, 02 Mar 2013 13:05:04 +0100
+  * Fix debhelper build-depends (upgrade to >=9) due to compat level
+
+ -- Kilian Krause <kilian at debian.org>  Sat, 02 Mar 2013 13:06:36 +0100
 
 ekiga (4.0.0-1) experimental; urgency=low
 

Modified: desktop/experimental/ekiga/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/ekiga/debian/control?rev=36838&op=diff
==============================================================================
--- desktop/experimental/ekiga/debian/control [utf-8] (original)
+++ desktop/experimental/ekiga/debian/control [utf-8] Sat Mar  2 12:07:22 2013
@@ -8,7 +8,7 @@
 Priority: optional
 Maintainer: Kilian Krause <kilian at debian.org>
 Uploaders: Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8.1.3),
+Build-Depends: debhelper (>= 9),
                libsasl2-dev,
                gettext,
                libldap2-dev,
@@ -59,7 +59,7 @@
 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
- hardware or software as well as SIP endpoints.
+ hardware or software (such as Microsoft Netmeeting) as well as SIP endpoints.
  .
  It supports all modern videoconferencing features, such as contact roster,
  presence status, high-quality audio and video codecs, various video
@@ -81,7 +81,7 @@
 Description: H.323 and SIP compatible VoIP client - debug symbols
  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 as well as SIP endpoints.
+ hardware or software (such as Microsoft Netmeeting) as well as SIP endpoints.
  .
  This package contains the debugging symbols for Ekiga.
 
@@ -89,11 +89,11 @@
 Priority: extra
 Architecture: any
 Depends: ekiga (= ${binary:Version}),
-         ${misc:Depends},
+         ${shlibs:Depends}, ${misc:Depends},
          evolution-data-server
 Description: H.323 and SIP compatible VoIP client - evolution plugin
  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 as well as SIP endpoints.
  .
- This package contains the Evolution plugin for Ekiga.
+ This package contains the Evolution plugin for Ekiga.

Modified: desktop/experimental/ekiga/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/ekiga/debian/control.in?rev=36838&op=diff
==============================================================================
--- desktop/experimental/ekiga/debian/control.in [utf-8] (original)
+++ desktop/experimental/ekiga/debian/control.in [utf-8] Sat Mar  2 12:07:22 2013
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Kilian Krause <kilian at debian.org>
 Uploaders: Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8.1.3),
+Build-Depends: debhelper (>= 9),
                libsasl2-dev,
                gettext,
                libldap2-dev,




More information about the pkg-gnome-commits mailing list