[Pkg-voip-commits] r10050 - in /asterisk/branches/experimental/debian: changelog control libasteriskssl1.install libasteriskssl1.symbols rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Mon Dec 24 13:24:13 UTC 2012


Author: paravoid
Date: Mon Dec 24 13:24:12 2012
New Revision: 10050

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10050
Log:
Disable libasteriskssl, see https://reviewboard.asterisk.org/r/1006/

Removed:
    asterisk/branches/experimental/debian/libasteriskssl1.install
    asterisk/branches/experimental/debian/libasteriskssl1.symbols
Modified:
    asterisk/branches/experimental/debian/changelog
    asterisk/branches/experimental/debian/control
    asterisk/branches/experimental/debian/rules

Modified: asterisk/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/changelog?rev=10050&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/changelog (original)
+++ asterisk/branches/experimental/debian/changelog Mon Dec 24 13:24:12 2012
@@ -15,7 +15,6 @@
     being unused for a while now.
 
   [ Tzafrir Cohen ]
-  * libasteriskssl - in its own package for now.
   * pjproject: the beast is disabled for now.
   * Patch undeprecate: undeprecate meetme.
 

Modified: asterisk/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/control?rev=10050&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/control (original)
+++ asterisk/branches/experimental/debian/control Mon Dec 24 13:24:12 2012
@@ -258,13 +258,3 @@
  Asterisk is an Open Source PBX and telephony toolkit.
  .
  This package contains the default configuration files of Asterisk.
-
-Package: libasteriskssl1
-Architecture: any
-Section: libs
-Depends: ${misc:Depends}
-Description: asterisk OpenSSL wrapper library
- Asterisk is an Open Source PBX and telephony toolkit.
- .
- This package contains a library Asterisk uses as a thread-safe-initialization
- wrapper around the OpenSSL libraries.

Modified: asterisk/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/rules?rev=10050&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/rules (original)
+++ asterisk/branches/experimental/debian/rules Mon Dec 24 13:24:12 2012
@@ -86,6 +86,7 @@
 		--prefix=/usr				\
 		--mandir=\$${prefix}/share/man		\
 		--infodir=\$${prefix}/share/info	\
+		--disable-libasteriskssl		\
 		--with-gsm				\
 		--with-imap=system			\
 		--without-pwlib				\
@@ -229,9 +230,6 @@
 	dh_compress -a
 	dh_fixperms -a
 	dh_installdeb -a
-	# FIXME: this is broken:
-	LD_LIBRARY_PATH=$(CURDIR)/debian/libasteriskssl1/usr/lib \
-	dh_shlibdeps -a -- --ignore-missing-info
 	dh_gencontrol -a
 	dh_md5sums -a
 	dh_builddeb -a




More information about the Pkg-voip-commits mailing list