[Pkg-voip-commits] r7219 - in /twinkle/trunk/debian: changelog control rules

msp at alioth.debian.org msp at alioth.debian.org
Sat May 16 00:54:48 UTC 2009


Author: msp
Date: Sat May 16 00:54:48 2009
New Revision: 7219

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7219
Log:
* Drop depreciated KDE3 support: configure --without-kde
  - Fix "Add a light version compiled without kde" (Closes: #367258)

Modified:
    twinkle/trunk/debian/changelog
    twinkle/trunk/debian/control
    twinkle/trunk/debian/rules

Modified: twinkle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/twinkle/trunk/debian/changelog?rev=7219&op=diff
==============================================================================
--- twinkle/trunk/debian/changelog (original)
+++ twinkle/trunk/debian/changelog Sat May 16 00:54:48 2009
@@ -3,8 +3,10 @@
   * Fix "FTBFS: seems to fail when building with libzrtpcpp-dev 1.3.0-1"
     Updated Build-Depends: (Closes: #519347)
   * Relax Build-Depends: ccrtp >= 1.7.0
-
- -- Mark Purcell <msp at debian.org>  Wed, 25 Mar 2009 18:30:44 +1100
+  * Drop depreciated KDE3 support: configure --without-kde
+    - Fix "Add a light version compiled without kde" (Closes: #367258)
+
+ -- Mark Purcell <msp at debian.org>  Sat, 16 May 2009 10:48:56 +1000
 
 twinkle (1:1.4.2-1) unstable; urgency=low
 

Modified: twinkle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/twinkle/trunk/debian/control?rev=7219&op=diff
==============================================================================
--- twinkle/trunk/debian/control (original)
+++ twinkle/trunk/debian/control Sat May 16 00:54:48 2009
@@ -5,7 +5,7 @@
 Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>
 Build-Depends: debhelper (>= 4.0.0), cdbs, help2man,
  autotools-dev, automake1.9,
- kdelibs4-dev, libqt3-mt-dev (>= 3:3.3.0), qt3-apps-dev,
+ libqt3-mt-dev (>= 3:3.3.0), qt3-apps-dev,
  libcommoncpp2-dev (>= 1.4.2), libccrtp-dev, libzrtpcpp-dev (>= 1.4.0),
  libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
  libgsm1-dev, libsndfile1-dev, libspeex-dev, libspeexdsp-dev,
@@ -19,7 +19,6 @@
 Package: twinkle
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: kaddressbook
 Description: Voice over Internet Protocol (VoIP) SIP Phone
  Soft-phone for making telephone calls using SIP over an IP network.
  .
@@ -96,9 +95,3 @@
   Noise reduction (new)
   Voice activity detection (VAD) (new)
   Acoustic echo control (AEC) [experimental] (new)
- .
- KDE3 goodies
-  Balloon pop-up from system tray when a call comes in
-  Interface to KAddressBook: dial phone numbers from your address book
-  Display names from KAddressBook on incoming calls
-  Display photos from KAddressBook on incoming calls

Modified: twinkle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/twinkle/trunk/debian/rules?rev=7219&op=diff
==============================================================================
--- twinkle/trunk/debian/rules (original)
+++ twinkle/trunk/debian/rules Sat May 16 00:54:48 2009
@@ -9,7 +9,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --without-ilbc
+DEB_CONFIGURE_EXTRA_FLAGS := --without-ilbc --without-kde
 
 get-orig-source:
 	@@dh_testdir




More information about the Pkg-voip-commits mailing list