[Pkg-voip-commits] r6987 - in /callweaver/trunk/debian: backports/etch callweaver-dev.install changelog control rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sun Apr 12 02:52:53 UTC 2009


Author: tzafrir-guest
Date: Sun Apr 12 02:52:52 2009
New Revision: 6987

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6987
Log:
Callweaver 1.2.1-rc1 . Still does not build

Modified:
    callweaver/trunk/debian/backports/etch
    callweaver/trunk/debian/callweaver-dev.install
    callweaver/trunk/debian/changelog
    callweaver/trunk/debian/control
    callweaver/trunk/debian/rules

Modified: callweaver/trunk/debian/backports/etch
URL: http://svn.debian.org/wsvn/pkg-voip/callweaver/trunk/debian/backports/etch?rev=6987&op=diff
==============================================================================
--- callweaver/trunk/debian/backports/etch (original)
+++ callweaver/trunk/debian/backports/etch Sun Apr 12 02:52:52 2009
@@ -6,3 +6,5 @@
 
 # Replace libcurl4-openssl-dev with libcurl3-dev
 sed -i -e 's#^\(Build-Depends:.*\)libcurl4[^\ ]*-dev\([ ,$]\+.*\)$#\1libcurl3-dev\2#' debian/control
+
+# replace libcap2-dev with libcap-dev?

Modified: callweaver/trunk/debian/callweaver-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/callweaver/trunk/debian/callweaver-dev.install?rev=6987&op=diff
==============================================================================
--- callweaver/trunk/debian/callweaver-dev.install (original)
+++ callweaver/trunk/debian/callweaver-dev.install Sun Apr 12 02:52:52 2009
@@ -3,4 +3,4 @@
 usr/lib/callweaver/lib*.la
 usr/lib/lib*.la
 usr/lib/callweaver/modules/*.la
-usr/lib/callweaver/modules/*.la
+usr/lib/callweaver/modules/icd/*.la

Modified: callweaver/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/callweaver/trunk/debian/changelog?rev=6987&op=diff
==============================================================================
--- callweaver/trunk/debian/changelog (original)
+++ callweaver/trunk/debian/changelog Sun Apr 12 02:52:52 2009
@@ -1,4 +1,4 @@
-callweaver (1.2.0.1~dfsg-1) UNRELEASED; urgency=low
+callweaver (1.2.1~dfsg~rc1-1) UNRELEASED; urgency=low
 
   * Initial package.
   * Imported from openpbx.org original package.

Modified: callweaver/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/callweaver/trunk/debian/control?rev=6987&op=diff
==============================================================================
--- callweaver/trunk/debian/control (original)
+++ callweaver/trunk/debian/control Sun Apr 12 02:52:52 2009
@@ -3,7 +3,7 @@
 Section: comm
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-Build-Depends: debhelper (>= 4.1.0), dpatch, libcap-dev, libspandsp-dev (>= 0.0.5~pre1), libssl-dev, libncurses-dev, libpq-dev, libspeex-dev, libcurl4-dev, unixodbc-dev, libcapi20-dev, zaptel-source, libreadline-dev, libsqlite3-dev, libmysqlclient15-dev, libbluetooth2-dev
+Build-Depends: debhelper (>= 4.1.0), dpatch, libcap2-dev, libspandsp-dev (>= 0.0.6~pre7), libssl-dev, libncurses-dev, libpq-dev, libspeex-dev, libcurl4-dev, unixodbc-dev, libcapi20-dev, zaptel-source, libreadline-dev, libsqlite3-dev, libmysqlclient15-dev, autoconf, automake, libbluetooth2-dev
 Standards-Version: 3.6.2
 Homepage: http://www.callweaver.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/callweaver/trunk/
@@ -15,11 +15,10 @@
 Suggests: ekiga, ohphone, kphone, callweaver-doc, callweaver-dev
 Description: Community-driven open source PBX software
  CallWeaver is a community-driven vendor-independent cross-platform open
- source PBX software project (formerly known as OpenPBX.org). It was
- originally derived from Asterisk. Now it supports analog and digital
- PSTN telephony, multi-protocol voice over IP telephony, fax,
- software-fax, T.38 fax over IP and many telephony applications such as
- IVR, conferencing and callcenter queue management.
+ source PBX software project. It was originally derived from Asterisk. 
+ Now it supports analog and digital PSTN telephony, multi-protocol voice over 
+ IP telephony, fax, software-fax, T.38 fax over IP and many telephony 
+ applications such as IVR, conferencing and callcenter queue management.
  .
  Features:
  .
@@ -41,7 +40,7 @@
 Section: devel
 Architecture: any
 Description: Development files for CallWeaver
- CallWeaver is an Open Source community driven PBX.
+ CallWeaver is an Open Source PBX and telephony toolkit.
  .
  This package contains the include files used if you wish to compile a
  package which requires CallWeaver source file headers.
@@ -50,8 +49,8 @@
 Recommends: callweaver
 Section: doc
 Architecture: all
-Description: Documentation for CallWeaver
- CallWeaver is an Open Source community driven PBX.
+Description: documentation for CallWeaver
+ CallWeaver is an Open Source PBX and telephony toolkit.
  .
  This package contains the source documentation needed if you wish to
  extend the callweaver package.

Modified: callweaver/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/callweaver/trunk/debian/rules?rev=6987&op=diff
==============================================================================
--- callweaver/trunk/debian/rules (original)
+++ callweaver/trunk/debian/rules Sun Apr 12 02:52:52 2009
@@ -51,7 +51,9 @@
     --enable-debug=yes \
     --enable-debug-scheduler=yes \
     --enable-stack-backtraces=yes \
-    --disable-optimization
+    --disable-optimization \
+    --with-directory-layout=lsb \
+    --with-debug_malloc=yes
 endif
 
 check-ilbc:
@@ -60,6 +62,11 @@
 	  echo "WARNING: iLBC must be removed from sources before packaging." ; false; \
 	fi
 	touch $@
+
+# In case of packaging a SVN snapshot. TODO: clean?
+configure:
+	./bootstrap.sh
+
 
 config.status: check-ilbc patch-stamp configure
 	dh_testdir
@@ -183,6 +190,9 @@
 	@@echo "Upstream version:        $(UPVERSION)"
 
 get-orig-source:
+	echo BROKEN. CALLWEAVER DOES NOT PROVIDE TARBALLS
+	echo USE svn export MANUALLY FOR NOW
+	exit 1
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Downloading $(UPFILENAME) from $(URL) ...




More information about the Pkg-voip-commits mailing list