[Pkg-voip-commits] r6423 - in /asterisk/branches/experimental/debian: TODO.Debian asterisk-doc.doc-base asterisk-doc.docs asterisk-progdoc.docs changelog control rules
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Thu Nov 13 13:01:17 UTC 2008
Author: tzafrir-guest
Date: Thu Nov 13 13:01:17 2008
New Revision: 6423
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6423
Log:
* Separate API documentation to the progdoc package.
* Move configuration files to the doc package, as they are reference.
* Include the new asterisk.pdf .
* Depend on libgmime: allows uploads in the built-in httpd.
* Depend on libjack. Though app_jack also depends on libresample.
* Depend on liblua: For pbx_lua (dialplan in lua).
Added:
asterisk/branches/experimental/debian/asterisk-doc.doc-base
asterisk/branches/experimental/debian/asterisk-progdoc.docs
Modified:
asterisk/branches/experimental/debian/TODO.Debian
asterisk/branches/experimental/debian/asterisk-doc.docs
asterisk/branches/experimental/debian/changelog
asterisk/branches/experimental/debian/control
asterisk/branches/experimental/debian/rules
Modified: asterisk/branches/experimental/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/TODO.Debian?rev=6423&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/TODO.Debian (original)
+++ asterisk/branches/experimental/debian/TODO.Debian Thu Nov 13 13:01:17 2008
@@ -1,2 +1,8 @@
* chan_h323/openh323 linking. See comment in patch h323-no-deps-on-asterisk
* Another round of getting patches upstream.
+* The asterisk canary dies on startup. An issue of permissions?
+* Fix the libpri dependencies.
+* Package libresample? Used in codec_resample
+* Depend on osptk? Do we add another thing that depends on openssl?
+* Some man pages to write.
+* Remove the TeX sources from the package asterisk-doc .
Added: asterisk/branches/experimental/debian/asterisk-doc.doc-base
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/asterisk-doc.doc-base?rev=6423&op=file
==============================================================================
--- asterisk/branches/experimental/debian/asterisk-doc.doc-base (added)
+++ asterisk/branches/experimental/debian/asterisk-doc.doc-base Thu Nov 13 13:01:17 2008
@@ -1,0 +1,9 @@
+Document: asterisk
+Title: Asterisk Reference Information
+Author: Asterisk Development Team
+Abstract: The Asterisk PBX: A system administrator reference
+Section: Network/Communication
+
+Format: PDF
+Files: /usr/share/doc/asterisk-doc/doc/tex/asterisk.pdf.gz
+
Modified: asterisk/branches/experimental/debian/asterisk-doc.docs
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/asterisk-doc.docs?rev=6423&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/asterisk-doc.docs (original)
+++ asterisk/branches/experimental/debian/asterisk-doc.docs Thu Nov 13 13:01:17 2008
@@ -3,7 +3,6 @@
CREDITS
CHANGES
UPGRADE.txt
-doc/*
+doc
contrib
-images/*.gif
-images/*.jpg
+configs
Added: asterisk/branches/experimental/debian/asterisk-progdoc.docs
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/asterisk-progdoc.docs?rev=6423&op=file
==============================================================================
--- asterisk/branches/experimental/debian/asterisk-progdoc.docs (added)
+++ asterisk/branches/experimental/debian/asterisk-progdoc.docs Thu Nov 13 13:01:17 2008
@@ -1,0 +1,1 @@
+doc/api/*
Modified: asterisk/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/changelog?rev=6423&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/changelog (original)
+++ asterisk/branches/experimental/debian/changelog Thu Nov 13 13:01:17 2008
@@ -18,6 +18,12 @@
regenerated when running 'make install', rendering build-*-stamp
useless.
* Patch libtonezone_libm: libtonezone requires -lm .
+ * Separate API documentation to the progdoc package.
+ * Move configuration files to the doc package, as they are reference.
+ * Include the new asterisk.pdf .
+ * Depend on libgmime: allows uploads in the built-in httpd.
+ * Depend on libjack. Though app_jack also depends on libresample.
+ * Depend on liblua: For pbx_lua (dialplan in lua).
-- Tzafrir Cohen <tzafrir.cohen at xorcom.com> Sun, 02 Nov 2008 12:40:49 +0200
Modified: asterisk/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/control?rev=6423&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/control (original)
+++ asterisk/branches/experimental/debian/control Thu Nov 13 13:01:17 2008
@@ -33,10 +33,13 @@
libvorbis-dev,
libsnmp-dev,
libc-client2007b-dev,
+ libgmime-2.0-2-dev | libgmime2-dev,
+ libjack-dev,
+ liblua5.1-0-dev,
libcap2-dev,
zlib1g-dev
# libtonezone with an epoch of 1 is from Zaptel. TODO: this is lousy.
-Build-Conflicts: libtonezone-dev (>> 1:1.0.0-1)
+#Build-Conflicts: libtonezone-dev (>> 1:1.0.0-1)
Standards-Version: 3.8.0
Homepage: http://www.asterisk.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/asterisk/trunk/
@@ -101,6 +104,16 @@
Description: Source code documentation for Asterisk
Asterisk is an Open Source PBX and telephony toolkit.
.
+ This package contains the documentation for configuring an Asterisk system.
+
+Package: asterisk-progdoc
+Recommends: asterisk
+Section: doc
+Priority: extra
+Architecture: all
+Description: Source code documentation for Asterisk
+ Asterisk is an Open Source PBX and telephony toolkit.
+ .
This package contains the source code documentation needed if you wish to
extend Asterisk by writing loadable modules for it.
Modified: asterisk/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/rules?rev=6423&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/rules (original)
+++ asterisk/branches/experimental/debian/rules Thu Nov 13 13:01:17 2008
@@ -180,6 +180,7 @@
chmod o-rwx $(CURDIR)/debian/asterisk-config/etc/asterisk/*
chmod o+rx $(CURDIR)/debian/asterisk-config/etc/asterisk/manager.d
dh_installdeb -i
+ rm -rf $(CURDIR)/debian/asterisk-doc/usr/share/doc/asterisk-doc/doc/api
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
More information about the Pkg-voip-commits
mailing list