[Pkg-voip-commits] r9016 - in /opal/trunk/debian: changelog control rules

kilian at alioth.debian.org kilian at alioth.debian.org
Thu Jun 23 12:26:27 UTC 2011


Author: kilian
Date: Thu Jun 23 12:26:27 2011
New Revision: 9016

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9016
Log:
Add libspandsp-dev (>= 0.0.6pre17) to Build-Deps to allow T.38 to use it

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

Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=9016&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Thu Jun 23 12:26:27 2011
@@ -8,14 +8,14 @@
   * Bump Debian source version to 3.0
   * Enable samples to be built with --enable-samples instead of explicitly
     building them in debian/rules
-  * Add libspandsp-dev to Build-Deps to allow T.38 to use it
+  * Add libspandsp-dev (>= 0.0.6pre17) to Build-Deps to allow T.38 to use it
   * Add debian/clean for all files that need to be purged before rebuild
   * Add debian/patches/plugins_clean_target.patch: Most of the plugins don't
     have a clean target and thus don't allow rebuilds
   * Update debian/rules to cope with latest samples compilation changes
     upstream
 
- -- Kilian Krause <kilian at debian.org>  Thu, 23 Jun 2011 12:14:39 +0200
+ -- Kilian Krause <kilian at debian.org>  Thu, 23 Jun 2011 14:15:51 +0200
 
 opal (3.8.4~dfsg-1) experimental; urgency=low
 

Modified: opal/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/control?rev=9016&op=diff
==============================================================================
--- opal/trunk/debian/control (original)
+++ opal/trunk/debian/control Thu Jun 23 12:26:27 2011
@@ -8,7 +8,7 @@
  libsrtp-dev [alpha amd64 armel hppa i386 mips mipsel powerpc s390],
  libcelt-dev,
  libtheora-dev, libgsm1-dev, libspeex-dev, libspeexdsp-dev,
- libcapi20-dev, libspandsp-dev
+ libcapi20-dev, libspandsp-dev (>= 0.0.6pre17)
 Build-Conflicts: libopal-dev, libx264-dev,
  libopal3.8.3, libopal3.8.4, libopal3.6.8, libopal3.10.1
 Standards-Version: 3.8.3

Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=9016&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Thu Jun 23 12:26:27 2011
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+
+#export DH_VERBOSE:=1
 
 DEBVERSION := $(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')




More information about the Pkg-voip-commits mailing list