[Pkg-voip-commits] r9180 - in /yate/trunk/debian: changelog control rules

kilian at alioth.debian.org kilian at alioth.debian.org
Tue Jul 26 21:50:38 UTC 2011


Author: kilian
Date: Tue Jul 26 21:50:38 2011
New Revision: 9180

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9180
Log:
* Build-Depend also on a recent version of PTLib
* Bump python to 2.6
* Bump Standards-Version to 3.9.2
* Remove old dpkg-dev from b-d that's even older than oldstable

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

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=9180&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Tue Jul 26 21:50:38 2011
@@ -3,9 +3,13 @@
   * New upstream version 3.3.2-1
   * Fix debian/watch to pull YATE3 versions
   * Bump to latest h323plus version (1.22.0) instead of old openh323
+  * Build-Depend also on a recent version of PTLib
   * Cleanup debian/rules - partially convert to dh v7 style
-
- -- Kilian Krause <kilian at debian.org>  Tue, 26 Jul 2011 23:44:40 +0200
+  * Bump python to 2.6
+  * Bump Standards-Version to 3.9.2
+  * Remove old dpkg-dev from b-d that's even older than oldstable
+
+ -- Kilian Krause <kilian at debian.org>  Tue, 26 Jul 2011 23:49:54 +0200
 
 yate (2.2.0-1~dfsg-1) experimental; urgency=low
 

Modified: yate/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/control?rev=9180&op=diff
==============================================================================
--- yate/trunk/debian/control (original)
+++ yate/trunk/debian/control Tue Jul 26 21:50:38 2011
@@ -3,10 +3,11 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 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>, Faidon Liambotis <paravoid at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 8),
  autotools-dev,
  dh-autoreconf,
  libh323plus-dev (>= 1.22.0),
+ libpt-dev (>= 2.10),
  libgsm1-dev,
  dahdi-source,
  libmysqlclient-dev,
@@ -14,12 +15,11 @@
  libqt4-dev,
  libasound2-dev,
  libspeex-dev,
- python2.5,
+ python2.6,
  libspandsp-dev,
  doxygen,
- pkg-config,
- dpkg-dev (>= 1.13.19)
-Standards-Version: 3.8.4
+ pkg-config
+Standards-Version: 3.9.2
 Homepage: http://yate.null.ro/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/yate/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/yate/?op=log

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=9180&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Tue Jul 26 21:50:38 2011
@@ -43,7 +43,7 @@
 
 build-indep: build-indep-stamp
 build-indep-stamp: config.status
-	cd share/scripts/yaypm ; python2.5 ./setup.py build
+	cd share/scripts/yaypm ; python2.6 ./setup.py build
 	touch $@
 
 




More information about the Pkg-voip-commits mailing list