1 diff --git a/debian/changelog b/debian/changelog |
|
2 index 8d6f05e..7ae4362 100644 |
|
3 --- a/debian/changelog |
|
4 +++ b/debian/changelog |
|
5 @@ -1,3 +1,10 @@ |
|
6 +twinkle (1:1.4.2-2.1) stable oldstable; urgency=low |
|
7 + |
|
8 + * Non-maintainer upload. |
|
9 + * Re-enabled depreciated KDE3 support (for popups on incoming call) |
|
10 + |
|
11 + -- Matthias Förste <foerste@schlittermann.de> Tue, 23 Apr 2013 13:46:31 +0200 |
|
12 + |
|
13 twinkle (1:1.4.2-2) unstable; urgency=low |
|
14 |
|
15 * Drop depreciated KDE3 support: configure --without-kde |
|
16 diff --git a/debian/control b/debian/control |
|
17 index d3ac129..f40459b 100644 |
|
18 --- a/debian/control |
|
19 +++ b/debian/control |
|
20 @@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 7), cdbs, help2man, |
|
21 libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], |
|
22 libgsm1-dev, libsndfile1-dev, libspeex-dev, libspeexdsp-dev, |
|
23 libreadline-dev, |
|
24 - libboost-regex-dev, libxml2-dev, libxpm-dev, libmagic-dev |
|
25 -Standards-Version: 3.8.1 |
|
26 + libboost-regex-dev, libxml2-dev, libxpm-dev, libmagic-dev, kdelibs-dev |
|
27 +Standards-Version: 3.9.1 |
|
28 Homepage: http://www.twinklephone.com/ |
|
29 Vcs-Svn: svn://svn.debian.org/pkg-voip/twinkle/trunk/ |
|
30 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/twinkle/?op=log |
|
31 diff --git a/debian/rules b/debian/rules |
|
32 index c75980f..e974e94 100755 |
|
33 --- a/debian/rules |
|
34 +++ b/debian/rules |
|
35 @@ -9,7 +9,7 @@ include /usr/share/cdbs/1/class/autotools.mk |
|
36 include /usr/share/cdbs/1/rules/debhelper.mk |
|
37 include /usr/share/cdbs/1/rules/simple-patchsys.mk |
|
38 |
|
39 -DEB_CONFIGURE_EXTRA_FLAGS := --without-ilbc --without-kde |
|
40 +DEB_CONFIGURE_EXTRA_FLAGS := --without-ilbc |
|
41 DEB_AUTO_UPDATE_AUTOCONF := yes |
|
42 |
|
43 get-orig-source: |
|