[Pkg-voip-commits] r10031 - in /yate/trunk/debian: changelog control libyate4.1.0.install libyate4.2.0.install patches/0001-Fix-parallel-make-v2.patch

msp at alioth.debian.org msp at alioth.debian.org
Thu Nov 22 05:15:54 UTC 2012


Author: msp
Date: Thu Nov 22 05:15:53 2012
New Revision: 10031

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10031
Log:
* New upstream release
  - improve Jingle and Google Voice support
* NEW package libyate4.2.0 - match soname
* Drop "tables" from 0001-Fix-parallel-make-v2.patch

Added:
    yate/trunk/debian/libyate4.2.0.install
      - copied unchanged from r10025, yate/trunk/debian/libyate4.1.0.install
Removed:
    yate/trunk/debian/libyate4.1.0.install
Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/control
    yate/trunk/debian/patches/0001-Fix-parallel-make-v2.patch

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=10031&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Thu Nov 22 05:15:53 2012
@@ -1,5 +1,10 @@
-yate (4.1.0-1~dfsg-4) UNRELEASED; urgency=low
-
+yate (4.2.0-2~dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    - improve Jingle and Google Voice support
+  * NEW package libyate4.2.0 - match soname
+
+  [ Jeroen Dekkers ]
   * Switch to debhelper level 9, enable hardening and multiarch
     (Closes: #680562)
     - Add 0002-Compile-daemon-as-PIE.patch
@@ -13,7 +18,10 @@
   * Update Standards-Version to 3.9.3
   * Put libyateqt4.so in the yate-qt4 package
 
- -- Jeroen Dekkers <jeroen at dekkers.ch>  Wed, 11 Jul 2012 17:00:04 +0200
+  [ Mark Purcell ]
+  * Drop "tables" from 0001-Fix-parallel-make-v2.patch
+
+ -- Mark Purcell <msp at debian.org>  Sat, 17 Nov 2012 19:16:50 +1100
 
 yate (4.1.0-1~dfsg-3) unstable; urgency=medium
 

Modified: yate/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/control?rev=10031&op=diff
==============================================================================
--- yate/trunk/debian/control (original)
+++ yate/trunk/debian/control Thu Nov 22 05:15:53 2012
@@ -37,7 +37,7 @@
  .
  This package contains YATE Server itself.
 
-Package: libyate4.1.0
+Package: libyate4.2.0
 Architecture: any
 Section: libs
 Replaces: libyate4.0.0
@@ -65,7 +65,7 @@
 Package: yate-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libyate4.1.0 (= ${binary:Version})
+Depends: ${misc:Depends}, libyate4.2.0 (= ${binary:Version})
 Description: Development files for YATE
  YATE is a telephony engine aimed at creating a telephony server that
  performs well enough to deal with PBX requirements and also flexible

Modified: yate/trunk/debian/patches/0001-Fix-parallel-make-v2.patch
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/patches/0001-Fix-parallel-make-v2.patch?rev=10031&op=diff
==============================================================================
--- yate/trunk/debian/patches/0001-Fix-parallel-make-v2.patch (original)
+++ yate/trunk/debian/patches/0001-Fix-parallel-make-v2.patch Thu Nov 22 05:15:53 2012
@@ -31,7 +31,7 @@
 -library $(YLIB): yatepaths.h
 +library: $(YLIB)
 +
-+$(YLIB): yatepaths.h tables
++$(YLIB): yatepaths.h 
  	$(MAKE) -C ./engine all
  
  .PHONY: help




More information about the Pkg-voip-commits mailing list